Lines Matching refs:PerFunctionState
2370 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList()
2430 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles()
2727 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2737 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2757 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction()
2772 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal()
2807 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, in GetVal()
2843 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
2904 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name, in GetBB()
2910 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB()
2918 BasicBlock *LLParser::PerFunctionState::DefineBB(const std::string &Name, in DefineBB()
2953 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
4916 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue()
4931 PerFunctionState *PFS) { in ParseValueAsMetadata()
4955 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata()
4998 PerFunctionState *PFS, bool IsCall) { in ConvertValIDToValue()
5139 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
5146 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
5153 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
5399 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() { in resolveForwardRefBlockAddresses()
5445 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
5451 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in ParseFunctionBody()
5474 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
5547 PerFunctionState &PFS) { in ParseInstruction()
5725 PerFunctionState &PFS) { in ParseRet()
5755 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
5784 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
5829 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
5869 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
5965 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
5976 PerFunctionState &PFS) { in ParseExceptionArgs()
6009 bool LLParser::ParseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupRet()
6038 bool LLParser::ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchRet()
6058 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch()
6108 bool LLParser::ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchPad()
6130 bool LLParser::ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupPad()
6160 bool LLParser::ParseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, in ParseUnaryOp()
6197 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
6225 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
6243 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
6276 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
6298 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
6317 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
6335 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
6352 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
6371 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
6390 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
6440 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
6492 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
6604 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
6666 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad()
6715 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore()
6760 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
6813 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
6873 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
6890 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
6953 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
6972 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()
7099 bool LLParser::ParseUseListOrder(PerFunctionState *PFS) { in ParseUseListOrder()