Lines Matching refs:PerFunctionState
2900 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList()
2979 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles()
3343 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
3358 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
3378 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()
3393 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal()
3434 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal()
3469 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
3532 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB()
3538 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB()
3546 BasicBlock *LLParser::PerFunctionState::defineBB(const std::string &Name, in defineBB()
3596 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) { in parseValID()
5620 bool LLParser::parseDIArgList(Metadata *&MD, PerFunctionState *PFS) { in parseDIArgList()
5713 bool LLParser::parseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in parseMetadataAsValue()
5728 PerFunctionState *PFS) { in parseValueAsMetadata()
5752 bool LLParser::parseMetadata(Metadata *&MD, PerFunctionState *PFS) { in parseMetadata()
5805 PerFunctionState *PFS) { in convertValIDToValue()
5991 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue()
5998 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { in parseTypeAndValue()
6004 PerFunctionState &PFS) { in parseTypeAndBasicBlock()
6261 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() { in resolveForwardRefBlockAddresses()
6313 PerFunctionState PFS(*this, Fn, FunctionNumber, UnnamedArgNums); in parseFunctionBody()
6343 bool LLParser::parseBasicBlock(PerFunctionState &PFS) { in parseBasicBlock()
6421 PerFunctionState &PFS) { in parseInstruction()
6681 PerFunctionState &PFS) { in parseRet()
6713 bool LLParser::parseBr(Instruction *&Inst, PerFunctionState &PFS) { in parseBr()
6743 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch()
6788 bool LLParser::parseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in parseIndirectBr()
6849 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in parseInvoke()
6933 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) { in parseResume()
6944 PerFunctionState &PFS) { in parseExceptionArgs()
6977 bool LLParser::parseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupRet()
7006 bool LLParser::parseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchRet()
7026 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch()
7075 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchPad()
7097 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in parseCleanupPad()
7127 bool LLParser::parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, in parseUnaryOp()
7147 bool LLParser::parseCallBr(Instruction *&Inst, PerFunctionState &PFS) { in parseCallBr()
7254 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in parseArithmetic()
7274 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical()
7293 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS, in parseCompare()
7324 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS, in parseCast()
7346 bool LLParser::parseSelect(Instruction *&Inst, PerFunctionState &PFS) { in parseSelect()
7365 bool LLParser::parseVAArg(Instruction *&Inst, PerFunctionState &PFS) { in parseVAArg()
7383 bool LLParser::parseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractElement()
7400 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertElement()
7419 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in parseShuffleVector()
7438 int LLParser::parsePHI(Instruction *&Inst, PerFunctionState &PFS) { in parsePHI()
7488 bool LLParser::parseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in parseLandingPad()
7533 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) { in parseFreeze()
7552 bool LLParser::parseCall(Instruction *&Inst, PerFunctionState &PFS, in parseCall()
7654 int LLParser::parseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in parseAlloc()
7722 int LLParser::parseLoad(Instruction *&Inst, PerFunctionState &PFS) { in parseLoad()
7772 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore()
7821 int LLParser::parseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in parseCmpXchg()
7875 int LLParser::parseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in parseAtomicRMW()
7981 int LLParser::parseFence(Instruction *&Inst, PerFunctionState &PFS) { in parseFence()
7998 int LLParser::parseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in parseGetElementPtr()
8064 int LLParser::parseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in parseExtractValue()
8083 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in parseInsertValue()
8211 bool LLParser::parseUseListOrder(PerFunctionState *PFS) { in parseUseListOrder()