Home
last modified time | relevance | path

Searched refs:isLoad (Results 1 - 25 of 37) sorted by relevance

12

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp94 auto temp = gWrapperHook.isLoad; in HWTEST_F()
95 gWrapperHook.isLoad = false; in HWTEST_F()
99 gWrapperHook.isLoad = temp; in HWTEST_F()
111 auto temp = gWrapperHook.isLoad; in HWTEST_F()
112 gWrapperHook.isLoad = false; in HWTEST_F()
116 gWrapperHook.isLoad = temp; in HWTEST_F()
154 auto temp = gWrapperHook.isLoad; in HWTEST_F()
155 gWrapperHook.isLoad = false; in HWTEST_F()
160 gWrapperHook.isLoad = temp; in HWTEST_F()
185 auto temp = gWrapperHook.isLoad; in HWTEST_F()
[all...]
H A Degl_core_test.cpp52 auto temp = gWrapperHook.isLoad; in HWTEST_F()
53 gWrapperHook.isLoad = true; in HWTEST_F()
58 gWrapperHook.isLoad = temp; in HWTEST_F()
H A Degl_wrapper_entry_test.cpp474 auto temp = gWrapperHook.isLoad; in HWTEST_F()
475 gWrapperHook.isLoad = false; in HWTEST_F()
479 gWrapperHook.isLoad = temp; in HWTEST_F()
489 auto temp = gWrapperHook.isLoad; in HWTEST_F()
490 gWrapperHook.isLoad = true; in HWTEST_F()
494 gWrapperHook.isLoad = temp; in HWTEST_F()
765 auto temp = gWrapperHook.isLoad; in HWTEST_F()
766 gWrapperHook.isLoad = false; in HWTEST_F()
769 gWrapperHook.isLoad = temp; in HWTEST_F()
780 auto temp = gWrapperHook.isLoad; in HWTEST_F()
[all...]
H A Degl_wrapper_loader_test.cpp135 dispatchTable.isLoad = false; in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp81 if (table->isLoad && table->egl.eglChooseConfig) { in EglChooseConfigImpl()
191 if (table->isLoad && table->egl.eglGetConfigAttrib) { in EglGetConfigAttribImpl()
216 if (table->isLoad && table->egl.eglGetConfigs) { in EglGetConfigsImpl()
287 if (table->isLoad && table->egl.eglGetError) { in EglGetErrorImpl()
333 if (table->isLoad && table->egl.eglGetProcAddress) { in EglGetProcAddressImpl()
407 if (table->isLoad && table->egl.eglQueryString) { in EglQueryStringImpl()
487 if (table->isLoad && table->egl.eglWaitGL) { in EglWaitGLImpl()
501 if (table->isLoad && table->egl.eglWaitNative) { in EglWaitNativeImpl()
557 if (table->isLoad && table->egl.eglSwapInterval) { in EglSwapIntervalImpl()
572 if (table->isLoad in EglBindAPIImpl()
[all...]
H A Degl_wrapper_display.cpp109 if (table->isLoad && table->egl.eglInitialize) { in Init()
146 if (table->isLoad) { in Terminate()
180 if (table->isLoad && table->egl.eglMakeCurrent) { in InternalMakeCurrent()
340 if (table->isLoad) { in GetEglNativeDisplay()
370 if (table->isLoad && table->egl.eglGetPlatformDisplayEXT) { in GetEglNativeDisplayExt()
438 if (table->isLoad && table->egl.eglCreateContext) { in CreateEglContext()
471 if (table->isLoad && table->egl.eglDestroyContext) { in DestroyEglContext()
497 if (table->isLoad && table->egl.eglCreateWindowSurface) { in CreateEglSurface()
526 if (table->isLoad && table->egl.eglDestroySurface) { in DestroyEglSurface()
586 if (table->isLoad in CopyBuffers()
[all...]
H A Degl_defs.h25 inline EglWrapperDispatchTable() noexcept : isLoad(false) {}
29 bool isLoad; member
H A Degl_wrapper_loader.cpp199 if (table->isLoad) { in Load()
209 table->isLoad = true; in Load()
220 if (!table->isLoad) { in Unload()
225 table->isLoad = false; in Unload()
H A Degl_core.cpp95 if (gWrapperHook.isLoad) { in EglCoreInit()
H A Degl_blob_cache.cpp101 if (table->isLoad && table->egl.eglSetBlobCacheFuncsANDROID) { in Init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
284 isLoad = MCID.mayLoad(); in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
337 isLoad, isStore); in getHazardType()
375 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
395 isLoad, isStore); in EmitInstruction()
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) GetInstrType() argument
H A DPPCHazardRecognizers.h92 bool &isLoad, bool &isStore);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
342 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, OBB); in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
483 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom()
581 if (isLoad) { in getSimplePointerDependencyFrom()
682 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom()
699 if (isLoad) in getSimplePointerDependencyFrom()
750 bool isLoad = !isModSet(MR); in getDependency() local
752 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start; in getDependency()
755 getPointerDependencyFrom(MemLoc, isLoad, ScanPo in getDependency()
328 getPointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, OrderedBasicBlock *OBB) getPointerDependencyFrom() argument
441 getSimplePointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, OrderedBasicBlock *OBB) getSimplePointerDependencyFrom() argument
918 bool isLoad = isa<LoadInst>(QueryInst); getNonLocalPointerDependency() local
978 GetNonLocalInfoForBlock( Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) GetNonLocalInfoForBlock() argument
1093 getNonLocalPointerDepFromBB( Instruction *QueryInst, const PHITransAddr &Pointer, const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, SmallVectorImpl<NonLocalDepResult> &Result, DenseMap<BasicBlock *, Value *> &Visited, bool SkipFirstBlock) getNonLocalPointerDepFromBB() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h439 /// If isLoad is true, this routine ignores may-aliases with read-only
440 /// operations. If isLoad is false, this routine ignores may-aliases
450 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad,
458 getSimplePointerDependencyFrom(const MemoryLocation &MemLoc, bool isLoad,
492 const MemoryLocation &Loc, bool isLoad,
498 const MemoryLocation &Loc, bool isLoad,
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DOptimizer.cpp52 static bool isLoad(const Ice::Inst &instruction);
254 if(isLoad(*use)) // Direct use of base address in performScalarReplacementOfAggregates()
441 else if(isLoad(inst)) in optimizeSingleBasicBlockLoadsStores()
611 if(isLoad(*use) && use->getLoadAddress() == allocaAddress) in isStaticallyIndexedArray()
685 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad() function in __anon22923::Optimizer
712 assert(isLoad(*load) && isStore(*store)); in loadTypeMatchesStore()
775 else if(isLoad(inst)) in collectDiagnostics()
834 if(isLoad(*instruction)) in insert()
/base/security/security_component_manager/frameworks/inner_api/security_component/src/
H A Dsec_comp_kit.cpp156 sptr<IRemoteObject> SecCompKit::GetEnhanceRemoteObject(bool isLoad) in GetEnhanceRemoteObject() argument
158 return SecCompClient::GetInstance().GetEnhanceRemoteObject(isLoad); in GetEnhanceRemoteObject()
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_kit.h37 static sptr<IRemoteObject> GetEnhanceRemoteObject(bool isLoad);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOperand.cpp1018 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand()
1083 assert((isLoad() || isStore()) && in print()
1085 if (isLoad()) in print()
1103 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
1106 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.cpp210 bool isLoad = image.PreParse(imageModel->src_); in OnSrcSetter() local
211 if (!isLoad) { in OnSrcSetter()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_client_proxy_code_emitter.h134 void EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool isLoad, StringBuilder &sb,
H A Dc_client_proxy_code_emitter.cpp812 void CClientProxyCodeEmitter::EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool isLoad, in EmitProxyLoadOrUnLoadHdiImpl() argument
822 if (isLoad) { in EmitProxyLoadOrUnLoadHdiImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { in isLoad() function
71 if (isLoad(Opcode)) { in isLoadFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp372 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()
386 if (isLoad) { in DecodeMem()
409 if (!isLoad) { in DecodeMem()
370 DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeRD) DecodeMem() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function in llvm::MachineMemOperand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp649 bool isLoad() const { in isLoad() function in __anon25107::EarlyCSE::ParseMemoryInst
1088 if (MemInst.isValid() && MemInst.isLoad()) { in processNode()

Completed in 25 milliseconds

12