Home
last modified time | relevance | path

Searched defs:LR (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveIntervalCalc.cpp33 LiveRange &LR, const MachineOperand &MO) { in createDeadDef()
123 void LiveIntervalCalc::createDeadDefs(LiveRange &LR, Register Reg) { in createDeadDefs()
135 void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg, in extendToUses()
HDLiveRangeCalc.cpp87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend()
122 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry()
191 bool LiveRangeCalc::findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, in findReachingDefs()
403 LiveRange &LR = I.LR; in updateSSA() local
HDLiveRegMatrix.cpp178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, in query()
201 [&](MCRegister Unit, const LiveRange &LR) { in checkInterference()
215 LiveRange LR; in checkInterference() local
HDLiveIntervals.cpp174 if (LiveRange *LR = RegUnitRanges[Unit]) in print() local
296 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange()
358 LiveRange *LR = RegUnitRanges[Unit]; in computeLiveInRegUnits() local
378 static void createSegmentsForValues(LiveRange &LR, in createSegmentsForValues()
640 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices()
649 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue()
1079 if (LiveRange *LR = getRegUnitLI(Unit)) in updateAllRanges() local
1089 void updateRange(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in updateRange()
1113 void handleMoveDown(LiveRange &LR) { in handleMoveDown()
1286 void handleMoveUp(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in handleMoveUp()
[all …]
HDLiveRangeUtils.h26 static void DistributeRange(LiveRangeT &LR, LiveRangeT *SplitLRs[], in DistributeRange()
HDRegisterPressure.cpp424 bool (*Property)(const LiveRange &LR, SlotIndex Pos)) { in getLanesWithProperty()
440 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty() local
455 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt()
583 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs() local
1250 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt()
1260 [](const LiveRange &LR, SlotIndex Pos) { in getLastUsedLanes()
1271 [](const LiveRange &LR, SlotIndex Pos) { in getLiveThroughAt()
HDLiveInterval.cpp67 LiveRange *LR; member in __anon0464e6e30111::CalcLiveRangeUtilBase
70 CalcLiveRangeUtilBase(LiveRange *LR) : LR(LR) {} in CalcLiveRangeUtilBase()
288 CalcLiveRangeUtilVector(LiveRange *LR) : CalcLiveRangeUtilVectorBase(LR) {} in CalcLiveRangeUtilVector()
314 CalcLiveRangeUtilSet(LiveRange *LR) : CalcLiveRangeUtilSetBase(LR) {} in CalcLiveRangeUtilSet()
1307 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify()
HDInterferenceCache.cpp232 LiveRange *LR = RUI.Fixed; in update() local
HDMachineVerifier.cpp597 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
2714 const LiveRange &LR, in checkLivenessAtUse()
2740 const LiveRange &LR, in checkLivenessAtDef()
2841 if (const LiveRange *LR = LiveInts->getCachedRegUnit(Unit)) in checkLiveness() local
3396 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals() local
3400 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
3491 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
3719 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
HDRegAllocFast.cpp683 for (const LiveReg &LR : LiveVirtRegs) { in reloadAtBegin() local
839 void RegAllocFastImpl::assignVirtToPhysReg(MachineInstr &AtMI, LiveReg &LR, in assignVirtToPhysReg()
891 void RegAllocFastImpl::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg()
1251 for (const LiveReg &LR : LiveVirtRegs) { in dumpState() local
1543 for (const LiveReg &LR : LiveVirtRegs) { in allocateInstruction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCGenericDylibManager.cpp49 static size_t size(const ExecutorProcessControl::LookupRequest &LR) { in size()
54 const ExecutorProcessControl::LookupRequest &LR) { in serialize()
HDLookupAndRecordAddrs.cpp63 ExecutorProcessControl::LookupRequest LR(H, Symbols); in lookupAndRecordAddrs() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveIntervals.h204 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices()
256 bool isLiveInToMBB(const LiveRange &LR, const MachineBasicBlock *mbb) const { in isLiveInToMBB()
260 bool isLiveOutOfMBB(const LiveRange &LR, const MachineBasicBlock *mbb) const { in isLiveOutOfMBB()
405 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
HDLiveIntervalCalc.h54 void extendToUses(LiveRange &LR, MCRegister PhysReg) { in extendToUses()
HDLiveIntervalUnion.h114 const LiveRange *LR = nullptr; variable
132 Query(const LiveRange &LR, const LiveIntervalUnion &LIU) in Query()
HDLiveRangeCalc.h103 LiveRange &LR; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDLookupResult.cpp60 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) { in operator <<()
HDFunctionInfo.cpp184 LookupResult LR; in lookup() local
/freebsd-14-stable/sys/arm/include/
HDstack.h53 #define LR 14 macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILowerWWMCopies.cpp81 LiveRange &LR = in isSCCLiveAtMI() local
HDSIWholeQuadMode.cpp315 void SIWholeQuadMode::markDefs(const MachineInstr &UseMI, LiveRange &LR, in markDefs()
450 LiveRange &LR = LIS->getInterval(Reg); in markOperand() local
457 LiveRange &LR = LIS->getRegUnit(Unit); in markOperand() local
1086 LiveRange &LR = in prepareInsertion() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDPointerSubChecker.cpp115 const MemRegion *LR = LV.getAsRegion(); in checkPreStmt() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.cpp135 Expected<AsyncLookupResult> LR) { in linkPhase3()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVETPAndVPTOptimisationsPass.cpp239 Register LR = LoopStart->getOperand(0).getReg(); in LowerWhileLoopStart() local
536 Register LR = LoopPhi->getOperand(0).getReg(); in ConvertTailPredLoop() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaRISCV.cpp411 void RISCVIntrinsicManagerImpl::CreateRVVIntrinsicDecl(LookupResult &LR, in CreateRVVIntrinsicDecl()
471 bool RISCVIntrinsicManagerImpl::CreateIntrinsicIfFound(LookupResult &LR, in CreateIntrinsicIfFound()

123