/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Dominators.cpp | 198 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 D | Verifier.cpp | 2909 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 D | Instructions.cpp | 1072 CallBrInst::CallBrInst(const CallBrInst &CBI) in CallBrInst() 1084 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create()
|
H A D | AsmWriter.cpp | 4304 } 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 D | CallSite.h | 65 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 D | InstCombineCalls.cpp | 4217 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 D | InstCombineCalls.cpp | 2906 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 D | VPlan.cpp | 622 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 D | WinEHPrepare.cpp | 554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
|
H A D | CodeGenPrepare.cpp | 689 if (auto *CBI = dyn_cast<CallBrInst>((*PI)->getTerminator())) in isMergingEmptyBlockProfitable() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 543 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 D | Verifier.cpp | 2522 void Verifier::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst() 4132 const CallBase *CBI = dyn_cast<CallBase>(&I); in visitInstruction() local
|
H A D | Instructions.cpp | 831 CallBrInst::CallBrInst(const CallBrInst &CBI) in CallBrInst() 843 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create()
|
H A D | AsmWriter.cpp | 3936 } 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 D | SCCP.cpp | 645 void visitCallBrInst (CallBrInst &CBI) { in visitCallBrInst()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 544 void visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 992 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 D | LLParser.cpp | 166 } 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 D | LLParser.cpp | 173 } 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 D | BitcodeWriter.cpp | 2834 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 D | BitcodeWriter.cpp | 3054 const CallBrInst *CBI = cast<CallBrInst>(&I); in writeInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 891 if (auto *CBI = dyn_cast<CallBrInst>((Pred)->getTerminator())) in isMergingEmptyBlockProfitable() local
|