Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
212 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h106 int MatchingInput = -1; member
133 int MatchingInput = -1; member
137 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4739 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
4785 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
H A DSelectionDAGBuilder.cpp8483 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()