Home
last modified time | relevance | path

Searched refs:ConstraintsSoFar (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInlineAsm.cpp65 InlineAsm::ConstraintInfoVector &ConstraintsSoFar) { in Parse() argument
150 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
158 ConstraintsSoFar[N].multipleAlternatives.size()) in Parse()
161 ConstraintsSoFar[N].multipleAlternatives[multipleAlternativeIndex]; in Parse()
165 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
168 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
169 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
170 ConstraintsSoFar.size()) in Parse()
173 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
174 assert(ConstraintsSoFar[N].MatchingInput >= 0); in Parse()
/external/llvm/lib/IR/
DInlineAsm.cpp70 InlineAsm::ConstraintInfoVector &ConstraintsSoFar) { in Parse() argument
155 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
163 ConstraintsSoFar[N].multipleAlternatives.size()) in Parse()
166 ConstraintsSoFar[N].multipleAlternatives[multipleAlternativeIndex]; in Parse()
170 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
172 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
173 (size_t)ConstraintsSoFar[N].MatchingInput != in Parse()
174 ConstraintsSoFar.size()) in Parse()
177 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInlineAsm.cpp80 InlineAsm::ConstraintInfoVector &ConstraintsSoFar) { in Parse() argument
161 if (N >= ConstraintsSoFar.size() || ConstraintsSoFar[N].Type != isOutput|| in Parse()
169 ConstraintsSoFar[N].multipleAlternatives[multipleAlternativeIndex]; in Parse()
173 scInfo.MatchingInput = ConstraintsSoFar.size(); in Parse()
175 if (ConstraintsSoFar[N].hasMatchingInput()) in Parse()
178 ConstraintsSoFar[N].MatchingInput = ConstraintsSoFar.size(); in Parse()
/external/swiftshader/third_party/LLVM/include/llvm/
DInlineAsm.h162 bool Parse(StringRef Str, ConstraintInfoVector &ConstraintsSoFar);
/external/llvm/include/llvm/IR/
DInlineAsm.h167 bool Parse(StringRef Str, ConstraintInfoVector &ConstraintsSoFar);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInlineAsm.h167 bool Parse(StringRef Str, ConstraintInfoVector &ConstraintsSoFar);
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-11-17-UpdateTerminator.ll18 …Info,std::allocator<llvm::InlineAsm::ConstraintInfo> >"* nocapture %ConstraintsSoFar) nounwind ssp…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-11-17-UpdateTerminator.ll18 …Info,std::allocator<llvm::InlineAsm::ConstraintInfo> >"* nocapture %ConstraintsSoFar) nounwind ssp…
/external/llvm/test/CodeGen/X86/
D2009-11-17-UpdateTerminator.ll18 …Info,std::allocator<llvm::InlineAsm::ConstraintInfo> >"* nocapture %ConstraintsSoFar) nounwind ssp…