Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h253 struct PhysRegInfo { struct
291 PhysRegInfo AnalyzePhysRegInBundle(const MachineInstr &MI, Register Reg,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp334 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 DMachineBasicBlock.cpp1643 PhysRegInfo Info = AnalyzePhysRegInBundle(*I, Reg, TRI); in computeRegisterLiveness()
1681 PhysRegInfo Info = AnalyzePhysRegInBundle(*I, Reg, TRI); in computeRegisterLiveness()
H A DInlineSpiller.cpp989 PhysRegInfo RI = AnalyzePhysRegInBundle(*FoldMI, Reg, &TRI); in foldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp353 PhysRegInfo PRI = AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI); in findConvertibleCompare()