Home
last modified time | relevance | path

Searched refs:ParseTypeAndValue (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2561 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() function in LLParser
2571 if (ParseTypeAndValue(V, PFS)) return true; in ParseTypeAndBasicBlock()
3059 if (ParseTypeAndValue(Op0, Loc, PFS)) return true; in ParseBr()
3088 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
3104 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
3132 if (ParseTypeAndValue(Address, AddrLoc, PFS) || in ParseIndirectBr()
3262 if (ParseTypeAndValue(Exn, ExnLoc, PFS)) in ParseResume()
3282 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseArithmetic()
3310 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseLogical()
3333 ParseTypeAndValue(LHS, Loc, PFS) || in ParseCompare()
[all …]
DLLParser.h288 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
289 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() function
290 return ParseTypeAndValue(V, &PFS); in ParseTypeAndValue()
292 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() function
294 return ParseTypeAndValue(V, PFS); in ParseTypeAndValue()
/external/llvm/lib/AsmParser/
DLLParser.h375 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
376 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() function
377 return ParseTypeAndValue(V, &PFS); in ParseTypeAndValue()
379 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() function
381 return ParseTypeAndValue(V, PFS); in ParseTypeAndValue()
DLLParser.cpp4526 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() function in LLParser
4536 if (ParseTypeAndValue(V, PFS)) return true; in ParseTypeAndBasicBlock()
5132 if (ParseTypeAndValue(Op0, Loc, PFS)) return true; in ParseBr()
5161 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5177 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5205 if (ParseTypeAndValue(Address, AddrLoc, PFS) || in ParseIndirectBr()
5350 if (ParseTypeAndValue(Exn, ExnLoc, PFS)) in ParseResume()
5547 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseArithmetic()
5575 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseLogical()
5598 ParseTypeAndValue(LHS, Loc, PFS) || in ParseCompare()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h463 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
464 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() function
465 return ParseTypeAndValue(V, &PFS); in ParseTypeAndValue()
467 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() function
469 return ParseTypeAndValue(V, PFS); in ParseTypeAndValue()
DLLParser.cpp5041 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() function in LLParser
5051 if (ParseTypeAndValue(V, PFS)) return true; in ParseTypeAndBasicBlock()
5636 if (ParseTypeAndValue(Op0, Loc, PFS)) return true; in ParseBr()
5665 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5681 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5709 if (ParseTypeAndValue(Address, AddrLoc, PFS) || in ParseIndirectBr()
5842 if (ParseTypeAndValue(Exn, ExnLoc, PFS)) in ParseResume()
6038 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseArithmetic()
6066 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseLogical()
6088 ParseTypeAndValue(LHS, Loc, PFS) || in ParseCompare()
[all …]