Home
last modified time | relevance | path

Searched defs:CBI (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDominators.cpp198 if (const auto *CBI = dyn_cast<CallBrInst>(Def)) { in dominates() local
315 if (const auto *CBI = dyn_cast<CallBrInst>(Def)) { in dominates() local
H A DVerifier.cpp2909 void Verifier::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
4732 const CallBase *CBI = dyn_cast<CallBase>(&I); in visitInstruction() local
4747 int Idx) { in visitInstruction()
H A DInstructions.cpp1072 CallBrInst::CallBrInst(const CallBrInst &CBI) in CallBrInst()
1084 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create()
H A DAsmWriter.cpp4304 } else if (const CallBrInst *CBI = dyn_cast<CallBrInst>(&I)) { in printInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallSite.h65 CallSiteBase(CallBrTy *CBI) : I(CBI, 2) { assert(CBI); } in CallSiteBase()
680 CallSite(CallBrInst *CBI) : CallSiteBase(CBI) {} in CallSite()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4217 Instruction *InstCombiner::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
4765 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(Caller)) { in transformConstExprCastCall() local
4796 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(Caller)) { in transformConstExprCastCall() local
4947 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(&Call)) { in transformCallThroughTrampoline() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2906 Instruction *InstCombinerImpl::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
3629 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(Caller)) { in transformConstExprCastCall() local
3799 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(&Call)) { in transformCallThroughTrampoline() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp622 if (const VPInstruction *CBI = dyn_cast<VPInstruction>(CBV)) { in dumpBasicBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp689 if (auto *CBI = dyn_cast<CallBrInst>((*PI)->getTerminator())) in isMergingEmptyBlockProfitable() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp543 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp2522 void Verifier::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
4132 const CallBase *CBI = dyn_cast<CallBase>(&I); in visitInstruction() local
H A DInstructions.cpp831 CallBrInst::CallBrInst(const CallBrInst &CBI) in CallBrInst()
843 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create()
H A DAsmWriter.cpp3936 } else if (const CallBrInst *CBI = dyn_cast<CallBrInst>(&I)) { in printInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp645 void visitCallBrInst (CallBrInst &CBI) { in visitCallBrInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp544 void visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp992 if (auto *CBI = dyn_cast<CallBrInst>((*I)->getTerminator())) { in TryToSimplifyUncondBranchFromEmptyBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp166 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(V)) { in ValidateEndOfModule() local
6459 CallBrInst *CBI = in ParseCallBr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp173 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(V)) { in validateEndOfModule() local
7056 CallBrInst *CBI = in parseCallBr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2834 const CallBrInst *CBI = cast<CallBrInst>(&I); in writeInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3054 const CallBrInst *CBI = cast<CallBrInst>(&I); in writeInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp891 if (auto *CBI = dyn_cast<CallBrInst>((Pred)->getTerminator())) in isMergingEmptyBlockProfitable() local