Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp373 ? ConstraintOperands[OpInfo.getMatchedOperand()] in lowerInlineAsm()
440 unsigned DefIdx = OpInfo.getMatchedOperand(); in lowerInlineAsm()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4192 unsigned getMatchedOperand() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8596 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
8658 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(), in visitInlineAsm()
8694 true, OpInfo.getMatchedOperand(), dl, in visitInlineAsm()
8706 OpInfo.getMatchedOperand()); in visitInlineAsm()
H A DTargetLowering.cpp4639 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() function in TargetLowering::AsmOperandInfo