Searched refs:analyzePhysReg (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 216 PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 217 PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 294 MachineOperandIteratorBase::analyzePhysReg(unsigned Reg, in analyzePhysReg() function in MachineOperandIteratorBase
|
D | MachineBasicBlock.cpp | 1217 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness() 1262 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
|
D | InlineSpiller.cpp | 786 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 296 MachineOperandIteratorBase::analyzePhysReg(unsigned Reg, in analyzePhysReg() function in MachineOperandIteratorBase
|
D | MachineBasicBlock.cpp | 1386 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness() 1431 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
|
D | InlineSpiller.cpp | 823 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 351 MIOperands(*I).analyzePhysReg(AArch64::NZCV, TRI); in findConvertibleCompare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 356 MIOperands(*I).analyzePhysReg(AArch64::NZCV, TRI); in findConvertibleCompare()
|