Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp249 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() argument
547 bool IsIndirectCall) override { in onLoweredCall() argument
556 if (IsIndirectCall && BoostIndirectCalls) { in onLoweredCall()
1825 bool IsIndirectCall = !F; in visitCallBase() local
1826 if (IsIndirectCall) { in visitCallBase()
1887 onLoweredCall(F, Call, IsIndirectCall); in visitCallBase()
1890 if (!(Call.onlyReadsMemory() || (IsIndirectCall && F->onlyReadsMemory()))) in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1746 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local
1749 bool HaveIndirectCalls = any_of(Insts, IsIndirectCall); in canSinkInstructions()
1750 bool AllCallsAreIndirect = all_of(Insts, IsIndirectCall); in canSinkInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3937 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local
4432 if (HasNoCfCheck && IsCFProtectionSupported && IsIndirectCall) { in LowerCall()