Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h162 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
H A DARMBaseInstrInfo.cpp548 std::string ARMBaseInstrInfo::createMIROperandComment( in createMIROperandComment() function in ARMBaseInstrInfo
554 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1418 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp847 std::string MOComment = TII->createMIROperandComment(MI, Op, OpIdx, TRI); in print()
H A DTargetInstrInfo.cpp1364 std::string TargetInstrInfo::createMIROperandComment( in createMIROperandComment() function in TargetInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMIRLangRef.rst810 ``createMIROperandComment()``.