Searched refs:isIndirectCall (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h25 if (Call.isIndirectCall())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h116 return !isCallbackCall() && !CB->isIndirectCall();
120 bool isIndirectCall() const { function in class:llvm::AbstractCallSite
121 return !isCallbackCall() && CB->isIndirectCall();
H A DInstrTypes.h1319 bool isIndirectCall() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp162 assert(CB->isIndirectCall() &&
186 assert(CB->isIndirectCall() &&
265 if (CB && CB->isIndirectCall() && !CB->hasFnAttr("guard_nocf")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp82 if (CB->isIndirectCall()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp32 return Call->isIndirectCall() ? IndirectCall : true;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h366 bool isIndirectCall(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2252 return J.isIndirectBranch() || isIndirectCall(J) || isIndirectL4Return(J);
2255 bool HexagonInstrInfo::isIndirectCall(const MachineInstr &MI) const { function in class:HexagonInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp727 if (!CB->isIndirectCall() && findCalleeFunctionSamples(*CB))
1021 if (I->isIndirectCall()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1657 bool isIndirectCall = !Func && CB; local
1671 if (isIndirectCall) {
1695 unsigned Opcode = isIndirectCall ? NVPTXISD::PrintCall : NVPTXISD::PrintCallUni;
1729 DAG.getConstant(isIndirectCall ? 0 : 1, dl, MVT::i32),
1734 if (isIndirectCall) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp271 bool CallBase::isIndirectCall() const { function in class:CallBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5241 static bool isIndirectCall(const SDValue &Callee, SelectionDAG &DAG, function
5732 isIndirectCall(Callee, DAG, Subtarget, isPatchPoint),

Completed in 210 milliseconds