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.h4829 unsigned getMatchedOperand() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9422 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
9500 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(), in visitInlineAsm()
9532 OpInfo.getMatchedOperand(), dl, DAG, in visitInlineAsm()
9543 Flag.setMatchingOp(OpInfo.getMatchedOperand()); in visitInlineAsm()
H A DTargetLowering.cpp5598 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() function in TargetLowering::AsmOperandInfo