/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 2561 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 …]
|
D | LLParser.h | 288 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/ |
D | LLParser.h | 375 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()
|
D | LLParser.cpp | 4526 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/ |
D | LLParser.h | 463 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()
|
D | LLParser.cpp | 5041 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 …]
|