Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInlineAsm.cpp62 MatchingInput(-1), isCommutative(false), in ConstraintInfo()
85 MatchingInput = -1; in Parse()
165 if (scInfo.MatchingInput != -1) in Parse()
168 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
171 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
175 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
203 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/external/llvm/include/llvm/IR/
DInlineAsm.h105 signed char MatchingInput; member
110 SubConstraintInfo() : MatchingInput(-1) {} in SubConstraintInfo()
130 signed char MatchingInput; member
134 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2375 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2421 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
DSelectionDAGBuilder.cpp6387 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()