Home
last modified time | relevance | path

Searched defs:LR (Results 1 – 25 of 64) sorted by last modified time

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5939 SDValue LL, LR, RL, RR, N0CC, N1CC; in foldLogicOfSetCCs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1282 ConstantRange LR = getConstantRange(L, Ty); in handleExtractOfWithOverflow() local
H A DLoopRotationUtils.cpp1057 LoopRotate LR(Threshold, LI, TTI, AC, DT, SE, MSSAU, SQ, RotationOnly, in LoopRotation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp807 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC, Rerun); in collectShuffleElements() local
1700 ShuffleOps LR = in visitInsertElementInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp270 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { in MustSaveLR()
314 unsigned LR = RegInfo->getRARegister(); in determineFrameLayout() local
1990 unsigned LR = RegInfo->getRARegister(); in determineCalleeSaves() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp661 unsigned LR = HRI.getRARegister(); in LowerINLINEASM() local
H A DHexagonConstPropagation.cpp2706 const LatticeCell &LR = Inputs.get(R.Reg); in evaluateHexCondMove() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3178 LiveRange &LR = LIS->getRegUnit(Unit); in findReachingDef() local
H A DSIWholeQuadMode.cpp314 void SIWholeQuadMode::markDefs(const MachineInstr &UseMI, LiveRange &LR, in markDefs()
449 LiveRange &LR = LIS->getInterval(Reg); in markOperand() local
456 LiveRange &LR = LIS->getRegUnit(Unit); in markOperand() local
1138 LiveRange &LR = in prepareInsertion() local
H A DSIOptimizeExecMasking.cpp386 LivePhysRegs LR(*TRI); in isRegisterInUseBetween() local
H A DSILowerWWMCopies.cpp81 LiveRange &LR = in isSCCLiveAtMI() local
H A DGCNRegPressure.cpp519 auto IsInOneSegment = [Begin, End](const LiveRange &LR) -> bool { in getRegLiveThroughMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp711 LiveRegUnits LR(*TRI); in runOnLoop() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp49 static size_t size(const ExecutorProcessControl::LookupRequest &LR) { in size()
54 const ExecutorProcessControl::LookupRequest &LR) { in serialize()
H A DLookupAndRecordAddrs.cpp63 ExecutorProcessControl::LookupRequest LR(H, Symbols); in lookupAndRecordAddrs() local
H A DObjectLinkingLayer.cpp212 AsyncLookupResult LR; in lookup() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp135 Expected<AsyncLookupResult> LR) { in linkPhase3()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp184 LookupResult LR; in lookup() local
H A DDwarfTransformer.cpp637 auto LR = Gsym->lookup(Addr); in verify() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2164 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, LabelRecord &LR, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1565 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) { in processTiedPairs() local
1626 auto Shrink = [=](LiveRange &LR, LaneBitmask LaneMask) { in processTiedPairs()
H A DSplitKit.cpp1245 static bool removeDeadSegment(SlotIndex Def, LiveRange &LR) { in removeDeadSegment()
1257 LiveRange &LR, LaneBitmask LM, in extendPHIRange()
H A DRegisterCoalescer.cpp1611 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) in reMaterializeTrivialDef() local
1624 if (LiveRange *LR = LIS->getCachedRegUnit(Unit)) in reMaterializeTrivialDef() local
2324 LiveRange &LR = LIS->getRegUnit(Unit); in joinReservedPhysReg() local
2407 LiveRange &LR; member in __anon495410520311::JoinVals
2589 JoinVals(LiveRange &LR, Register Reg, unsigned SubIdx, LaneBitmask LaneMask, in JoinVals()
H A DMachineVerifier.cpp559 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
2428 const LiveRange &LR, in checkLivenessAtUse()
2454 const LiveRange &LR, in checkLivenessAtDef()
2555 if (const LiveRange *LR = LiveInts->getCachedRegUnit(Unit)) in checkLiveness() local
3087 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals() local
3091 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
3182 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
3410 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
H A DPHIElimination.cpp411 for (auto LR : ToUpdate) { in LowerPHINode() local

123