Home
last modified time | relevance | path

Searched defs:LIS (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp102 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
DWebAssemblyMemIntrinsicResults.cpp88 LiveIntervals &LIS) { in replaceDominatedUses()
151 MachineDominatorTree &MDT, LiveIntervals &LIS, in optimizeCall()
189 auto &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
DWebAssemblyOptimizeLiveIntervals.cpp74 auto &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h167 LiveIntervals &LIS; variable
256 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander()
279 LiveIntervals *LIS; variable
310 LiveIntervals *LIS) in PeelingModuloScheduleExpander()
DCalcSpillWeights.h52 LiveIntervals &LIS; variable
DLiveRegMatrix.h42 LiveIntervals *LIS; variable
DLiveRangeEdit.h73 LiveIntervals &LIS; variable
DRegAllocPBQP.h138 LiveIntervals &LIS, in GraphMetadata()
143 LiveIntervals &LIS; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp399 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 …]
DRegAllocPBQP.cpp194 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
DRegAllocBase.h67 LiveIntervals *LIS = nullptr; variable
DCalcSpillWeights.cpp31 void llvm::calculateSpillWeightsAndHints(LiveIntervals &LIS, in calculateSpillWeightsAndHints()
86 const LiveIntervals &LIS, in isRematerializable()
DSplitKit.h99 const LiveIntervals &LIS; variable
260 LiveIntervals &LIS; variable
DRegisterPressure.cpp237 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()
DInterferenceCache.h63 LiveIntervals *LIS = nullptr; variable
DModuloSchedule.cpp337 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/
DGCNRegPressure.cpp37 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()
DSILowerSGPRSpills.cpp52 LiveIntervals *LIS = nullptr; member in __anon765f9ba20111::SILowerSGPRSpills
90 LiveIntervals *LIS) { in insertCSRSaves()
122 LiveIntervals *LIS) { in insertCSRRestores()
DGCNRegPressure.h203 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) { in getLiveRegMap()
241 const LiveIntervals &LIS) { in getLiveRegsAfter()
247 const LiveIntervals &LIS) { in getLiveRegsBefore()
DSIOptimizeExecMaskingPreRA.cpp192 LiveIntervals *LIS) { in optimizeVcndVcmpPair()
304 LiveIntervals *LIS = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
DSIPreAllocateWWMRegs.cpp41 LiveIntervals *LIS; member in __anon58dda93e0111::SIPreAllocateWWMRegs
DGCNIterativeScheduler.cpp63 const LiveIntervals *LIS, in printRegion()
94 const LiveIntervals *LIS) { in printLivenessInfo()
DGCNNSAReassign.cpp80 LiveIntervals *LIS; member in __anonf2e497000111::GCNNSAReassign
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp46 LiveIntervals *LIS; member
DPPCVSXFMAMutate.cpp67 LiveIntervals *LIS; member

123