Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3575 unsigned getMatchedOperand() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7621 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
7632 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
7725 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(), in visitInlineAsm()
7762 true, OpInfo.getMatchedOperand(), dl, in visitInlineAsm()
7774 OpInfo.getMatchedOperand()); in visitInlineAsm()
H A DTargetLowering.cpp3303 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() function in TargetLowering::AsmOperandInfo