Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInlineAsm.cpp78 MatchingInput = -1; in Parse()
161 if (scInfo.MatchingInput != -1) in Parse()
164 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
165 assert(scInfo.MatchingInput >= 0); in Parse()
168 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
172 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
173 assert(ConstraintsSoFar[N].MatchingInput >= 0); in Parse()
211 MatchingInput = scInfo.MatchingInput; in selectAlternative()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h103 int MatchingInput = -1; member
130 int MatchingInput = -1; member
134 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4361 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
4407 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints()
DSelectionDAGBuilder.cpp8205 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in visitInlineAsm()