Home
last modified time | relevance | path

Searched refs:getMatchedOperand (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp367 ? ConstraintOperands[OpInfo.getMatchedOperand()] in lowerInlineAsm()
435 unsigned DefIdx = OpInfo.getMatchedOperand(); in lowerInlineAsm()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4485 unsigned getMatchedOperand() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8796 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
8874 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(), in visitInlineAsm()
8910 true, OpInfo.getMatchedOperand(), dl, in visitInlineAsm()
8922 OpInfo.getMatchedOperand()); in visitInlineAsm()
H A DTargetLowering.cpp5276 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() function in TargetLowering::AsmOperandInfo