Lines Matching defs:CallInst
375 MCInst &CallInst,
393 MutableArrayRef<MCInst> Insts(&BB.front(), &CallInst);
395 CallInst, Insts.begin(), Insts.end(), BC.AsmInfo->getCodePointerSize(),
406 << (&CallInst - &BB.front()) << "\n"
409 if (MemLocInstr != &CallInst)
410 BC.printInstruction(dbgs(), CallInst, 0, &Function);
520 BC.MIB->getOrCreateAnnotationAs<uint16_t>(CallInst, "JTIndexReg") = IndexReg;
530 MCInst &CallInst,
533 const JumpTable *JT = BB.getFunction()->getJumpTable(CallInst);
548 maybeGetHotJumpTableTargets(BB, CallInst, TargetFetchInst, JT);
753 BinaryBasicBlock &IndCallBlock, const MCInst &CallInst,
762 (MIB->isTailCall(CallInst) || Function.getJumpTable(CallInst));
766 const std::optional<uint32_t> IndirectInstrOffset = MIB->getOffset(CallInst);
779 const MCInst *TailInst = &CallInst;
785 InstructionListType MovedInst = IndCallBlock.splitInstructions(&CallInst);
796 (!MethodFetchInsns.empty() && MethodFetchInsns.back() == &CallInst))