/third_party/cef/libcef/browser/extensions/value_store/ |
D | cef_value_store_factory.cc | 32 std::unique_ptr<ValueStore> value_store(CreateStore()); in CreateValueStore() 64 std::unique_ptr<ValueStore> CefValueStoreFactory::CreateStore() { in CreateStore() function in value_store::CefValueStoreFactory
|
D | cef_value_store_factory.h | 48 std::unique_ptr<ValueStore> CreateStore();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 78 LoopBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopKnownSize() 126 RBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopKnownSize() 186 LoopBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopUnknownSize() 240 ResBuilder.CreateStore(Load, DstGEP, DstIsVolatile); in createMemCpyLoopUnknownSize() 337 LoopBuilder.CreateStore( in createMemMoveLoop() 355 FwdLoopBuilder.CreateStore( in createMemMoveLoop() 395 LoopBuilder.CreateStore( in createMemSetLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 287 Builder.CreateStore(SP, Builder.CreateStructGEP(RegNodeTy, RegNode, 0)); in emitExceptionRegistrationRecord() 317 Builder.CreateStore(SP, Builder.CreateStructGEP(RegNodeTy, RegNode, 0)); in emitExceptionRegistrationRecord() 332 Builder.CreateStore(LSDA, Builder.CreateStructGEP(RegNodeTy, RegNode, 3)); in emitExceptionRegistrationRecord() 345 Builder.CreateStore(FrameAddrI32, EHGuardNode); in emitExceptionRegistrationRecord() 428 Builder.CreateStore(HandlerI8, Builder.CreateStructGEP(LinkTy, Link, 1)); in linkExceptionRegistration() 433 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0)); in linkExceptionRegistration() 435 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration() 451 Builder.CreateStore(Next, FSZero); in unlinkExceptionRegistration() 795 Builder.CreateStore(Builder.getInt32(State), StateField); in insertStateNumberStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 117 Builder.CreateStore(CallSiteNoC, CallSite, true /*volatile*/); in insertCallSiteStore() 212 Builder.CreateStore( in setupFunctionContext() 220 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true); in setupFunctionContext() 398 Builder.CreateStore(Val, FramePtr, /*isVolatile=*/true); in setupEntryBlockAndCallSites() 405 Builder.CreateStore(Val, StackPtr, /*isVolatile=*/true); in setupEntryBlockAndCallSites()
|
D | SafeStack.cpp | 448 IRB.CreateStore(StaticTop, DynamicTop); in createStackRestorePoints() 458 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints() 635 IRB.CreateStore(StaticTop, UnsafeStackPtr); in moveStaticAllocasToUnsafeStack() 671 IRB.CreateStore(NewTop, UnsafeStackPtr); in moveDynamicAllocasToUnsafeStack() 673 IRB.CreateStore(NewTop, DynamicTop); in moveDynamicAllocasToUnsafeStack() 700 Instruction *SI = IRB.CreateStore(II->getArgOperand(0), UnsafeStackPtr); in moveDynamicAllocasToUnsafeStack() 799 IRB.CreateStore(StackGuard, StackGuardSlot); in run() 829 IRB.CreateStore(BasePointer, UnsafeStackPtr); in run()
|
D | ShadowStackGCLowering.cpp | 320 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction() 347 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction() 348 AtEntry.CreateStore(NewHeadVal, Head); in runOnFunction() 360 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
D | WasmEHPrepare.cpp | 323 IRB.CreateStore(IRB.getInt32(Index), LPadIndexField); in prepareEHPad() 334 IRB.CreateStore(IRB.CreateCall(LSDAF), LSDAField); in prepareEHPad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 33 Builder.CreateStore(Res, Ptr); in LowerAtomicCmpXchgInst() 97 Builder.CreateStore(Res, Ptr); in LowerAtomicRMWInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrOrderFile.cpp | 140 entryB.CreateStore(ConstantInt::get(Int8Ty, 1), MapAddr); in generateCodeSequence() 155 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
D | HWAddressSanitizer.cpp | 794 IRB.CreateStore( in tagAlloca() 797 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32( in tagAlloca() 968 IRB.CreateStore(IRB.CreateOr(PC, SP), RecordPtr); in emitPrologue() 982 IRB.CreateStore(ThreadLongNew, SlotPtr); in emitPrologue()
|
D | AddressSanitizer.cpp | 2954 IRB.CreateStore(Constant::getNullValue(IntptrTy), DynamicAllocaLayout); in createDynamicAllocasInitStorage() 3110 IRB.CreateStore(LocalStackBase, LocalStackBaseAlloca); in processStaticAllocas() 3135 IRB.CreateStore(ConstantInt::get(IntptrTy, kCurrentStackFrameMagic), in processStaticAllocas() 3146 IRB.CreateStore(Description, BasePlus1); in processStaticAllocas() 3152 IRB.CreateStore(IRB.CreatePointerCast(&F, IntptrTy), BasePlus2); in processStaticAllocas() 3186 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic), in processStaticAllocas() 3217 IRBPoison.CreateStore( in processStaticAllocas() 3307 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout); in handleDynamicAllocaCall()
|
D | GCOVProfiling.cpp | 835 Builder.CreateStore(Count, Phi); in emitProfileArcs() 846 Builder.CreateStore(Count, Counter); in emitProfileArcs() 1220 Builder.CreateStore(Null, GV); in insertFlush()
|
D | DataFlowSanitizer.cpp | 1337 IRB.CreateStore(Shadow, i->second); in storeShadow() 1522 IRB.CreateStore(S, DFSF.getRetvalTLS()); in visitReturnInst() 1629 IRB.CreateStore(DFSF.getShadow(*i), LabelVAPtr); in visitCallSite() 1680 IRB.CreateStore(DFSF.getShadow(CS.getArgument(i)), in visitCallSite() 1733 IRB.CreateStore( in visitCallSite()
|
D | MemorySanitizer.cpp | 1195 IRB.CreateStore(Origin, MS.OriginTLS); in insertWarningFn() 1837 IRB.CreateStore(getCleanShadow(&I), ShadowPtr); in handleCASOrRMW() 2464 if (MS.TrackOrigins) IRB.CreateStore(getOrigin(&I, 1), OriginPtr); in handleVectorStoreIntrinsic() 2875 IRB.CreateStore(getCleanShadow(Ty), in handleStmxcsr() 3383 IRB.CreateStore(getOrigin(A), in visitCallSite() 3461 IRB.CreateStore(getOrigin(RetVal), getOriginPtrForRetval(IRB)); in visitReturnInst() 3928 IRB.CreateStore(OverflowSize, MS.VAArgOverflowSizeTLS); in visitCallSite() 4094 IRB.CreateStore(TotalVAArgSize, MS.VAArgOverflowSizeTLS); in visitCallSite() 4264 IRB.CreateStore(OverflowSize, MS.VAArgOverflowSizeTLS); in visitCallSite() 4534 IRB.CreateStore(TotalVAArgSize, MS.VAArgOverflowSizeTLS); in visitCallSite()
|
D | SanitizerCoverage.cpp | 885 auto Store = IRB.CreateStore(Inc, CounterPtr); in InjectCoverageAtBlock() 902 auto Store = ThenIRB.CreateStore(FrameAddrInt, SanCovLowestStack); in InjectCoverageAtBlock()
|
D | InstrProfiling.cpp | 214 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() 651 auto *Store = Builder.CreateStore(Count, Addr); in lowerIncrement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 349 Builder.CreateStore(Constant::getNullValue(Int32), TIDAddr); in CreateParallel() 350 Builder.CreateStore(Constant::getNullValue(Int32), ZeroAddr); in CreateParallel() 579 Builder.CreateStore(Builder.CreateLoad(OutlinedAI), PrivTIDAddr); in CreateParallel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 309 Builder.CreateStore(NullPtr, GepIndex); in createResumeEntryBlock() 313 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock() 543 Builder.CreateStore(Value, Slot); in replaceSwiftErrorOps() 852 Builder.CreateStore(ResumeFn, ResumeAddr); in updateCoroFrame() 866 Builder.CreateStore(DestroyOrCleanupFn, DestroyAddr); in updateCoroFrame() 1235 Builder.CreateStore(RawFramePtr, Dest); in splitRetconCoroutine()
|
D | CoroFrame.cpp | 718 Builder.CreateStore(CurrentValue, G); in insertSpills() 788 Builder.CreateStore(Value, G); in insertSpills() 1219 Builder.CreateStore(ValueAfterCall, Alloca); in emitSetAndGetSwiftErrorValueAround() 1273 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Speculation.cpp | 126 Mutator.CreateStore(ConstantInt::get(LoadValueTy, 1), in emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 392 IRB.CreateStore(IRB.getInt32(0), ThrewGV); in wrapInvoke() 441 IRB.CreateStore(IRB.getInt32(0), ThrewGV); in wrapInvoke() 903 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.h | 92 return IRB()->CreateStore(Val, Ptr, isVolatile);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 364 builder->CreateStore(value, alloca); in emitPending()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 454 Builder.CreateStore(NewVecValue, BitCast); in tryPromoteAllocaToVector()
|