Home
last modified time | relevance | path

Searched refs:RegLR (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp295 MCOperand RegLR = MCOperand::createReg(VE::SX10); // LR in lowerGETTLSAddrAndEmitMCInsts() local
314 emitSIC(*OutStreamer, RegLR, STI); in lowerGETTLSAddrAndEmitMCInsts()
317 emitLEASLrri(*OutStreamer, RegS0, RegLR, hiImm, RegS0, STI); in lowerGETTLSAddrAndEmitMCInsts()
325 emitLEASLrri(*OutStreamer, RegS12, RegLR, hiImm2, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
326 emitBSIC(*OutStreamer, RegLR, RegS12, STI); in lowerGETTLSAddrAndEmitMCInsts()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h39 RegLR = 3 enumerator
H A DARMBaseRegisterInfo.cpp351 case ARMRI::RegLR: in getRegAllocationHints()
H A DMVETPAndVPTOptimisationsPass.cpp1048 MF->getRegInfo().setRegAllocationHint(R, ARMRI::RegLR, 0); in HintDoLoopStartReg()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3778 LiveRange &RegLR, in checkMergingChangesDbgValuesImpl() argument
3794 auto ShouldUndef = [&RegVals, &RegLR, &LastUndefResult, in checkMergingChangesDbgValuesImpl()
3806 auto OtherIt = RegLR.find(Idx); in checkMergingChangesDbgValuesImpl()
3807 if (OtherIt == RegLR.end()) in checkMergingChangesDbgValuesImpl()