Home
last modified time | relevance | path

Searched refs:createMIROperandComment (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h240 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
H A DRISCVInstrInfo.cpp2977 std::string RISCVInstrInfo::createMIROperandComment( in createMIROperandComment()
2982 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
2970 std::string RISCVInstrInfo::createMIROperandComment( createMIROperandComment() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h166 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
H A DARMBaseInstrInfo.cpp577 std::string ARMBaseInstrInfo::createMIROperandComment( in createMIROperandComment() function in ARMBaseInstrInfo
583 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1604 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp927 std::string MOComment = TII->createMIROperandComment(MI, Op, OpIdx, TRI); in print()
H A DTargetInstrInfo.cpp1732 std::string TargetInstrInfo::createMIROperandComment( in createMIROperandComment() function in TargetInstrInfo