Home
last modified time | relevance | path

Searched refs:CallMI (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp795 static void collectCallSiteParameters(const MachineInstr *CallMI, in collectCallSiteParameters() argument
797 const MachineFunction *MF = CallMI->getMF(); in collectCallSiteParameters()
799 auto CallFwdRegsInfo = CalleesMap.find(CallMI); in collectCallSiteParameters()
805 const MachineBasicBlock *MBB = CallMI->getParent(); in collectCallSiteParameters()
808 auto I = std::next(CallMI->getReverseIterator()); in collectCallSiteParameters()
825 for (auto &MO : CallMI->uses()) in collectCallSiteParameters()
840 if (CallMI->hasDelaySlot()) { in collectCallSiteParameters()
841 auto Suc = std::next(CallMI->getIterator()); in collectCallSiteParameters()
843 auto BundleEnd = llvm::getBundleEnd(CallMI->getIterator()); in collectCallSiteParameters()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h417 bool doesNotReturn(const MachineInstr &CallMI) const;
DHexagonInstrInfo.cpp3011 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn()
3012 unsigned Opc = CallMI.getOpcode(); in doesNotReturn()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp923 const MachineInstr *CallMI = getCallInstr(MI); in eraseCallSiteInfo() local
924 CallSiteInfoMap::iterator CSIt = getCallSiteInfo(CallMI); in eraseCallSiteInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp5236 const MachineInstr &CallMI = *(--II); in isSignOrZeroExtended() local
5237 if (CallMI.isCall() && CallMI.getOperand(0).isGlobal()) { in isSignOrZeroExtended()
5239 dyn_cast<Function>(CallMI.getOperand(0).getGlobal()); in isSignOrZeroExtended()