Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h217 PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp294 MachineOperandIteratorBase::analyzePhysReg(unsigned Reg, in analyzePhysReg() function in MachineOperandIteratorBase
DMachineBasicBlock.cpp1217 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
1262 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
DInlineSpiller.cpp786 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp351 MIOperands(*I).analyzePhysReg(AArch64::NZCV, TRI); in findConvertibleCompare()