Home
last modified time | relevance | path

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

/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/llvm/include/llvm/IR/
DInlineAsm.h167 bool Parse(StringRef Str, ConstraintInfoVector &ConstraintsSoFar);
/external/llvm/test/CodeGen/X86/
D2009-11-17-UpdateTerminator.ll18 …Info,std::allocator<llvm::InlineAsm::ConstraintInfo> >"* nocapture %ConstraintsSoFar) nounwind ssp…