Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAbstractCallSite.h120 bool isIndirectCall() const { in isIndirectCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h659 static inline bool isIndirectCall(const MachineInstr &MI) { in isIndirectCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h137 bool isIndirectCall() const { return Type == PseudoProbeType::IndirectCall; } in isIndirectCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1660 bool isIndirectCall = !Func && CB; in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2256 bool HexagonInstrInfo::isIndirectCall(const MachineInstr &MI) const { in isIndirectCall() function in HexagonInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp285 bool CallBase::isIndirectCall() const { in isIndirectCall() function in CallBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5140 static bool isIndirectCall(const SDValue &Callee, SelectionDAG &DAG, in isIndirectCall() function