Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h186 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
H A DRISCVInstrInfo.cpp2008 std::string RISCVInstrInfo::createMIROperandComment( in createMIROperandComment() function in RISCVInstrInfo
2013 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h161 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
H A DARMBaseInstrInfo.cpp576 std::string ARMBaseInstrInfo::createMIROperandComment( in createMIROperandComment() function in ARMBaseInstrInfo
582 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1489 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp888 std::string MOComment = TII->createMIROperandComment(MI, Op, OpIdx, TRI); in print()
H A DTargetInstrInfo.cpp1481 std::string TargetInstrInfo::createMIROperandComment( in createMIROperandComment() function in TargetInstrInfo
/openbsd/gnu/llvm/llvm/docs/
H A DMIRLangRef.rst826 ``createMIROperandComment()``.