Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h120 bool isIndirectCall() const { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h657 static inline bool isIndirectCall(const MachineInstr &MI) { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h142 bool isIndirectCall() const { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2006 bool isIndirectCall = !Func && CB; in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2336 bool HexagonInstrInfo::isIndirectCall(const MachineInstr &MI) const { in isIndirectCall() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp333 bool CallBase::isIndirectCall() const { in isIndirectCall() function in CallBase
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5295 static bool isIndirectCall(const SDValue &Callee, SelectionDAG &DAG, in isIndirectCall() function