Lines Matching defs:PFS
1496 PerFunctionState *PFS) { in ParseInstructionMetadata()
1791 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList()
2342 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
3814 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue()
3829 PerFunctionState *PFS) { in ParseValueAsMetadata()
3853 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata()
3897 PerFunctionState *PFS) { in ConvertValIDToValue()
4007 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
4014 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
4021 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
4316 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody() local
4345 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
4418 PerFunctionState &PFS) { in ParseInstruction()
4571 PerFunctionState &PFS) { in ParseRet()
4602 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
4631 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
4676 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
4717 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
4821 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
4840 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
4868 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
4887 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
4920 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
4942 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
4961 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
4979 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
4996 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
5015 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
5034 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
5083 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
5136 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
5242 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
5281 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad()
5329 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore()
5373 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
5427 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
5482 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
5499 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
5561 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
5580 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()
5707 bool LLParser::ParseUseListOrder(PerFunctionState *PFS) { in ParseUseListOrder()