Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAbstractCallSite.h120 bool isIndirectCall() const { in isIndirectCall() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h655 static inline bool isIndirectCall(const MachineInstr &MI) { in isIndirectCall() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h136 bool isIndirectCall() const { in isIndirectCall() function
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1782 bool isIndirectCall = !Func && CB; in LowerCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2333 bool HexagonInstrInfo::isIndirectCall(const MachineInstr &MI) const { in isIndirectCall() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp300 bool CallBase::isIndirectCall() const { in isIndirectCall() function in CallBase
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5207 static bool isIndirectCall(const SDValue &Callee, SelectionDAG &DAG, in isIndirectCall() function