Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp93 MatchingInput = -1; in Parse()
179 if (scInfo.MatchingInput != -1) in Parse()
182 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
183 assert(scInfo.MatchingInput >= 0); in Parse()
186 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
190 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
191 assert(ConstraintsSoFar[N].MatchingInput >= 0); in Parse()
229 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h108 int MatchingInput = -1; member
135 int MatchingInput = -1; member
139 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5493 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5535 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
H A DSelectionDAGBuilder.cpp8934 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()