Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp313 ? ConstraintOperands[OpInfo.getMatchedOperand()] in lowerInlineAsm()
383 unsigned DefIdx = OpInfo.getMatchedOperand(); in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4983 unsigned getMatchedOperand() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9940 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
10018 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(), in visitInlineAsm()
10050 OpInfo.getMatchedOperand(), dl, DAG, in visitInlineAsm()
10061 Flag.setMatchingOp(OpInfo.getMatchedOperand()); in visitInlineAsm()
H A DTargetLowering.cpp5673 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() function in TargetLowering::AsmOperandInfo