reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
26763 /* 57746*/ OPC_MorphNodeTo1, TARGET_VAL(ARM::PICLDR), 0|OPFL_Chain|OPFL_MemRefs,
lib/Target/ARM/ARMAsmPrinter.cpp1562 case ARM::PICLDR: 1586 case ARM::PICLDR: Opcode = ARM::LDRrs; break;lib/Target/ARM/ARMBaseInstrInfo.cpp
1795 } else if (Opcode == ARM::PICLDR) {
lib/Target/ARM/ARMExpandPseudoInsts.cpp1484 ? (Opcode == ARM::LDRLIT_ga_pcrel_ldr ? ARM::PICLDR : ARM::PICADD) 1541 ? (Opcode == ARM::MOV_ga_pcrel_ldr ? ARM::PICLDR : ARM::PICADD)lib/Target/ARM/ARMFastISel.cpp
609 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; 2979 Opc = Subtarget->isThumb() ? ARM::tPICADD : UseGOT_PREL ? ARM::PICLDR