Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp43 LiveRange &LR, const MachineOperand &MO) { in createDeadDef()
133 void LiveIntervalCalc::createDeadDefs(LiveRange &LR, Register Reg) { in createDeadDefs()
145 void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg, in extendToUses()
H A DLiveRangeCalc.cpp89 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend()
124 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry()
193 bool LiveRangeCalc::findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, in findReachingDefs()
400 LiveRange &LR = I.LR; in updateSSA() local
H A DLiveIntervals.cpp160 if (LiveRange *LR = RegUnitRanges[Unit]) in print() local
278 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange()
345 LiveRange *LR = RegUnitRanges[Unit]; in computeLiveInRegUnits() local
365 static void createSegmentsForValues(LiveRange &LR, in createSegmentsForValues()
633 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices()
642 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue()
1062 if (LiveRange *LR = getRegUnitLI(*Units)) in updateAllRanges() local
1072 void updateRange(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in updateRange()
1096 void handleMoveDown(LiveRange &LR) { in handleMoveDown()
1269 void handleMoveUp(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in handleMoveUp()
[all …]
H A DLiveRegMatrix.cpp178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, in query()
200 [&](MCRegister Unit, const LiveRange &LR) { in checkInterference()
214 LiveRange LR; in checkInterference() local
H A DLiveRangeUtils.h26 static void DistributeRange(LiveRangeT &LR, LiveRangeT *SplitLRs[], in DistributeRange()
H A DLiveInterval.cpp67 LiveRange *LR; member in __anondae7e9140111::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()
1318 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify()
H A DRegisterPressure.cpp425 bool (*Property)(const LiveRange &LR, SlotIndex Pos)) { in getLanesWithProperty()
441 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty() local
456 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt()
586 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 DRegAllocFast.cpp520 for (const LiveReg &LR : LiveVirtRegs) { in reloadAtBegin() local
675 void RegAllocFast::assignVirtToPhysReg(MachineInstr &AtMI, LiveReg &LR, in assignVirtToPhysReg()
729 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg()
1043 for (const LiveReg &LR : LiveVirtRegs) { in dumpState() local
1283 for (const LiveReg &LR : LiveVirtRegs) { in allocateInstruction() local
H A DMachineVerifier.cpp516 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context()
2091 const LiveRange &LR, in checkLivenessAtUse()
2115 const LiveRange &LR, in checkLivenessAtDef()
2185 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness() local
2723 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals() local
2727 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue()
2819 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment()
3042 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices()
245 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB()
250 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB()
394 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
H A DLiveIntervalCalc.h54 void extendToUses(LiveRange &LR, MCRegister PhysReg) { in extendToUses()
H A DLiveIntervalUnion.h114 const LiveRange *LR = nullptr; variable
125 Query(const LiveRange &LR, const LiveIntervalUnion &LIU) in Query()
H A DLiveRangeCalc.h104 LiveRange &LR; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp59 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LookupResult &LR) { in operator <<()
H A DFunctionInfo.cpp158 LookupResult LR; in lookup() local
/netbsd-src/sys/arch/mvmeppc/include/
H A Dkgdb.h35 #define LR 32 macro
/netbsd-src/sys/arch/ibmnws/include/
H A Dkgdb.h35 #define LR 32 macro
/netbsd-src/sys/arch/rs6000/include/
H A Dkgdb.h35 #define LR 32 macro
/netbsd-src/sys/arch/prep/include/
H A Dkgdb.h35 #define LR 32 macro
/netbsd-src/sys/arch/sandpoint/include/
H A Dkgdb.h35 #define LR 32 macro
/netbsd-src/sys/arch/bebox/include/
H A Dkgdb.h35 #define LR 32 macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp44 const MemRegion *LR = LV.getAsRegion(); in checkPreStmt() local
/netbsd-src/sys/arch/hppa/hppa/
H A Dkobj_machdep.c89 LR(unsigned int x, unsigned int constant) in LR() function
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
H A Defisetjmp_arch.h21 UINT64 LR; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp315 void SIWholeQuadMode::markDefs(const MachineInstr &UseMI, LiveRange &LR, in markDefs()
451 LiveRange &LR = LIS->getInterval(Reg); in markOperand() local
459 LiveRange &LR = LIS->getRegUnit(*RegUnit); in markOperand() local
1076 LiveRange &LR = in prepareInsertion() local

123