Home
last modified time | relevance | path

Searched defs:isIndirectCall (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h120 bool isIndirectCall() const { in isIndirectCall() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h675 static inline bool isIndirectCall(const MachineInstr &MI) { isIndirectCall() function
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h142 bool isIndirectCall() const { isIndirectCall() function
/llvm-project/bolt/lib/Target/RISCV/
H A DRISCVMCPlusBuilder.cpp106 bool isIndirectCall(const MCInst &Inst) const override { in isIndirectCall() function in __anonca0a77270111::RISCVMCPlusBuilder
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp84 bool Fortran::lower::CallerInterface::isIndirectCall() const { in isIndirectCall() function in Fortran::lower::CallerInterface
1633 static constexpr bool isIndirectCall() { return false; } isIndirectCall() function in SignatureBuilder
/llvm-project/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp336 bool isIndirectCall(const MCInst &Inst) const override { isIndirectCall() function in __anon828a54eb0111::AArch64MCPlusBuilder
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2337 return J.isIndirectBranch() || isIndirectCall(J) || isIndirectL4Return(J); in isIndirectCall() function in HexagonInstrInfo
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1948 bool isIndirectCall = !Func && CB; LowerCall() local
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp331 bool CallBase::isIndirectCall() const { isIndirectCall() function in CallBase
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5418 static bool isIndirectCall(const SDValue &Callee, SelectionDAG &DAG, isIndirectCall() function