/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/ |
D | omr1_incomplete.json | 14 "LR": 0.0, number 22 "LR": 0.0, number 30 "LR": 0.0, number 38 "LR": 0.0, number 46 "LR": 0.0, number 54 "LR": 0.0, number 62 "LR": 0.0, number 70 "LR": 0.0, number 78 "LR": 0.0, number 86 "LR": 0.0, number [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LiveIntervalAnalysis.cpp | 151 if (LiveRange *LR = RegUnitRanges[i]) in print() local 258 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() 318 LiveRange *LR = RegUnitRanges[Unit]; in computeLiveInRegUnits() local 341 static void createSegmentsForValues(LiveRange &LR, in createSegmentsForValues() 353 static void extendSegmentsToUses(LiveRange &LR, const SlotIndexes &Indexes, in extendSegmentsToUses() 576 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() 584 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() 971 if (LiveRange *LR = getRegUnitLI(*Units)) in updateAllRanges() local 981 void updateRange(LiveRange &LR, unsigned Reg, LaneBitmask LaneMask) { in updateRange() 1005 void handleMoveDown(LiveRange &LR) { in handleMoveDown() [all …]
|
H A D | LiveRangeCalc.cpp | 44 LiveRange &LR, const MachineOperand &MO) { in createDeadDef() 147 void LiveRangeCalc::createDeadDefs(LiveRange &LR, unsigned Reg) { in createDeadDefs() 157 void LiveRangeCalc::extendToUses(LiveRange &LR, unsigned Reg, in extendToUses() 239 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { in extend() 274 bool LiveRangeCalc::findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, in findReachingDefs() 454 LiveRange &LR = I.LR; in updateSSA() local
|
H A D | MachineVerifier.cpp | 477 void MachineVerifier::report_context(const LiveRange &LR, unsigned Reg, in report_context() 1111 unsigned MONum, SlotIndex UseIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtUse() 1133 unsigned MONum, SlotIndex DefIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtDef() 1212 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness() local 1577 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals() local 1581 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue() 1673 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment() 1871 void MachineVerifier::verifyLiveRange(const LiveRange &LR, unsigned Reg, in verifyLiveRange()
|
H A D | RegisterPressure.cpp | 386 bool(*Property)(const LiveRange &LR, SlotIndex Pos)) { in getLanesWithProperty() 401 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit); in getLanesWithProperty() local 415 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 544 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs() local 1206 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 1216 [](const LiveRange &LR, SlotIndex Pos) { in getLastUsedLanes() 1226 [](const LiveRange &LR, SlotIndex Pos) { in getLiveThroughAt()
|
H A D | LiveInterval.cpp | 53 LiveRange *LR; member in __anon4765e1e10111::CalcLiveRangeUtilBase 56 CalcLiveRangeUtilBase(LiveRange *LR) : LR(LR) {} in CalcLiveRangeUtilBase() 240 CalcLiveRangeUtilVector(LiveRange *LR) : CalcLiveRangeUtilVectorBase(LR) {} in CalcLiveRangeUtilVector() 268 CalcLiveRangeUtilSet(LiveRange *LR) : CalcLiveRangeUtilSetBase(LR) {} in CalcLiveRangeUtilSet() 1142 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 65 LiveRange &LR, const MachineOperand &MO) { in createDeadDef() 147 void LiveRangeCalc::createDeadDefs(LiveRange &LR, unsigned Reg) { in createDeadDefs() 156 void LiveRangeCalc::extendToUses(LiveRange &LR, unsigned Reg, LaneBitmask Mask, in extendToUses() 241 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() 276 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry() 346 bool LiveRangeCalc::findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, in findReachingDefs() 553 LiveRange &LR = I.LR; in updateSSA() local
|
H A D | LiveIntervals.cpp | 159 if (LiveRange *LR = RegUnitRanges[Unit]) in print() local 268 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() 335 LiveRange *LR = RegUnitRanges[Unit]; in computeLiveInRegUnits() local 355 static void createSegmentsForValues(LiveRange &LR, in createSegmentsForValues() 623 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() 632 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() 1022 if (LiveRange *LR = getRegUnitLI(*Units)) in updateAllRanges() local 1032 void updateRange(LiveRange &LR, unsigned Reg, LaneBitmask LaneMask) { in updateRange() 1056 void handleMoveDown(LiveRange &LR) { in handleMoveDown() 1229 void handleMoveUp(LiveRange &LR, unsigned Reg, LaneBitmask LaneMask) { in handleMoveUp() [all …]
|
H A D | RegAllocFast.cpp | 369 void RegAllocFast::addKillFlag(const LiveReg &LR) { in addKillFlag() 388 void RegAllocFast::killVirtReg(LiveReg &LR) { in killVirtReg() 418 void RegAllocFast::spillVirtReg(MachineBasicBlock::iterator MI, LiveReg &LR) { in spillVirtReg() 611 void RegAllocFast::assignVirtToPhysReg(LiveReg &LR, MCPhysReg PhysReg) { in assignVirtToPhysReg() 662 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint0) { in allocVirtReg() 931 LiveReg &LR = reloadVirtReg(MI, I, Reg, 0); in handleThroughOperands() local 940 LiveReg &LR = reloadVirtReg(MI, I, Reg, 0); in handleThroughOperands() local 1112 LiveReg &LR = reloadVirtReg(MI, I, Reg, CopyDstReg); in allocateInstruction() local
|
H A D | LiveRegMatrix.cpp | 178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, in query() 200 [&](unsigned Unit, const LiveRange &LR) { in checkInterference() 214 LiveRange LR; in checkInterference() local
|
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() 584 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs() local 1248 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 1258 [](const LiveRange &LR, SlotIndex Pos) { in getLastUsedLanes() 1269 [](const LiveRange &LR, SlotIndex Pos) { in getLiveThroughAt()
|
H A D | MachineVerifier.cpp | 527 void MachineVerifier::report_context(const LiveRange &LR, unsigned VRegUnit, in report_context() 1870 unsigned MONum, SlotIndex UseIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtUse() 1892 unsigned MONum, SlotIndex DefIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtDef() 1959 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness() local 2381 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals() local 2385 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue() 2477 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment() 2692 void MachineVerifier::verifyLiveRange(const LiveRange &LR, unsigned Reg, in verifyLiveRange()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 153 if (LiveRange *LR = RegUnitRanges[Unit]) in print() local 271 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() 338 LiveRange *LR = RegUnitRanges[Unit]; in computeLiveInRegUnits() local 358 static void createSegmentsForValues(LiveRange &LR, in createSegmentsForValues() 620 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices() 629 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue() 1061 if (LiveRange *LR = getRegUnitLI(*Units)) in updateAllRanges() local 1071 void updateRange(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in updateRange() 1095 void handleMoveDown(LiveRange &LR) { in handleMoveDown() 1268 void handleMoveUp(LiveRange &LR, Register Reg, LaneBitmask LaneMask) { in handleMoveUp() [all …]
|
H A D | LiveRangeCalc.cpp | 87 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() 398 LiveRange &LR = I.LR; in updateSSA() local
|
H A D | LiveIntervalCalc.cpp | 34 LiveRange &LR, const MachineOperand &MO) { in createDeadDef() 124 void LiveIntervalCalc::createDeadDefs(LiveRange &LR, Register Reg) { in createDeadDefs() 136 void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg, in extendToUses()
|
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 | 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() 585 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs() local 1249 [](const LiveRange &LR, SlotIndex Pos) { in getLiveLanesAt() 1259 [](const LiveRange &LR, SlotIndex Pos) { in getLastUsedLanes() 1270 [](const LiveRange &LR, SlotIndex Pos) { in getLiveThroughAt()
|
H A D | MachineVerifier.cpp | 540 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context() 2315 const LiveRange &LR, in checkLivenessAtUse() 2339 const LiveRange &LR, in checkLivenessAtDef() 2434 if (const LiveRange *LR = LiveInts->getCachedRegUnit(*Units)) in checkLiveness() local 2960 if (const LiveRange *LR = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals() local 2964 void MachineVerifier::verifyLiveRangeValue(const LiveRange &LR, in verifyLiveRangeValue() 3055 void MachineVerifier::verifyLiveRangeSegment(const LiveRange &LR, in verifyLiveRangeSegment() 3282 void MachineVerifier::verifyLiveRange(const LiveRange &LR, Register Reg, in verifyLiveRange()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | LiveIntervals.h | 192 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() 246 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() 251 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() 395 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 187 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | LiveIntervals.h | 192 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() 246 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() 251 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() 395 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 185 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() 239 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() 244 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() 388 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | LiveIntervals.h | 192 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() 246 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() 251 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() 395 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | LiveIntervals.h | 192 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() 246 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() 251 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() 395 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalAnalysis.h | 221 bool isLiveInToMBB(const LiveRange &LR, in isLiveInToMBB() 226 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() 375 LiveRange *LR = RegUnitRanges[Unit]; in getRegUnit() local
|