Home
last modified time | relevance | path

Searched refs:TargetOperandInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h452 struct TargetOperandInfo { struct
453 TargetOperandInfo(const TargetInstrInfo &tii) : TII(tii) {} in TargetOperandInfo() function
454 virtual ~TargetOperandInfo() = default;
667 const TargetOperandInfo &toi);
888 std::unique_ptr<TargetOperandInfo> DefaultTOI;
896 const TargetOperandInfo &TOI;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp589 bool TargetOperandInfo::isPreserving(const MachineInstr &In, in isPreserving()
595 bool TargetOperandInfo::isClobbering(const MachineInstr &In, in isClobbering()
608 bool TargetOperandInfo::isFixedReg(const MachineInstr &In, in isFixedReg()
641 : DefaultTOI(std::make_unique<TargetOperandInfo>(tii)), MF(mf), TII(tii), in DataFlowGraph()
649 const TargetOperandInfo &toi) in DataFlowGraph()