Searched refs:createMIROperandComment (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 176 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
|
| H A D | RISCVInstrInfo.cpp | 1406 std::string RISCVInstrInfo::createMIROperandComment( in createMIROperandComment() function in RISCVInstrInfo 1411 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 161 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
|
| H A D | ARMBaseInstrInfo.cpp | 574 std::string ARMBaseInstrInfo::createMIROperandComment( in createMIROperandComment() function in ARMBaseInstrInfo 580 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1435 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 874 std::string MOComment = TII->createMIROperandComment(MI, Op, OpIdx, TRI); in print()
|
| H A D | TargetInstrInfo.cpp | 1347 std::string TargetInstrInfo::createMIROperandComment( in createMIROperandComment() function in TargetInstrInfo
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MIRLangRef.rst | 813 ``createMIROperandComment()``.
|