Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSExtWRemoval.cpp163 const MachineInstr &CallMI = *(--II); in isSignExtendedW() local
164 if (!CallMI.isCall() || !CallMI.getOperand(0).isGlobal()) in isSignExtendedW()
168 dyn_cast_if_present<Function>(CallMI.getOperand(0).getGlobal()); in isSignExtendedW()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp818 static void collectCallSiteParameters(const MachineInstr *CallMI, in collectCallSiteParameters() argument
820 const MachineFunction *MF = CallMI->getMF(); in collectCallSiteParameters()
822 auto CallFwdRegsInfo = CalleesMap.find(CallMI); in collectCallSiteParameters()
828 const MachineBasicBlock *MBB = CallMI->getParent(); in collectCallSiteParameters()
831 auto I = std::next(CallMI->getReverseIterator()); in collectCallSiteParameters()
848 for (const auto &MO : CallMI->uses()) in collectCallSiteParameters()
864 if (CallMI->hasDelaySlot()) { in collectCallSiteParameters()
865 auto Suc = std::next(CallMI->getIterator()); in collectCallSiteParameters()
867 auto BundleEnd = llvm::getBundleEnd(CallMI->getIterator()); in collectCallSiteParameters()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h422 bool doesNotReturn(const MachineInstr &CallMI) const;
H A DHexagonInstrInfo.cpp3078 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn()
3079 unsigned Opc = CallMI.getOpcode(); in doesNotReturn()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp877 const MachineInstr *CallMI = getCallInstr(MI); in eraseCallSiteInfo() local
878 CallSiteInfoMap::iterator CSIt = getCallSiteInfo(CallMI); in eraseCallSiteInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5429 const MachineInstr &CallMI = *(--II); in isSignOrZeroExtended() local
5430 if (!CallMI.isCall() || !CallMI.getOperand(0).isGlobal()) in isSignOrZeroExtended()
5434 dyn_cast_if_present<Function>(CallMI.getOperand(0).getGlobal()); in isSignOrZeroExtended()