Searched refs:createMIROperandComment (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 158 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
|
D | ARMBaseInstrInfo.cpp | 517 std::string ARMBaseInstrInfo::createMIROperandComment( in createMIROperandComment() function in ARMBaseInstrInfo 523 TargetInstrInfo::createMIROperandComment(MI, Op, OpIdx, TRI); in createMIROperandComment()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1362 createMIROperandComment(const MachineInstr &MI, const MachineOperand &Op,
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 846 std::string MOComment = TII->createMIROperandComment(MI, Op, OpIdx, TRI); in print()
|
D | TargetInstrInfo.cpp | 1367 std::string TargetInstrInfo::createMIROperandComment( in createMIROperandComment() function in TargetInstrInfo
|