Home
last modified time | relevance | path

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

123456

/external/llvm-project/llvm/unittests/MI/
DLiveIntervalTest.cpp88 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
121 static void testHandleMove(MachineFunction &MF, LiveIntervals &LIS, in testHandleMove()
136 static void testHandleMoveIntoNewBundle(MachineFunction &MF, LiveIntervals &LIS, in testHandleMoveIntoNewBundle()
193 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
204 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
215 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
226 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
236 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
247 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
262 )MIR", [](MachineFunction &MF, LiveIntervals &LIS) { in TEST()
[all …]
/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
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp103 LiveIntervals &LIS) { in convertImplicitDefToConstZero()
273 const LiveIntervals &LIS) { in getVRegDef()
290 MachineDominatorTree &MDT, LiveIntervals &LIS) { in hasOneUse()
440 LiveIntervals &LIS, in oneUseDominatesOtherUses()
510 static void shrinkToUses(LiveInterval &LI, LiveIntervals &LIS) { in shrinkToUses()
521 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse()
566 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef()
634 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
816 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
/external/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
/external/llvm-project/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h48 LiveIntervals &LIS; variable
54 VirtRegAuxInfo(MachineFunction &MF, LiveIntervals &LIS, in VirtRegAuxInfo()
DModuloSchedule.h173 LiveIntervals &LIS; variable
262 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander()
282 LiveIntervals *LIS) in PeelingModuloScheduleExpander()
298 LiveIntervals *LIS; variable
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp193 LiveIntervals &LIS = G.getMetadata().LIS; in apply() local
310 LiveIntervals &LIS = G.getMetadata().LIS; in apply() local
529 PBQPVirtRegAuxInfo(MachineFunction &MF, LiveIntervals &LIS, VirtRegMap &VRM, in PBQPVirtRegAuxInfo()
568 LiveIntervals &LIS) { in findVRegIntervalsToAlloc()
594 LiveIntervals &LIS = G.getMetadata().LIS; in initializeGraph() local
692 MachineFunction &MF, LiveIntervals &LIS, in spillVReg()
722 LiveIntervals &LIS = G.getMetadata().LIS; in mapPBQPToRegAlloc() local
757 LiveIntervals &LIS, in finalizeAlloc()
786 void RegAllocPBQP::postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS) { in postOptimization()
797 LiveIntervals &LIS = getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
DLiveDebugVariables.cpp395 LiveIntervals *LIS; member in __anona6a3267b0311::LDVImpl
759 LiveIntervals &LIS) { in extendDef()
805 MachineRegisterInfo &MRI, LiveIntervals &LIS) { in addDefsFromCopies()
876 LiveIntervals &LIS, LexicalScopes &LS) { in computeIntervals()
1065 LiveIntervals& LIS) { in splitLocation()
1165 LiveIntervals &LIS) { in splitRegister()
1194 splitRegister(Register OldReg, ArrayRef<Register> NewRegs, LiveIntervals &LIS) { in splitRegister()
1286 LiveIntervals &LIS) { in findInsertLocation()
1312 LiveIntervals &LIS, in findNextInsertLocation()
1334 LiveIntervals &LIS, const TargetInstrInfo &TII, in insertDebugValue()
[all …]
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp285 LiveIntervals *LIS; member in __anonc58f418d0311::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
DCalcSpillWeights.cpp26 void llvm::calculateSpillWeightsAndHints(LiveIntervals &LIS, in calculateSpillWeightsAndHints()
78 const LiveIntervals &LIS, in isRematerializable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp399 LiveIntervals *LIS; member in __anon7d09a2ef0211::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
/external/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 __anonaf6f29760111::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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp42 const LiveIntervals &LIS, in printLivesAt()
214 const LiveIntervals &LIS) { in getUsedRegMask()
232 collectVirtualRegUses(const MachineInstr &MI, const LiveIntervals &LIS, in collectVirtualRegUses()
260 const LiveIntervals &LIS, in getLiveLaneMask()
278 const LiveIntervals &LIS, in getLiveRegs()
DGCNRegPressure.h211 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) { in getLiveRegMap()
249 const LiveIntervals &LIS) { in getLiveRegsAfter()
255 const LiveIntervals &LIS) { in getLiveRegsBefore()
DSILowerSGPRSpills.cpp53 LiveIntervals *LIS = nullptr; member in __anon9b04c4820111::SILowerSGPRSpills
91 LiveIntervals *LIS) { in insertCSRSaves()
124 LiveIntervals *LIS) { in insertCSRRestores()
/external/llvm/lib/Target/AMDGPU/
DSIFixControlFlowLiveIntervals.cpp68 LiveIntervals *LIS = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local

123456