Lines Matching refs:PerFunctionState

2492                                   PerFunctionState &PFS, bool IsMustTailCall,  in parseParameterList()
2571 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles()
2898 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2908 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2928 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()
2943 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal()
2978 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal()
3013 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
3076 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB()
3082 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB()
3090 BasicBlock *LLParser::PerFunctionState::defineBB(const std::string &Name, in defineBB()
3140 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) { in parseValID()
5194 PerFunctionState *PFS) { in parseDIArgList()
5287 bool LLParser::parseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in parseMetadataAsValue()
5302 PerFunctionState *PFS) { in parseValueAsMetadata()
5326 bool LLParser::parseMetadata(Metadata *&MD, PerFunctionState *PFS) { in parseMetadata()
5375 PerFunctionState *PFS) { in convertValIDToValue()
5546 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue()
5553 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { in parseTypeAndValue()
5559 PerFunctionState &PFS) { in parseTypeAndBasicBlock()
5814 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() { in resolveForwardRefBlockAddresses()
5865 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()
5871 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()
5895 bool LLParser::parseBasicBlock(PerFunctionState &PFS) { in parseBasicBlock()
5973 PerFunctionState &PFS) { in parseInstruction()
6218 PerFunctionState &PFS) { in parseRet()
6250 bool LLParser::parseBr(Instruction *&Inst, PerFunctionState &PFS) { in parseBr()
6280 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch()
6325 bool LLParser::parseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in parseIndirectBr()
6365 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in parseInvoke()
6461 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) { in parseResume()
6472 PerFunctionState &PFS) { in parseExceptionArgs()
6505 bool LLParser::parseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupRet()
6534 bool LLParser::parseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchRet()
6554 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch()
6603 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchPad()
6625 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupPad()
6655 bool LLParser::parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, in parseUnaryOp()
6675 bool LLParser::parseCallBr(Instruction *&Inst, PerFunctionState &PFS) { in parseCallBr()
6794 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in parseArithmetic()
6814 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical()
6833 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare()
6864 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS, in parseCast()
6886 bool LLParser::parseSelect(Instruction *&Inst, PerFunctionState &PFS) { in parseSelect()
6905 bool LLParser::parseVAArg(Instruction *&Inst, PerFunctionState &PFS) { in parseVAArg()
6923 bool LLParser::parseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractElement()
6940 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertElement()
6959 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in parseShuffleVector()
6978 int LLParser::parsePHI(Instruction *&Inst, PerFunctionState &PFS) { in parsePHI()
7028 bool LLParser::parseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in parseLandingPad()
7073 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) { in parseFreeze()
7092 bool LLParser::parseCall(Instruction *&Inst, PerFunctionState &PFS, in parseCall()
7206 int LLParser::parseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in parseAlloc()
7274 int LLParser::parseLoad(Instruction *&Inst, PerFunctionState &PFS) { in parseLoad()
7331 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore()
7383 int LLParser::parseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in parseCmpXchg()
7443 int LLParser::parseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in parseAtomicRMW()
7546 int LLParser::parseFence(Instruction *&Inst, PerFunctionState &PFS) { in parseFence()
7563 int LLParser::parseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in parseGetElementPtr()
7633 int LLParser::parseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractValue()
7652 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue()
7780 bool LLParser::parseUseListOrder(PerFunctionState *PFS) { in parseUseListOrder()