Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInlineAsm.cpp61 MatchingInput(-1), isCommutative(false), in ConstraintInfo()
84 MatchingInput = -1; in Parse()
167 if (scInfo.MatchingInput != -1) in Parse()
170 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
173 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
177 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
205 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/external/llvm/include/llvm/IR/
DInlineAsm.h106 signed char MatchingInput; member
111 SubConstraintInfo() : MatchingInput(-1) {} in SubConstraintInfo()
131 signed char MatchingInput; member
135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2434 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2480 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
DSelectionDAGBuilder.cpp6204 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()