/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 34 createDeadDef(SlotIndexes & Indexes,VNInfo::Allocator & Alloc,LiveRange & LR,const MachineOperand & MO) createDeadDef() argument 124 createDeadDefs(LiveRange & LR,Register Reg) createDeadDefs() argument 136 extendToUses(LiveRange & LR,Register Reg,LaneBitmask Mask,LiveInterval * LI) extendToUses() argument
|
H A D | LiveRangeCalc.cpp | 87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() argument 122 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry() argument 191 findReachingDefs(LiveRange & LR,MachineBasicBlock & UseMBB,SlotIndex Use,unsigned PhysReg,ArrayRef<SlotIndex> Undefs) findReachingDefs() argument 398 LiveRange &LR = I.LR; updateSSA() local [all...] |
H A D | LiveRegMatrix.cpp | 178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, in query() 201 [&](MCRegister Unit, const LiveRange &LR) { in checkInterference() 215 LiveRange LR; in checkInterference() local
|
H A D | LiveIntervals.cpp | 174 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 …]
|
H A D | LiveRangeUtils.h | 26 static void DistributeRange(LiveRangeT &LR, LiveRangeT *SplitLRs[], in DistributeRange()
|
H A D | RegisterPressure.cpp | 424 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()
|
H A D | LiveInterval.cpp | 67 LiveRange *LR; member in __anon418b83490111::CalcLiveRangeUtilBase 70 CalcLiveRangeUtilBase(LiveRange *LR) : LR(LR) {} in CalcLiveRangeUtilBase() argument 288 CalcLiveRangeUtilVector(LiveRange *LR) argument 314 CalcLiveRangeUtilSet(LiveRange * LR) CalcLiveRangeUtilSet() argument 1304 Classify(const LiveRange & LR) Classify() argument [all...] |
H A D | InterferenceCache.cpp | 232 LiveRange *LR = RUI.Fixed; in update() local
|
H A D | MachineVerifier.cpp | 597 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()
|
H A D | RegAllocFast.cpp | 683 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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.cpp | 49 static size_t size(const ExecutorProcessControl::LookupRequest &LR) { in size() 54 const ExecutorProcessControl::LookupRequest &LR) { in serialize()
|
H A D | LookupAndRecordAddrs.cpp | 63 ExecutorProcessControl::LookupRequest LR(H, Symbols); in lookupAndRecordAddrs() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalCalc.h | 54 void extendToUses(LiveRange &LR, MCRegister PhysReg) { in extendToUses()
|
H A D | LiveIntervals.h | 204 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
|
H A D | LiveIntervalUnion.h | 114 const LiveRange *LR = nullptr; variable 132 Query(const LiveRange &LR, const LiveIntervalUnion &LIU) in Query()
|
H A D | LiveRangeCalc.h | 103 LiveRange &LR; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LookupResult.cpp | 60 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) { in operator <<()
|
H A D | FunctionInfo.cpp | 184 LookupResult LR; in lookup() local [all...] |
/freebsd/sys/arm/include/ |
H A D | stack.h | 53 #define LR 14 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerWWMCopies.cpp | 81 LiveRange &LR = in isSCCLiveAtMI() local
|
H A D | SIWholeQuadMode.cpp | 315 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSubChecker.cpp | 115 const MemRegion *LR = LV.getAsRegion(); in checkPreStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 127 linkPhase3(std::unique_ptr<JITLinkerBase> Self,Expected<AsyncLookupResult> LR) linkPhase3() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETPAndVPTOptimisationsPass.cpp | 239 Register LR = LoopStart->getOperand(0).getReg(); in LowerWhileLoopStart() local 536 Register LR = LoopPhi->getOperand(0).getReg(); in ConvertTailPredLoop() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 411 void RISCVIntrinsicManagerImpl::CreateRVVIntrinsicDecl(LookupResult &LR, in CreateRVVIntrinsicDecl() 471 bool RISCVIntrinsicManagerImpl::CreateIntrinsicIfFound(LookupResult &LR, in CreateIntrinsicIfFound()
|