Searched refs:ParseLoad (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 366 int ParseLoad(Instruction *&I, PerFunctionState &PFS, bool isVolatile);
|
D | LLParser.cpp | 2956 case lltok::kw_load: return ParseLoad(Inst, PFS, false); in ParseInstruction() 2964 return ParseLoad(Inst, PFS, true); in ParseInstruction() 3694 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS, in ParseLoad() function in LLParser
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 492 int ParseLoad(Instruction *&I, PerFunctionState &PFS);
|
D | LLParser.cpp | 5037 case lltok::kw_load: return ParseLoad(Inst, PFS); in ParseInstruction() 6000 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad() function in LLParser
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 581 int ParseLoad(Instruction *&Inst, PerFunctionState &PFS);
|
D | LLParser.cpp | 5542 case lltok::kw_load: return ParseLoad(Inst, PFS); in ParseInstruction() 6502 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad() function in LLParser
|