Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h65 CallSiteBase(CallBrTy *CBI) : I(CBI, 2) { assert(CBI); } in CallSiteBase()
680 CallSite(CallBrInst *CBI) : CallSiteBase(CBI) {} in CallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp622 if (const VPInstruction *CBI = dyn_cast<VPInstruction>(CBV)) { in dumpBasicBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
DCodeGenPrepare.cpp689 if (auto *CBI = dyn_cast<CallBrInst>((*PI)->getTerminator())) in isMergingEmptyBlockProfitable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp645 void visitCallBrInst (CallBrInst &CBI) { in visitCallBrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2522 void Verifier::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
4132 const CallBase *CBI = dyn_cast<CallBase>(&I); in visitInstruction() local
DInstructions.cpp831 CallBrInst::CallBrInst(const CallBrInst &CBI) in CallBrInst()
843 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create()
DAsmWriter.cpp3936 } else if (const CallBrInst *CBI = dyn_cast<CallBrInst>(&I)) { in printInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp992 if (auto *CBI = dyn_cast<CallBrInst>((*I)->getTerminator())) { in TryToSimplifyUncondBranchFromEmptyBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp166 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(V)) { in ValidateEndOfModule() local
6459 CallBrInst *CBI = in ParseCallBr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2834 const CallBrInst *CBI = cast<CallBrInst>(&I); in writeInstruction() local