Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInlineAsm.cpp79 MatchingInput = -1; in Parse()
162 if (scInfo.MatchingInput != -1) in Parse()
165 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
166 assert(scInfo.MatchingInput >= 0); in Parse()
169 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
173 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
174 assert(ConstraintsSoFar[N].MatchingInput >= 0); in Parse()
202 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h104 int MatchingInput = -1; member
131 int MatchingInput = -1; member
135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3429 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
3475 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
H A DSelectionDAGBuilder.cpp7588 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()