OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPhysRegUsed
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRegMatrix.h
127
bool
isPhysRegUsed
(MCRegister PhysReg) const;
MachineRegisterInfo.h
862
bool
isPhysRegUsed
(MCRegister PhysReg) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp
303
if (MRI->
isPhysRegUsed
(reg))
307
if (MRI->
isPhysRegUsed
(reg))
320
|| MRI.
isPhysRegUsed
(SP::L0) // Too many registers needed
321
|| MRI.
isPhysRegUsed
(SP::O6) // %sp is used
329
if (!MRI.
isPhysRegUsed
(reg))
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEFrameLowering.cpp
480
&& !MRI.
isPhysRegUsed
(VE::SX18) // Registers within limits
482
&& !MRI.
isPhysRegUsed
(VE::SX11) // %sp un-used
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRegMatrix.cpp
138
bool LiveRegMatrix::
isPhysRegUsed
(MCRegister PhysReg) const {
ExecutionDomainFix.cpp
430
if (MRI.
isPhysRegUsed
(Reg)) {
MachineRegisterInfo.cpp
585
bool MachineRegisterInfo::
isPhysRegUsed
(MCRegister PhysReg) const {
RegAllocGreedy.cpp
1143
return !Matrix->
isPhysRegUsed
(PhysReg);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPreAllocateWWMRegs.cpp
104
if (!MRI->
isPhysRegUsed
(PhysReg) &&
AMDGPUAsmPrinter.cpp
725
Info.UsesFlatScratch = MRI.
isPhysRegUsed
(AMDGPU::FLAT_SCR_LO) ||
726
MRI.
isPhysRegUsed
(AMDGPU::FLAT_SCR_HI) ||
753
Info.UsesVCC = MRI.
isPhysRegUsed
(AMDGPU::VCC_LO) ||
754
MRI.
isPhysRegUsed
(AMDGPU::VCC_HI);
762
if (MRI.
isPhysRegUsed
(Reg)) {
771
if (MRI.
isPhysRegUsed
(Reg)) {
782
if (MRI.
isPhysRegUsed
(Reg)) {
GCNNSAReassign.cpp
133
!LRM->
isPhysRegUsed
(CSRegs[I]))
SIFrameLowering.cpp
40
if (!MRI.
isPhysRegUsed
(Reg) && LiveRegs.available(MRI, Reg))
346
if (!ScratchRsrcReg || (!MRI.
isPhysRegUsed
(ScratchRsrcReg) &&
374
if (!MRI.
isPhysRegUsed
(Reg) && MRI.isAllocatable(Reg) &&
402
// FIXME: Remove all of the
isPhysRegUsed
checks
470
if (!MRI.
isPhysRegUsed
(Reg) && MRI.isAllocatable(Reg) &&
SIMachineFunctionInfo.cpp
410
return MRI.isAllocatable(Reg) && !MRI.
isPhysRegUsed
(Reg) &&
SIRegisterInfo.cpp
2211
if (MRI.isAllocatable(Reg) && !MRI.
isPhysRegUsed
(Reg))
2215
if (MRI.isAllocatable(Reg) && !MRI.
isPhysRegUsed
(Reg))
GCNHazardRecognizer.cpp
35
MaxLookAhead = MF.getRegInfo().
isPhysRegUsed
(AMDGPU::AGPR0) ? 19 : 5;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp
2137
if (Reg != ARM::LR && !MRI.
isPhysRegUsed
(Reg))
2162
if (!MRI.isReserved(ARM::LR) && !MRI.
isPhysRegUsed
(ARM::LR) &&
2185
if (!MRI.isReserved(Reg) && !MRI.
isPhysRegUsed
(Reg) &&
2196
if (!MRI.isReserved(Reg) && !MRI.
isPhysRegUsed
(Reg))
2232
if (!MRI.
isPhysRegUsed
(Reg))
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
1915
if (MRI.
isPhysRegUsed
(Reg)) {
1955
if (MRI.
isPhysRegUsed
(Subtarget->isPPC64() ? PPC::X31 : PPC::R31))
PPCFrameLowering.cpp
2322
MF.getRegInfo().
isPhysRegUsed
(Reg))
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
2863
if (!ExtraCSSpill || MF.getRegInfo().
isPhysRegUsed
(ExtraCSSpill)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
1585
if (MRI.
isPhysRegUsed
(*AI))
Completed in 61 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026