| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.td | 302 let isAllocatable = 0; 307 let isAllocatable = 0; 313 let isAllocatable = 0; 327 let isAllocatable = 0; 368 let isAllocatable = 0; 374 let isAllocatable = 0; 522 let isAllocatable = 0; 565 let isAllocatable = 0; 571 let isAllocatable = 0; 577 let isAllocatable = 0; [all …]
|
| H A D | R600RegisterInfo.td | 163 let isAllocatable = 0 in { 209 } // End isAllocatable = 0
|
| H A D | GCNNSAReassign.cpp | 128 if (!MRI->isAllocatable(Reg)) in canAssign()
|
| H A D | SIFrameLowering.cpp | 221 if (LiveRegs.available(MRI, Reg) && MRI.isAllocatable(Reg) && in emitEntryFunctionFlatScratchInit() 374 if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg) && in getEntryFunctionReservedScratchRsrcReg() 470 if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg) && in emitEntryFunctionPrologue()
|
| H A D | SIMachineFunctionInfo.cpp | 410 return MRI.isAllocatable(Reg) && !MRI.isPhysRegUsed(Reg) && in allocateVGPRSpillToAGPR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 195 if (!RC || RC->isAllocatable()) in getAllocatableClass() 201 if (SubRC->isAllocatable()) in getAllocatableClass() 249 assert(RC->isAllocatable() && "invalid for nonallocatable sets"); in getAllocatableSetForRC() 265 if (C->isAllocatable()) in getAllocatableSet()
|
| H A D | MachineRegisterInfo.cpp | 59 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register"); in setRegClass() 161 assert(RegClass->isAllocatable() && in createVirtualRegister() 524 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
|
| H A D | CalcSpillWeights.cpp | 275 if (HintReg.isVirtual() || MRI.isAllocatable(HintReg)) in weightCalcHelper()
|
| H A D | AggressiveAntiDepBreaker.cpp | 642 if (!MRI.isAllocatable(NewSuperReg)) continue; in FindSuitableFreeRegisters() 853 if (!MRI.isAllocatable(AntiDepReg)) { in BreakAntiDependencies()
|
| H A D | CriticalAntiDepBreaker.cpp | 566 if (!MRI.isAllocatable(AntiDepReg)) in BreakAntiDependencies()
|
| H A D | RegisterPressure.cpp | 524 } else if (MRI.isAllocatable(Reg)) { in pushReg() 560 } else if (MRI.isAllocatable(Reg)) { in pushRegLanes()
|
| H A D | RegAllocFast.cpp | 740 if (Hint0.isPhysical() && MRI->isAllocatable(Hint0) && RC.contains(Hint0) && in allocVirtReg() 759 if (Hint1.isPhysical() && MRI->isAllocatable(Hint1) && RC.contains(Hint1) && in allocVirtReg()
|
| H A D | MachineCSE.cpp | 345 if (MRI->isAllocatable(PhysDefs[i].second) || in PhysRegDefsReach()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.td | 397 let Size = 32, isAllocatable = 0 in 408 let isAllocatable = 0 in 411 let Size = 64, isAllocatable = 0 in 416 let Size = 32, isAllocatable = 0 in 426 let Size = 64, isAllocatable = 0 in 437 let isAllocatable = 0 in 443 let Size = 32, isAllocatable = 0 in
|
| H A D | HexagonBlockRanges.cpp | 225 if (RC->isAllocatable()) in HexagonBlockRanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.td | 411 let isAllocatable = 0 in 420 let isAllocatable = 0 in 554 let isAllocatable = 0; 561 let isAllocatable = 0; 578 let isAllocatable = 0; 582 let isAllocatable = 0; 586 let isAllocatable = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.td | 57 let isAllocatable = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.td | 62 let isAllocatable = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.td | 43 let isAllocatable = allocatable in 321 let isAllocatable = 0, CopyCost = -1 in 328 let isAllocatable = 0 in
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 406 let isAllocatable = 0; 409 let isAllocatable = 0; 413 let isAllocatable = 0; 416 let isAllocatable = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 115 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
|
| H A D | MachineRegisterInfo.h | 933 bool isAllocatable(MCRegister PhysReg) const { in isAllocatable() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.td | 111 let isAllocatable = 0 in {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterInfo.td | 280 let isAllocatable = 0; 331 let isAllocatable = 0; 382 let isAllocatable = 0; 448 let isAllocatable = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 95 bool isAllocatable() const { return Allocatable; } in isAllocatable() function
|