Home
last modified time | relevance | path

Searched refs:IsIndirectCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() argument
76 *IsIndirectCall = false; in isCall()
96 *IsIndirectCall = true; in isCall()
178 bool IsIndirectCall; in emitInstruction() local
179 if (isCall(Inst, &IsIndirectCall)) { in emitInstruction()
185 if (IsIndirectCall) { in emitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp253 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() argument
572 bool IsIndirectCall) override { in onLoweredCall() argument
581 if (IsIndirectCall && BoostIndirectCalls) { in onLoweredCall()
1014 bool IsIndirectCall) override { in onLoweredCall() argument
1018 if (IsIndirectCall) { in onLoweredCall()
2043 bool IsIndirectCall = !F; in visitCallBase() local
2044 if (IsIndirectCall) { in visitCallBase()
2105 onLoweredCall(F, Call, IsIndirectCall); in visitCallBase()
2108 if (!(Call.onlyReadsMemory() || (IsIndirectCall && F->onlyReadsMemory()))) in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1752 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local
1755 bool HaveIndirectCalls = any_of(Insts, IsIndirectCall); in canSinkInstructions()
1756 bool AllCallsAreIndirect = all_of(Insts, IsIndirectCall); in canSinkInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3932 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local
4429 if (HasNoCfCheck && IsCFProtectionSupported && IsIndirectCall) { in LowerCall()