Home
last modified time | relevance | path

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

12

/external/llvm/unittests/MI/
DLiveIntervalTest.cpp91 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
111 static void testHandleMove(MachineFunction &MF, LiveIntervals &LIS, in testHandleMove()
171 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
182 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
193 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
204 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
214 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
225 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
240 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
251 [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp82 LiveIntervals &LIS) { in ReplaceDominatedUses()
145 LiveIntervals &LIS) { in optimizeStore()
154 LiveIntervals &LIS, in optimizeCall()
191 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
DWebAssemblyRegStackify.cpp229 const LiveIntervals &LIS) in GetVRegDef()
248 LiveIntervals &LIS) { in HasOneUse()
277 AliasAnalysis &AA, const LiveIntervals &LIS, in IsSafeToMove()
356 LiveIntervals &LIS, in OneUseDominatesOtherUses()
425 static void ShrinkToUses(LiveInterval &LI, LiveIntervals &LIS) { in ShrinkToUses()
437 MachineInstr *Insert, LiveIntervals &LIS, in MoveForSingleUse()
478 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in RematerializeCheapDef()
538 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in MoveAndTeeForMultiUse()
715 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
DWebAssemblyOptimizeLiveIntervals.cpp71 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeEdit.cpp33 LiveIntervals &LIS, in createFrom()
157 void LiveRangeEdit::eraseVirtReg(unsigned Reg, LiveIntervals &LIS) { in eraseVirtReg()
165 LiveIntervals &LIS, in foldAsLoad()
212 LiveIntervals &LIS, VirtRegMap &VRM, in eliminateDeadDefs()
319 LiveIntervals &LIS, in calculateRegClassAndHint()
DLiveDebugVariables.cpp284 LiveIntervals *LIS; member in __anonbf8bdbd10311::LDVImpl
488 LiveIntervals &LIS, MachineDominatorTree &MDT, in extendDef()
550 MachineRegisterInfo &MRI, LiveIntervals &LIS) { in addDefsFromCopies()
621 LiveIntervals &LIS, in computeIntervals()
908 LiveIntervals &LIS) { in findInsertLocation()
935 LiveIntervals &LIS, in insertDebugValue()
956 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, in emitDebugValues()
DSplitKit.h45 const LiveIntervals &LIS; variable
205 LiveIntervals &LIS; variable
DRegAllocBase.h94 LiveIntervals *LIS; variable
DLiveRangeEdit.h133 LiveInterval &create(LiveIntervals &LIS, VirtRegMap &VRM) { in create()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp285 LiveIntervals *LIS; member in __anon3ed24ca50311::LDVImpl
544 LiveIntervals &LIS, MachineDominatorTree &MDT, in extendDef()
593 MachineRegisterInfo &MRI, LiveIntervals &LIS) { in addDefsFromCopies()
663 LiveIntervals &LIS, in computeIntervals()
780 LiveIntervals& LIS) { in splitLocation()
879 LiveIntervals &LIS) { in splitRegister()
908 splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, LiveIntervals &LIS) { in splitRegister()
945 LiveIntervals &LIS) { in findInsertLocation()
967 LiveIntervals &LIS, in insertDebugValue()
987 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, in emitDebugValues()
DRegAllocPBQP.cpp164 LiveIntervals &LIS = G.getMetadata().LIS; in apply() local
283 LiveIntervals &LIS = G.getMetadata().LIS; in apply() local
531 LiveIntervals &LIS) { in findVRegIntervalsToAlloc()
565 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph() local
637 MachineFunction &MF, LiveIntervals &LIS, in spillVReg()
668 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc() local
703 LiveIntervals &LIS, in finalizeAlloc()
724 void RegAllocPBQP::postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS) { in postOptimization()
742 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
DRegAllocBase.h64 LiveIntervals *LIS; variable
DCalcSpillWeights.cpp26 void llvm::calculateSpillWeightsAndHints(LiveIntervals &LIS, in calculateSpillWeightsAndHints()
78 const LiveIntervals &LIS, in isRematerializable()
DSplitKit.h81 const LiveIntervals &LIS; variable
239 LiveIntervals &LIS; variable
DRegisterPressure.cpp194 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange()
383 static LaneBitmask getLanesWithProperty(const LiveIntervals &LIS, in getLanesWithProperty()
410 static LaneBitmask getLiveLanesAt(const LiveIntervals &LIS, in getLiveLanesAt()
540 const LiveIntervals &LIS) { in detectDeadDefs()
559 void RegisterOperands::adjustLaneLiveness(const LiveIntervals &LIS, in adjustLaneLiveness()
1184 const LiveIntervals *LIS) { in findUseBetween()
DInterferenceCache.h58 LiveIntervals *LIS; variable
DVirtRegMap.cpp162 LiveIntervals *LIS; member in __anon08163ef60111::VirtRegRewriter
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCalcSpillWeights.h44 LiveIntervals &LIS; variable
/external/llvm/lib/Target/AMDGPU/
DSIFixControlFlowLiveIntervals.cpp68 LiveIntervals *LIS = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h54 LiveIntervals &LIS; variable
DLiveRegMatrix.h40 LiveIntervals *LIS; variable
DLiveRangeEdit.h64 LiveIntervals &LIS; variable
DRegAllocPBQP.h147 LiveIntervals &LIS, in GraphMetadata()
152 LiveIntervals &LIS; variable
/external/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp50 LiveIntervals *LIS; member
DPPCVSXFMAMutate.cpp66 LiveIntervals *LIS; member

12