Lines Matching refs:PerFunctionState
1915 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList()
1977 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles()
2277 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2287 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2307 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction()
2323 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal()
2365 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc) { in GetVal()
2407 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
2468 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB()
2474 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB()
2482 BasicBlock *LLParser::PerFunctionState::DefineBB(const std::string &Name, in DefineBB()
2517 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
4077 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue()
4092 PerFunctionState *PFS) { in ParseValueAsMetadata()
4116 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata()
4160 PerFunctionState *PFS) { in ConvertValIDToValue()
4298 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
4304 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
4311 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
4562 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() { in resolveForwardRefBlockAddresses()
4608 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
4614 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in ParseFunctionBody()
4637 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
4710 PerFunctionState &PFS) { in ParseInstruction()
4878 PerFunctionState &PFS) { in ParseRet()
4909 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
4938 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
4983 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
5024 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
5129 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
5140 PerFunctionState &PFS) { in ParseExceptionArgs()
5173 bool LLParser::ParseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupRet()
5202 bool LLParser::ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchRet()
5222 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch()
5273 bool LLParser::ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchPad()
5295 bool LLParser::ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupPad()
5325 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
5353 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
5372 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
5405 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
5427 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
5446 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
5464 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
5481 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
5500 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
5519 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
5568 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
5620 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
5739 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
5778 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad()
5826 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore()
5870 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
5924 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
5979 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
5996 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
6059 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
6078 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()
6205 bool LLParser::ParseUseListOrder(PerFunctionState *PFS) { in ParseUseListOrder()