Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1149 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst()
1584 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters() local
H A DARMFastISel.cpp2488 unsigned LdrOpc = isThumb2 ? ARM::t2LDRi12 : ARM::LDRi12; in SelectIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2627 unsigned LdrOpc; in restoreCalleeSavedRegisters() local
H A DAArch64FastISel.cpp467 unsigned LdrOpc; in materializeGV() local