Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp368 ? ConstraintOperands[OpInfo.getMatchedOperand()] in lowerInlineAsm()
435 unsigned DefIdx = OpInfo.getMatchedOperand(); in lowerInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4164 unsigned getMatchedOperand() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8537 ? ConstraintOperands[OpInfo.getMatchedOperand()] in visitInlineAsm()
8599 auto CurOp = findMatchingInlineAsmOperand(OpInfo.getMatchedOperand(), in visitInlineAsm()
8636 true, OpInfo.getMatchedOperand(), dl, in visitInlineAsm()
8648 OpInfo.getMatchedOperand()); in visitInlineAsm()
H A DTargetLowering.cpp4614 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() function in TargetLowering::AsmOperandInfo