Lines Matching defs:Inst
53 Instruction *Inst = I->first; in ValidateEndOfModule() local
1102 bool LLParser::ParseInstructionMetadata(Instruction *Inst, in ParseInstructionMetadata()
1824 LocTy NameLoc, Instruction *Inst) { in SetInstName()
2864 Instruction *Inst; in ParseBasicBlock() local
2920 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB, in ParseInstruction()
3062 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet()
3094 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr()
3123 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch()
3168 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr()
3209 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke()
3299 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { in ParseResume()
3318 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, in ParseArithmetic()
3346 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS, in ParseLogical()
3365 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS, in ParseCompare()
3398 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS, in ParseCast()
3420 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) { in ParseSelect()
3439 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) { in ParseVA_Arg()
3457 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractElement()
3474 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertElement()
3493 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector()
3512 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) { in ParsePHI()
3561 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLandingPad()
3608 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall()
3700 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) { in ParseAlloc()
3731 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) { in ParseLoad()
3772 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore()
3816 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) { in ParseCmpXchg()
3859 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW()
3914 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) { in ParseFence()
3931 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) { in ParseGetElementPtr()
3978 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseExtractValue()
3997 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) { in ParseInsertValue()