Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInlineAsm.cpp61 MatchingInput(-1), isCommutative(false), in ConstraintInfo()
69 MatchingInput(other.MatchingInput), isCommutative(other.isCommutative), in ConstraintInfo()
94 MatchingInput = -1; in Parse()
170 if (scInfo.MatchingInput != -1) in Parse()
173 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
178 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
206 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/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/swiftshader/third_party/LLVM/include/llvm/
DInlineAsm.h98 signed char MatchingInput;
103 SubConstraintInfo() : MatchingInput(-1) {}
123 signed char MatchingInput;
127 bool hasMatchingInput() const { return MatchingInput != -1; }
/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2914 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2960 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
DSelectionDAGBuilder.cpp5916 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2524 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
2570 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
DSelectionDAGBuilder.cpp6661 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()