Home
last modified time | relevance | path

Searched refs:createLoad (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp241 …static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int alignment =…
DLLVMReactor.cpp891 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool at… in createLoad() function in rr::Nucleus
903createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic,… in createLoad()
911 …Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment… in createLoad()
1186 …Value *el = Nucleus::createLoad(elPtr, T(elTy), /*isVolatile */ false, alignment, /* atomic */ fal… in createGather()
1188 Value *v = Nucleus::createLoad(result, T(elVecTy)); in createGather()
1194 return V(Nucleus::createLoad(result, T(elVecTy))); in createGather()
1490 return createLoad(readAddress, destType); in createBitCast()
1497 return createLoad(readAddress, destType); in createBitCast()
DSubzeroReactor.cpp185 Ice::Variable *createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Typ… in createLoad() function
1395 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align, bool atomic… in createLoad() function in rr::Nucleus
1449 result = sz::createLoad(::function, ::basicBlock, V(ptr), T(type), align); in createLoad()
1712 return createLoad(address, destType); in createBitCast()
1718 return createLoad(address, destType); in createBitCast()
2184 Ice::Variable *result = sz::createLoad(::function, ::basicBlock, ptr, T(type), alignment); in createConstantVector()
DReactor.hpp2521 …return RValue<T>(Nucleus::createLoad(pointer.value(), T::type(), false, alignment, atomic, memoryO… in Load()
2718 Value *tmp = Nucleus::createLoad(ref.address, T::type(), false, ref.alignment); in operator =()
2733 return Nucleus::createLoad(address, T::type(), false, alignment); in loadValue()
DReactor.cpp160 return Nucleus::createLoad(address, getType(), false, 0); in loadValue()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1536 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder
2778 Id tempBaseId = createLoad(base, spv::NoPrecision); in accessChainStore()
2838 id = createLoad(collapseAccessChain(), precision); in accessChainLoad()
2858 id = createLoad(id, precision, memoryAccess, scope, alignment); in accessChainLoad()
DSpvBuilder.h375 Id createLoad(Id lValue, spv::Decoration precision,
DGlslangToSpv.cpp3108 builder.accessChainStore(builder.createLoad(temporaryLvalues[i], spv::NoPrecision)); in visitAggregate()
3461 returnId = builder.createLoad(copyId, currentFunction->getReturnPrecision()); in visitBranch()
5383 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()
5402 spv::Id copy = builder.createLoad(spvArgs[a], spv::NoPrecision); in handleUserFunctionCall()