Searched refs:PerFunctionState (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.h | 135 class PerFunctionState; variable 139 PerFunctionState *BlockAddressPFS; 413 class PerFunctionState { 424 PerFunctionState(LLParser &p, Function &f, int functionNumber); 425 ~PerFunctionState(); 457 PerFunctionState *PFS, bool IsCall); 463 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 464 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 469 PerFunctionState &PFS) { in ParseValue() 474 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS); [all …]
|
| D | LLParser.cpp | 2436 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 2512 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles() 2834 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 2844 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 2864 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction() 2879 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal() 2914 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, in GetVal() 2950 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName() 3011 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB() 3017 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() [all …]
|