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.h122 bool isIndirectCall() const { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h653 static inline bool isIndirectCall(const MachineInstr &MI) { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h149 bool isIndirectCall() const { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1403 bool isIndirectCall() const { in isIndirectCall() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2340 bool HexagonInstrInfo::isIndirectCall(const MachineInstr &MI) const { in isIndirectCall() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp335 bool CallBase::isIndirectCall() const { in isIndirectCall() function in CallBase
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5424 static bool isIndirectCall(const SDValue &Callee, SelectionDAG &DAG, in isIndirectCall() function