Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h293 LLVM_ABI PhysRegInfo AnalyzePhysRegInBundle(const MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp314 PhysRegInfo llvm::AnalyzePhysRegInBundle(const MachineInstr &MI, Register Reg, in AnalyzePhysRegInBundle() function in llvm
H A DMachineBasicBlock.cpp1668 PhysRegInfo Info = AnalyzePhysRegInBundle(*I, Reg, TRI); in computeRegisterLiveness()
1706 PhysRegInfo Info = AnalyzePhysRegInBundle(*I, Reg, TRI); in computeRegisterLiveness()
H A DInlineSpiller.cpp1008 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()