Home
last modified time | relevance | path

Searched refs:isAllocatable (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td219 let isAllocatable = 0;
224 let isAllocatable = 0;
261 let isAllocatable = 0;
415 let isAllocatable = 0;
421 let isAllocatable = 0;
427 let isAllocatable = 0;
459 let isAllocatable = 0;
477 let isAllocatable = 0;
495 let isAllocatable = 0;
501 let isAllocatable = 0;
[all …]
DR600RegisterInfo.td160 let isAllocatable = 0 in {
206 } // End isAllocatable = 0
DGCNNSAReassign.cpp133 if (!MRI->isAllocatable(Reg)) in canAssign()
DSIMachineFunctionInfo.cpp371 return MRI.isAllocatable(Reg) && !MRI.isPhysRegUsed(Reg) && in allocateVGPRSpillToAGPR()
DSIFrameLowering.cpp307 if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg)) { in getReservedPrivateSegmentBufferReg()
370 if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg)) { in getReservedPrivateSegmentWaveByteOffsetReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp174 if (!RC || RC->isAllocatable()) in getAllocatableClass()
180 if (SubRC->isAllocatable()) in getAllocatableClass()
211 assert(RC->isAllocatable() && "invalid for nonallocatable sets"); in getAllocatableSetForRC()
227 if (C->isAllocatable()) in getAllocatableSet()
DMachineRegisterInfo.cpp59 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register"); in setRegClass()
161 assert(RegClass->isAllocatable() && in createVirtualRegister()
530 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
DRegAllocFast.cpp674 if (Hint0.isPhysical() && MRI->isAllocatable(Hint0) && in allocVirtReg()
695 if (Hint1.isPhysical() && MRI->isAllocatable(Hint1) && in allocVirtReg()
1062 if (!MRI->isAllocatable(Reg)) continue; in allocateInstruction()
1172 if (!Reg || !Reg.isPhysical() || !MRI->isAllocatable(Reg)) in allocateInstruction()
1257 if (MRI->isAllocatable(LI.PhysReg)) in allocateBasicBlock()
DCalcSpillWeights.cpp255 if (Register::isVirtualRegister(hint) || mri.isAllocatable(hint)) in weightCalcHelper()
DAggressiveAntiDepBreaker.cpp650 if (!MRI.isAllocatable(NewSuperReg)) continue; in FindSuitableFreeRegisters()
861 if (!MRI.isAllocatable(AntiDepReg)) { in BreakAntiDependencies()
DCriticalAntiDepBreaker.cpp572 if (!MRI.isAllocatable(AntiDepReg)) in BreakAntiDependencies()
DRegisterPressure.cpp524 } else if (MRI.isAllocatable(Reg)) { in pushReg()
559 } else if (MRI.isAllocatable(Reg)) { in pushRegLanes()
DMachineCSE.cpp345 if (MRI->isAllocatable(PhysDefs[i].second) || in PhysRegDefsReach()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.td361 let Size = 32, isAllocatable = 0 in
368 let isAllocatable = 0 in
371 let Size = 64, isAllocatable = 0 in
376 let Size = 32, isAllocatable = 0 in
386 let Size = 64, isAllocatable = 0 in
397 let isAllocatable = 0 in
403 let Size = 32, isAllocatable = 0 in
DHexagonBlockRanges.cpp225 if (RC->isAllocatable()) in HexagonBlockRanges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td57 let isAllocatable = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.td398 let isAllocatable = 0 in
407 let isAllocatable = 0 in
541 let isAllocatable = 0;
548 let isAllocatable = 0;
565 let isAllocatable = 0;
569 let isAllocatable = 0;
573 let isAllocatable = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td62 let isAllocatable = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.td41 let isAllocatable = allocatable in
295 let isAllocatable = 0, CopyCost = -1 in
302 let isAllocatable = 0 in
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h114 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
DMachineRegisterInfo.h915 bool isAllocatable(unsigned PhysReg) const { in isAllocatable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td375 let isAllocatable = 0;
378 let isAllocatable = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterInfo.td263 let isAllocatable = 0;
354 let isAllocatable = 0;
420 let isAllocatable = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp88 if (RegClass && !RegClass->isAllocatable()) in constrainOperandRegClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h88 bool isAllocatable() const { return Allocatable; } in isAllocatable() function

12