Home
last modified time | relevance | path

Searched defs:LdrOpc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp615 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst()
725 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters() local
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp957 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst()
1344 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters() local
DARMFastISel.cpp2479 unsigned LdrOpc = isThumb2 ? ARM::t2LDRi12 : ARM::LDRi12; in SelectIntrinsicCall() local
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1048 unsigned LdrOpc; in restoreCalleeSavedRegisters() local