/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 102 LiveIntervals &LIS) { in convertImplicitDefToConstZero() 271 const LiveIntervals &LIS) { in getVRegDef() 288 MachineDominatorTree &MDT, LiveIntervals &LIS) { in hasOneUse() 404 LiveIntervals &LIS, in oneUseDominatesOtherUses() 474 static void shrinkToUses(LiveInterval &LI, LiveIntervals &LIS) { in shrinkToUses() 485 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse() 530 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef() 598 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse() 780 auto &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
D | WebAssemblyMemIntrinsicResults.cpp | 88 LiveIntervals &LIS) { in replaceDominatedUses() 151 MachineDominatorTree &MDT, LiveIntervals &LIS, in optimizeCall() 189 auto &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
D | WebAssemblyOptimizeLiveIntervals.cpp | 74 auto &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ModuloSchedule.h | 167 LiveIntervals &LIS; variable 256 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander() 279 LiveIntervals *LIS; variable 310 LiveIntervals *LIS) in PeelingModuloScheduleExpander()
|
D | CalcSpillWeights.h | 52 LiveIntervals &LIS; variable
|
D | LiveRegMatrix.h | 42 LiveIntervals *LIS; variable
|
D | LiveRangeEdit.h | 73 LiveIntervals &LIS; variable
|
D | RegAllocPBQP.h | 138 LiveIntervals &LIS, in GraphMetadata() 143 LiveIntervals &LIS; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 399 LiveIntervals *LIS; member in __anonaaf3099b0211::LDVImpl 735 LiveIntervals &LIS) { in extendDef() 781 MachineRegisterInfo &MRI, LiveIntervals &LIS) { in addDefsFromCopies() 852 LiveIntervals &LIS, LexicalScopes &LS) { in computeIntervals() 1042 LiveIntervals& LIS) { in splitLocation() 1138 LiveIntervals &LIS) { in splitRegister() 1167 splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, LiveIntervals &LIS) { in splitRegister() 1259 LiveIntervals &LIS) { in findInsertLocation() 1285 LiveIntervals &LIS, in findNextInsertLocation() 1307 LiveIntervals &LIS, const TargetInstrInfo &TII, in insertDebugValue() [all …]
|
D | RegAllocPBQP.cpp | 194 LiveIntervals &LIS = G.getMetadata().LIS; in apply() local 311 LiveIntervals &LIS = G.getMetadata().LIS; in apply() local 556 LiveIntervals &LIS) { in findVRegIntervalsToAlloc() 581 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph() local 678 MachineFunction &MF, LiveIntervals &LIS, in spillVReg() 708 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc() local 743 LiveIntervals &LIS, in finalizeAlloc() 772 void RegAllocPBQP::postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS) { in postOptimization() 790 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
D | RegAllocBase.h | 67 LiveIntervals *LIS = nullptr; variable
|
D | CalcSpillWeights.cpp | 31 void llvm::calculateSpillWeightsAndHints(LiveIntervals &LIS, in calculateSpillWeightsAndHints() 86 const LiveIntervals &LIS, in isRematerializable()
|
D | SplitKit.h | 99 const LiveIntervals &LIS; variable 260 LiveIntervals &LIS; variable
|
D | RegisterPressure.cpp | 237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() 421 static LaneBitmask getLanesWithProperty(const LiveIntervals &LIS, in getLanesWithProperty() 449 static LaneBitmask getLiveLanesAt(const LiveIntervals &LIS, in getLiveLanesAt() 580 const LiveIntervals &LIS) { in detectDeadDefs() 599 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS, in adjustLaneLiveness() 1225 const LiveIntervals *LIS) { in findUseBetween()
|
D | InterferenceCache.h | 63 LiveIntervals *LIS = nullptr; variable
|
D | ModuloSchedule.cpp | 337 LiveIntervals &LIS) { in replaceRegUsesAfterLoop() 1218 LiveIntervals *LIS, bool KeepSingleSrcPhi = false) { in EliminateDeadPhis() 1252 LiveIntervals *LIS; member in __anon8484f8e80111::KernelRewriter 1281 LiveIntervals *LIS) in KernelRewriter() 2147 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.cpp | 37 const LiveIntervals &LIS, in printLivesAt() 212 const LiveIntervals &LIS) { in getUsedRegMask() 230 collectVirtualRegUses(const MachineInstr &MI, const LiveIntervals &LIS, in collectVirtualRegUses() 258 const LiveIntervals &LIS, in getLiveLaneMask() 276 const LiveIntervals &LIS, in getLiveRegs()
|
D | SILowerSGPRSpills.cpp | 52 LiveIntervals *LIS = nullptr; member in __anon765f9ba20111::SILowerSGPRSpills 90 LiveIntervals *LIS) { in insertCSRSaves() 122 LiveIntervals *LIS) { in insertCSRRestores()
|
D | GCNRegPressure.h | 203 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) { in getLiveRegMap() 241 const LiveIntervals &LIS) { in getLiveRegsAfter() 247 const LiveIntervals &LIS) { in getLiveRegsBefore()
|
D | SIOptimizeExecMaskingPreRA.cpp | 192 LiveIntervals *LIS) { in optimizeVcndVcmpPair() 304 LiveIntervals *LIS = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
|
D | SIPreAllocateWWMRegs.cpp | 41 LiveIntervals *LIS; member in __anon58dda93e0111::SIPreAllocateWWMRegs
|
D | GCNIterativeScheduler.cpp | 63 const LiveIntervals *LIS, in printRegion() 94 const LiveIntervals *LIS) { in printLivenessInfo()
|
D | GCNNSAReassign.cpp | 80 LiveIntervals *LIS; member in __anonf2e497000111::GCNNSAReassign
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 46 LiveIntervals *LIS; member
|
D | PPCVSXFMAMutate.cpp | 67 LiveIntervals *LIS; member
|