Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp62 MatchingInput(-1), isCommutative(false), in ConstraintInfo()
85 MatchingInput = -1; in Parse()
165 if (scInfo.MatchingInput != -1) in Parse()
168 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
173 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
201 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h105 signed char MatchingInput; member
110 SubConstraintInfo() : MatchingInput(-1) {} in SubConstraintInfo()
130 signed char MatchingInput; member
134 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2366 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2412 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
H A DSelectionDAGBuilder.cpp6555 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()