Home
last modified time | relevance | path

Searched refs:isPhysRegOrOverlapUsed (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h336 bool isPhysRegOrOverlapUsed(unsigned Reg) const { in isPhysRegOrOverlapUsed() function
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp657 if (MF->getRegInfo().isPhysRegOrOverlapUsed(*I)) { in runOnMachineFunction()
DPrologEpilogInserter.cpp230 if (Fn.getRegInfo().isPhysRegOrOverlapUsed(Reg)) { in calculateCalleeSavedRegisters()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1169 if (!MRI.isPhysRegOrOverlapUsed(ARM::D8 + NumSpills)) in checkNumAlignedDPRCS2Regs()
1242 if (MF.getRegInfo().isPhysRegOrOverlapUsed(Reg)) { in processFunctionBeforeCalleeSavedScan()