Lines Matching refs:PerFunctionState

2350                                   PerFunctionState &PFS, bool IsMustTailCall,  in parseParameterList()
2428 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles()
2755 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2765 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2785 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()
2800 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal()
2835 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc, in getVal()
2871 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
2934 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB()
2940 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB()
2948 BasicBlock *LLParser::PerFunctionState::defineBB(const std::string &Name, in defineBB()
2997 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) { in parseValID()
5077 PerFunctionState *PFS) { in parseDIArgList()
5169 bool LLParser::parseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in parseMetadataAsValue()
5184 PerFunctionState *PFS) { in parseValueAsMetadata()
5208 bool LLParser::parseMetadata(Metadata *&MD, PerFunctionState *PFS) { in parseMetadata()
5257 PerFunctionState *PFS, bool IsCall) { in convertValIDToValue()
5422 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue()
5429 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { in parseTypeAndValue()
5435 PerFunctionState &PFS) { in parseTypeAndBasicBlock()
5691 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() { in resolveForwardRefBlockAddresses()
5742 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()
5748 SaveAndRestore<PerFunctionState *> ScopeExit(BlockAddressPFS, &PFS); in parseFunctionBody()
5772 bool LLParser::parseBasicBlock(PerFunctionState &PFS) { in parseBasicBlock()
5850 PerFunctionState &PFS) { in parseInstruction()
6095 PerFunctionState &PFS) { in parseRet()
6127 bool LLParser::parseBr(Instruction *&Inst, PerFunctionState &PFS) { in parseBr()
6157 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch()
6202 bool LLParser::parseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in parseIndirectBr()
6242 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in parseInvoke()
6338 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) { in parseResume()
6349 PerFunctionState &PFS) { in parseExceptionArgs()
6382 bool LLParser::parseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupRet()
6411 bool LLParser::parseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchRet()
6431 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch()
6480 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchPad()
6502 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupPad()
6532 bool LLParser::parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, in parseUnaryOp()
6552 bool LLParser::parseCallBr(Instruction *&Inst, PerFunctionState &PFS) { in parseCallBr()
6672 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in parseArithmetic()
6692 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical()
6711 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare()
6742 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS, in parseCast()
6764 bool LLParser::parseSelect(Instruction *&Inst, PerFunctionState &PFS) { in parseSelect()
6783 bool LLParser::parseVAArg(Instruction *&Inst, PerFunctionState &PFS) { in parseVAArg()
6801 bool LLParser::parseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractElement()
6818 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertElement()
6837 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in parseShuffleVector()
6856 int LLParser::parsePHI(Instruction *&Inst, PerFunctionState &PFS) { in parsePHI()
6906 bool LLParser::parseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in parseLandingPad()
6951 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) { in parseFreeze()
6970 bool LLParser::parseCall(Instruction *&Inst, PerFunctionState &PFS, in parseCall()
7084 int LLParser::parseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in parseAlloc()
7152 int LLParser::parseLoad(Instruction *&Inst, PerFunctionState &PFS) { in parseLoad()
7209 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore()
7261 int LLParser::parseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in parseCmpXchg()
7321 int LLParser::parseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in parseAtomicRMW()
7412 int LLParser::parseFence(Instruction *&Inst, PerFunctionState &PFS) { in parseFence()
7429 int LLParser::parseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in parseGetElementPtr()
7499 int LLParser::parseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractValue()
7518 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue()
7646 bool LLParser::parseUseListOrder(PerFunctionState *PFS) { in parseUseListOrder()