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/
H A DNucleus.hpp241 static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int alignment = 0, bool atomic = false, std::memory_order memoryOrder = std::memory_order_relaxed);
H A DLLVMReactor.cpp891 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool atomic, std::memory_order memoryOrder) in createLoad() function in rr::Nucleus
903 createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic, memoryOrder), in createLoad()
911 Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment, atomic, memoryOrder); in createLoad()
1186 Value *el = Nucleus::createLoad(elPtr, T(elTy), /*isVolatile */ false, alignment, /* atomic */ false, std::memory_order_relaxed); 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()
H A DSubzeroReactor.cpp185 Ice::Variable *createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Type type, unsigned int align) in createLoad() function
1395 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align, bool atomic, std::memory_order memoryOrder)
1449 result = sz::createLoad(::function, ::basicBlock, V(ptr), T(type), align);
1712 return createLoad(address, destType);
1718 return createLoad(address, destType);
2184 Ice::Variable *result = sz::createLoad(::function, ::basicBlock, ptr, T(type), alignment);
H A DReactor.hpp2521 return RValue<T>(Nucleus::createLoad(pointer.value(), T::type(), false, alignment, atomic, memoryOrder)); 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()
H A DReactor.cpp160 return Nucleus::createLoad(address, getType(), false, 0); in loadValue()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2438 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder
3717 Id tempBaseId = createLoad(base, spv::NoPrecision);
3779 id = createLoad(collapseAccessChain(), precision); in accessChainLoad()
3799 id = createLoad(id, precision, memoryAccess, scope, alignment); in accessChainLoad()
H A DSpvBuilder.h463 Id createLoad(Id lValue, spv::Decoration precision,
H A DGlslangToSpv.cpp3802 builder.accessChainStore(builder.createLoad(temporaryLvalues[i], spv::NoPrecision), in visitAggregate()
4196 returnId = builder.createLoad(copyId, currentFunction->getReturnPrecision()); in visitBranch()
6391 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()
6411 spv::Id copy = builder.createLoad(spvArgs[a], spv::NoPrecision); in handleUserFunctionCall()

Completed in 52 milliseconds