Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h365 int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp2955 case lltok::kw_alloca: return ParseAlloc(Inst, PFS); in ParseInstruction()
3661 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h491 int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5036 case lltok::kw_alloca: return ParseAlloc(Inst, PFS); in ParseInstruction()
5959 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc() function in LLParser