Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp94 MatchingInput = -1; in Parse()
180 if (scInfo.MatchingInput != -1) in Parse()
183 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
184 assert(scInfo.MatchingInput >= 0); in Parse()
187 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
191 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
192 assert(ConstraintsSoFar[N].MatchingInput >= 0); in Parse()
230 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h109 int MatchingInput = -1; member
136 int MatchingInput = -1; member
140 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5848 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
5890 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in getMultipleConstraintMatchWeight()
H A DSelectionDAGBuilder.cpp10020 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()