/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() 178 bool IsIndirectCall; in EmitInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() 178 bool IsIndirectCall; in emitInstruction() local
|
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() 170 bool IsIndirectCall; in EmitInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 315 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() 663 bool IsIndirectCall) override { in onLoweredCall() 1134 bool IsIndirectCall) override { in onLoweredCall() 2179 bool IsIndirectCall = !F; in visitCallBase() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 172 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() 444 bool IsIndirectCall) override { in onLoweredCall() 1489 bool IsIndirectCall = !F; in visitCallBase() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | IROutliner.h | 380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | IROutliner.h | 380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | IROutliner.h | 380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | IROutliner.h | 380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | IROutliner.h | 380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 564 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 559 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 564 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 564 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | IRSimilarityIdentifier.h | 564 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 1872 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local 2378 auto IsIndirectCall = [](InvokeInst *II) { return II->isIndirectCall(); }; in shouldBelongToSameSet() local 2537 bool IsIndirectCall = Invokes[0]->isIndirectCall(); in MergeCompatibleInvokesImpl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4426 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local
|