• Home
  • Raw
  • Download

Lines Matching defs:PFS

2079                                   PerFunctionState &PFS, bool IsMustTailCall,  in ParseParameterList()
2141 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in ParseOptionalOperandBundles()
2681 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID()
4299 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue()
4314 PerFunctionState *PFS) { in ParseValueAsMetadata()
4338 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata()
4382 PerFunctionState *PFS) { in ConvertValIDToValue()
4520 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue()
4526 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue()
4533 PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
4827 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody() local
4856 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
4929 PerFunctionState &PFS) { in ParseInstruction()
5097 PerFunctionState &PFS) { in ParseRet()
5128 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
5157 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
5202 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
5243 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
5348 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
5359 PerFunctionState &PFS) { in ParseExceptionArgs()
5392 bool LLParser::ParseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupRet()
5421 bool LLParser::ParseCatchRet(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchRet()
5441 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch()
5492 bool LLParser::ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchPad()
5514 bool LLParser::ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseCleanupPad()
5544 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
5572 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
5591 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
5624 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
5646 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
5665 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
5683 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
5700 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
5719 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
5738 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
5787 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
5839 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
5959 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
6000 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad()
6049 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore()
6094 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
6147 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
6202 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
6219 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
6282 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
6301 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()
6428 bool LLParser::ParseUseListOrder(PerFunctionState *PFS) { in ParseUseListOrder()