Home
last modified time | relevance | path

Searched refs:analyzePhysReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h207 PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp282 MachineOperandIteratorBase::analyzePhysReg(unsigned Reg, in analyzePhysReg() function in MachineOperandIteratorBase
DMachineBasicBlock.cpp1146 MIOperands(I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
1184 MIOperands(I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
DInlineSpiller.cpp1140 MIBundleOperands(FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp354 MIOperands(I).analyzePhysReg(AArch64::NZCV, TRI); in findConvertibleCompare()