/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 310 if (MRI->isPhysRegUsed(reg)) in verifyLeafProcRegUse() 314 if (MRI->isPhysRegUsed(reg)) in verifyLeafProcRegUse() 327 || MRI.isPhysRegUsed(SP::L0) // Too many registers needed in isLeafProc() 328 || MRI.isPhysRegUsed(SP::O6) // %sp is used in isLeafProc() 336 if (!MRI.isPhysRegUsed(reg)) in remapRegsForLeafProc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 111 !MRI.isPhysRegUsed(ScratchRsrcReg)) in getReservedPrivateSegmentBufferReg() 138 if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg)) { in getReservedPrivateSegmentBufferReg() 162 !MRI.isPhysRegUsed(ScratchWaveOffsetReg)) { in getReservedPrivateSegmentWaveByteOffsetReg() 204 if (!MRI.isPhysRegUsed(Reg) && MRI.isAllocatable(Reg)) { in getReservedPrivateSegmentWaveByteOffsetReg() 297 bool OffsetRegUsed = MRI.isPhysRegUsed(ScratchWaveOffsetReg); in emitEntryFunctionPrologue() 299 MRI.isPhysRegUsed(ScratchRsrcReg); in emitEntryFunctionPrologue() 353 MRI.isPhysRegUsed(ScratchWaveOffsetReg) ? 0 : RegState::Kill); in emitEntryFunctionPrologue()
|
D | AMDGPUAsmPrinter.cpp | 580 Info.UsesFlatScratch = MRI.isPhysRegUsed(AMDGPU::FLAT_SCR_LO) || in analyzeResourceUsage() 581 MRI.isPhysRegUsed(AMDGPU::FLAT_SCR_HI); in analyzeResourceUsage() 602 Info.UsesVCC = MRI.isPhysRegUsed(AMDGPU::VCC_LO) || in analyzeResourceUsage() 603 MRI.isPhysRegUsed(AMDGPU::VCC_HI); in analyzeResourceUsage() 611 if (MRI.isPhysRegUsed(Reg)) { in analyzeResourceUsage() 619 if (MRI.isPhysRegUsed(Reg)) { in analyzeResourceUsage()
|
D | SIRegisterInfo.cpp | 1387 if (MRI.isAllocatable(Reg) && !MRI.isPhysRegUsed(Reg)) in findUnusedRegister()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRegMatrix.h | 116 bool isPhysRegUsed(unsigned PhysReg) const;
|
D | MachineRegisterInfo.h | 715 bool isPhysRegUsed(unsigned PhysReg) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveRegMatrix.h | 128 bool isPhysRegUsed(unsigned PhysReg) const;
|
D | MachineRegisterInfo.h | 825 bool isPhysRegUsed(unsigned PhysReg) const;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 164 if (!MRI.isPhysRegUsed(Reg)) { in emitPrologue() 194 if (!MRI.isPhysRegUsed(Reg)) { in emitPrologue()
|
D | SIRegisterInfo.cpp | 963 if (!MRI.isPhysRegUsed(Reg)) in findUnusedRegister()
|
/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 131 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in LiveRegMatrix
|
D | MachineRegisterInfo.cpp | 519 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in MachineRegisterInfo
|
D | ExecutionDepsFix.cpp | 745 if (MRI.isPhysRegUsed(Reg)) { in runOnMachineFunction()
|
D | RegAllocGreedy.cpp | 851 return !Matrix->isPhysRegUsed(PhysReg); in isUnusedCalleeSavedReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 138 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in LiveRegMatrix
|
D | ExecutionDomainFix.cpp | 431 if (MRI.isPhysRegUsed(Reg)) { in runOnMachineFunction()
|
D | MachineRegisterInfo.cpp | 596 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in MachineRegisterInfo
|
D | RegAllocGreedy.cpp | 1087 return !Matrix->isPhysRegUsed(PhysReg); in isUnusedCalleeSavedReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1914 if (!MRI.isPhysRegUsed(Reg)) in determineCalleeSaves() 1935 if (!MRI.isReserved(ARM::LR) && !MRI.isPhysRegUsed(ARM::LR)) in determineCalleeSaves() 1956 if (!MRI.isReserved(Reg) && !MRI.isPhysRegUsed(Reg)) in determineCalleeSaves() 1966 if (!MRI.isReserved(Reg) && !MRI.isPhysRegUsed(Reg)) in determineCalleeSaves() 2005 if (!MRI.isPhysRegUsed(Reg)) in determineCalleeSaves()
|
/external/llvm/lib/Target/Sparc/ |
D | LeonPasses.cpp | 53 if (!MRI.isPhysRegUsed(RegisterIndex) && in getUnusedFPRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 1505 if (!ExtraCSSpill || MF.getRegInfo().isPhysRegUsed(ExtraCSSpill)) { in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1371 if (MRI.isPhysRegUsed(*AI)) in needToReserveScavengingSpillSlots()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1212 if (MRI.isPhysRegUsed(*AI)) in needToReserveScavengingSpillSlots()
|