Searched defs:ValLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp214 /// @param ValLoc If V has aggegate type, we will be interested in a particular
223 SmallVectorImpl<unsigned> &ValLoc,
288 ValLoc.rbegin())) {
292 ValLoc.resize(ValLoc.size() - InsertLoc.size());
305 std::back_inserter(ValLoc));
222 getNoopInput(const Value *V, SmallVectorImpl<unsigned> &ValLoc, unsigned &DataBits, const TargetLoweringBase &TLI) argument
/external/llvm/lib/TableGen/
H A DTGParser.cpp1689 SMLoc ValLoc = Lex.getLoc(); local
1692 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))

Completed in 177 milliseconds