Home
last modified time | relevance | path

Searched defs:CB (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp158 void CFGuard::insertCFGuardCheck(CallBase *CB) { in insertCFGuardCheck()
182 void CFGuard::insertCFGuardDispatch(CallBase *CB) { in insertCFGuardDispatch()
269 auto *CB = dyn_cast<CallBase>(&I); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp135 for (auto *CB : CoroBegins) { in elideHeapAllocations() local
179 if (auto *CB = dyn_cast<CoroBeginInst>(DA->getFrame())) in shouldElide() local
201 if (auto *CB = dyn_cast<CoroBeginInst>(U)) in processCoroId() local
DCoroEarly.cpp149 if (auto *CB = dyn_cast<CoroBeginInst>(U)) in setCannotDuplicate() local
DCoroutines.cpp291 auto CB = cast<CoroBeginInst>(II); in buildFrom() local
DCoroFrame.cpp525 const CoroBeginInst &CB) { in mightWriteIntoAllocaPtr()
587 auto *CB = Shape.CoroBegin; in insertSpills() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_test.h101 #define INSTRUCTION_CASE(instr, expected, CB) do { \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h174 if (auto *CB = dyn_cast<CallBase>(&V)) in value() local
269 if (auto *CB = dyn_cast<CallBase>(AnchorVal)) in getAssociatedFunction() local
/third_party/boost/boost/type_traits/detail/
Dcomposite_member_pointer_type.hpp102 typedef typename common_member_class<C1, C2>::type CB; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassInstrumentation.h138 : Callbacks(CB) {} in Callbacks() argument
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerInternal.h158 UserCallback CB; variable
DFuzzerTracePC.h119 size_t TracePC::CollectFeatures(Callback CB) { in CollectFeatures()
DFuzzerLoop.cpp176 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD, in Fuzzer()
/third_party/node/lib/internal/fs/
Drimraf.js46 _rimraf(path, options, function CB(err) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp148 const CallBase *CB = dyn_cast<CallBase>(I); in isSafeToMoveBefore() local
DFlattenCFG.cpp280 BasicBlock *CB; in FlattenParallelAndOr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp424 CaseBits *CB = &CBV[j]; in buildBitTests() local
446 for (auto &CB : CBV) { in buildBitTests() local
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReduction.ts138 declare class CB { kind: 'b'; b: string; y: number }; class
/third_party/node/deps/npm/node_modules/rimraf/
Drimraf.js95 rimraf_(p, options, function CB (er) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp219 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore() local
/third_party/mesa3d/src/amd/common/
Dac_perfcounter.h73 CB = 0xE, enumerator
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js96 fs$rename(from, to, function CB (er) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableMap.h194 CBWrapper<Callback> CB; in foreach() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h477 std::function<R(Ty)> CB; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp135 auto *CB = GVContext ? dyn_cast<DICommonBlock>(GVContext) : nullptr; in getOrCreateGlobalVariableDIE() local
312 const DICommonBlock *CB, ArrayRef<GlobalExpr> GlobalExprs) { in getOrCreateCommonBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1074 auto ReplaceCallSiteUsersWith = [](CallBase &CB, Constant &C) { in manifest()
1092 if (CallBase *CB = dyn_cast<CallBase>(U.getUser())) in manifest() local
1166 CallBase *CB = dyn_cast<CallBase>(RV); in checkForAllReturnedValuesAndReturnInsts() local
1231 CallBase *CB = dyn_cast<CallBase>(It.first); in updateImpl() local
1639 if (auto *CB = dyn_cast<CallBase>(UserI)) { in updateImpl() local
2719 CallBase &CB = cast<CallBase>(getAnchorValue()); in manifest() local
2823 auto *CB = dyn_cast<CallBase>(DeadEndI); in manifest() local
2934 identifyAliveSuccessors(Attributor &A, const CallBase &CB, in identifyAliveSuccessors()
4526 if (auto *CB = dyn_cast<CallBase>(UserI)) { in updateImpl() local

123