Searched refs:PhysRegInfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 253 struct PhysRegInfo { struct 291 PhysRegInfo AnalyzePhysRegInBundle(const MachineInstr &MI, Register Reg,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 334 PhysRegInfo llvm::AnalyzePhysRegInBundle(const MachineInstr &MI, Register Reg, in AnalyzePhysRegInBundle() 337 PhysRegInfo PRI = {false, false, false, false, false, false, false, false}; in AnalyzePhysRegInBundle()
|
H A D | MachineBasicBlock.cpp | 1643 PhysRegInfo Info = AnalyzePhysRegInBundle(*I, Reg, TRI); in computeRegisterLiveness() 1681 PhysRegInfo Info = AnalyzePhysRegInBundle(*I, Reg, TRI); in computeRegisterLiveness()
|
H A D | InlineSpiller.cpp | 989 PhysRegInfo RI = AnalyzePhysRegInBundle(*FoldMI, Reg, &TRI); in foldMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 353 PhysRegInfo PRI = AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI); in findConvertibleCompare()
|