Searched refs:RegLR (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEAsmPrinter.cpp | 293 MCOperand RegLR = MCOperand::createReg(VE::SX10); // LR in lowerGETTLSAddrAndEmitMCInsts() local 312 emitSIC(*OutStreamer, RegLR, STI); in lowerGETTLSAddrAndEmitMCInsts() 315 emitLEASLrri(*OutStreamer, RegS0, RegLR, hiImm, RegS0, STI); in lowerGETTLSAddrAndEmitMCInsts() 323 emitLEASLrri(*OutStreamer, RegS12, RegLR, hiImm2, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts() 324 emitBSIC(*OutStreamer, RegLR, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 39 RegLR = 3 enumerator
|
| H A D | ARMBaseRegisterInfo.cpp | 333 case ARMRI::RegLR: in getRegAllocationHints()
|
| H A D | MVETPAndVPTOptimisationsPass.cpp | 1009 MF->getRegInfo().setRegAllocationHint(R, ARMRI::RegLR, 0); in HintDoLoopStartReg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 3654 LiveRange &RegLR, in checkMergingChangesDbgValuesImpl() argument 3670 auto ShouldUndef = [&RegVals, &RegLR, &LastUndefResult, in checkMergingChangesDbgValuesImpl() 3682 auto OtherIt = RegLR.find(Idx); in checkMergingChangesDbgValuesImpl() 3683 if (OtherIt == RegLR.end()) in checkMergingChangesDbgValuesImpl()
|