Lines Matching defs:PFS
1834 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList()
2385 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
3875 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue()
3890 PerFunctionState *PFS) { in ParseValueAsMetadata()
3914 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata()
3958 PerFunctionState *PFS) { in ConvertValIDToValue()
4068 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
4075 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
4082 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
4381 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody() local
4410 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
4483 PerFunctionState &PFS) { in ParseInstruction()
4645 PerFunctionState &PFS) { in ParseRet()
4676 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
4705 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
4750 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
4791 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
4893 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
4912 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
4940 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
4959 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
4992 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
5014 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
5033 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
5051 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
5068 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
5087 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
5106 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
5155 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
5205 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
5311 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
5350 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad()
5398 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore()
5442 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
5496 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
5551 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
5568 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
5631 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
5650 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()
5777 bool LLParser::ParseUseListOrder(PerFunctionState *PFS) { in ParseUseListOrder()