Searched refs:LDRXpost (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 591 case AArch64::LDRXpost: in getLoadInfo()
|
H A D | AArch64InstrInfo.cpp | 2778 case AArch64::LDRXpost: in getMemOpInfo() 7255 MachineInstr *LDRXpost = BuildMI(MF, DebugLoc(), get(AArch64::LDRXpost)) in buildOutlinedFrame() local 7260 Et = MBB.insert(Et, LDRXpost); in buildOutlinedFrame() 7356 Restore = BuildMI(MF, DebugLoc(), get(AArch64::LDRXpost)) in insertOutlinedCall()
|
H A D | AArch64FrameLowering.cpp | 797 case AArch64::LDRXpost: in InsertSEH() 926 NewOpc = AArch64::LDRXpost; in convertCalleeSaveRestoreToSPPrePostIncDec()
|
H A D | AArch64SchedThunderX2T99.td | 726 def : InstRW<[THX2T99Write_5Cyc_LS01_I012, WriteI], (instrs LDRXpost)>; 764 def : InstRW<[THX2T99Write_5Cyc_LS01_I012_I012, WriteI], (instrs LDRXpost)>;
|
H A D | AArch64SchedThunderX3T110.td | 955 LDRQpost, LDRSpost, LDRWpost, LDRXpost)>; 969 LDRSpost, LDRWpost, LDRXpost)>;
|
H A D | AArch64LoadStoreOptimizer.cpp | 514 return AArch64::LDRXpost; in getPostIndexedOpcode()
|
H A D | AArch64SchedA64FX.td | 1115 def : InstRW<[A64FXWrite_LDR01, WriteI], (instrs LDRXpost)>; 1153 def : InstRW<[A64FXWrite_LDR01, WriteI], (instrs LDRXpost)>;
|
H A D | AArch64ISelDAGToDAG.cpp | 1285 Opcode = IsPre ? AArch64::LDRXpre : AArch64::LDRXpost; in tryIndexedLoad()
|
H A D | AArch64InstrInfo.td | 3031 def LDRXpost : LoadPostIdx<0b11, 0, 0b01, GPR64z, "ldr">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1174 case AArch64::LDRXpost: in DecodeSignedLdStInstruction() 1267 case AArch64::LDRXpost: in DecodeSignedLdStInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 4285 case AArch64::LDRXpost: { in validateInstruction()
|