Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInlineAsm.cpp80 MatchingInput = -1; in Parse()
166 if (scInfo.MatchingInput != -1) in Parse()
169 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
170 assert(scInfo.MatchingInput >= 0); in Parse()
173 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
177 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
178 assert(ConstraintsSoFar[N].MatchingInput >= 0); in Parse()
216 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5407 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5449 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
H A DSelectionDAGBuilder.cpp8741 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()