Lines Matching defs:PFS
133 PerFunctionState *PFS) { in ResolveForwardRefBlockAddresses()
1066 PerFunctionState *PFS) { in ParseInstructionMetadata()
1348 PerFunctionState &PFS) { in ParseParameterList()
1892 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
2390 bool LLParser::ParseMetadataListValue(ValID &ID, PerFunctionState *PFS) { in ParseMetadataListValue()
2408 bool LLParser::ParseMetadataValue(ValID &ID, PerFunctionState *PFS) { in ParseMetadataValue()
2438 PerFunctionState *PFS) { in ConvertValIDToValue()
2554 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
2561 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
2568 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
2783 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody() local
2801 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
2873 PerFunctionState &PFS) { in ParseInstruction()
3024 PerFunctionState &PFS) { in ParseRet()
3055 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
3084 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
3129 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
3170 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
3260 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
3279 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
3307 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
3326 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
3359 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
3381 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
3400 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
3418 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
3435 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
3454 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
3473 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
3522 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
3569 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
3661 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
3694 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS, in ParseLoad()
3741 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS, in ParseStore()
3789 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
3832 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
3887 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
3904 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
3937 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
3956 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()
3984 PerFunctionState *PFS) { in ParseMDNodeVector()