Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
DTestArrayAccess04Creator.java61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
84 final InstructionHandle ih_7 = il.append(InstructionFactory.createLoad(Type.OBJECT, 1)); in createMethod_1()
87 il.append(InstructionFactory.createLoad(Type.INT, 2)); in createMethod_1()
DTestArrayAccess03Creator.java61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
81 final InstructionHandle ih_5 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_1()
DTestArrayAccess02Creator.java61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
85 final InstructionHandle ih_10 = il.append(InstructionFactory.createLoad(Type.OBJECT, 1)); in createMethod_1()
DTestReturn03Creator.java59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
DTestReturn01Creator.java59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc50 static LoadInst *createLoad(IRBuilder<> &B, Value *addr, bool isVolatile = false) in createLoad() function
99 (*args)[0] = createLoad(B, sptr); in finish_sscanf()
119 createInBoundsGEP(B, createLoad(B, sptr), createLoad(B, nread, true)), sptr); in finish_sscanf()
218 args->push_back(is_writer ? createLoad(B, out) : out); in parse_type()
/external/swiftshader/src/Reactor/
DNucleus.hpp123 …static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int alignment =…
DLLVMReactor.cpp860 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool at… in createLoad() function in rr::Nucleus
872createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic,… in createLoad()
880 …Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment… in createLoad()
1153 …Value *el = Nucleus::createLoad(elPtr, T(elTy), /*isVolatile */ false, alignment, /* atomic */ fal… in createGather()
1155 Value *v = Nucleus::createLoad(result, T(elVecTy)); in createGather()
1161 return V(Nucleus::createLoad(result, T(elVecTy))); in createGather()
1457 return createLoad(readAddress, destType); in createBitCast()
1464 return createLoad(readAddress, destType); in createBitCast()
DSubzeroReactor.cpp188 Ice::Variable *createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Typ… in createLoad() function
1378 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align, bool atomic… in createLoad() function in rr::Nucleus
1432 result = sz::createLoad(::function, ::basicBlock, V(ptr), T(type), align); in createLoad()
1695 return createLoad(address, destType); in createBitCast()
1701 return createLoad(address, destType); in createBitCast()
2155 Ice::Variable *result = sz::createLoad(::function, ::basicBlock, ptr, T(type), alignment); in createConstantVector()
2194 Ice::Variable *result = sz::createLoad(::function, ::basicBlock, ptr, T(type), alignment); in createConstantVector()
DReactor.hpp2247 …return RValue<T>(Nucleus::createLoad(pointer.value(), T::type(), false, alignment, atomic, memoryO… in Load()
2450 Value *tmp = Nucleus::createLoad(ref.address, T::type(), false, ref.alignment); in operator =()
2465 return Nucleus::createLoad(address, T::type(), false, alignment); in loadValue()
DReactor.cpp130 return Nucleus::createLoad(address, getType(), false, 0); in loadValue()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java503 public static LocalVariableInstruction createLoad( final Type type, final int index ) { in createLoad() method in InstructionFactory
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2356 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder
3621 Id tempBaseId = createLoad(base, spv::NoPrecision); in accessChainStore()
3683 id = createLoad(collapseAccessChain(), precision); in accessChainLoad()
3703 id = createLoad(id, precision, memoryAccess, scope, alignment); in accessChainLoad()
DSpvBuilder.h457 Id createLoad(Id lValue, spv::Decoration precision,
DGlslangToSpv.cpp3766 builder.accessChainStore(builder.createLoad(temporaryLvalues[i], spv::NoPrecision), in visitAggregate()
4162 returnId = builder.createLoad(copyId, currentFunction->getReturnPrecision()); in visitBranch()
6324 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()
6344 spv::Id copy = builder.createLoad(spvArgs[a], spv::NoPrecision); in handleUserFunctionCall()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp2396 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder
3678 Id tempBaseId = createLoad(base, spv::NoPrecision); in accessChainStore()
3740 id = createLoad(collapseAccessChain(), precision); in accessChainLoad()
3760 id = createLoad(id, precision, memoryAccess, scope, alignment); in accessChainLoad()
DSpvBuilder.h462 Id createLoad(Id lValue, spv::Decoration precision,
DGlslangToSpv.cpp3822 builder.accessChainStore(builder.createLoad(temporaryLvalues[i], spv::NoPrecision), in visitAggregate()
4218 returnId = builder.createLoad(copyId, currentFunction->getReturnPrecision()); in visitBranch()
6402 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()
6422 spv::Id copy = builder.createLoad(spvArgs[a], spv::NoPrecision); in handleUserFunctionCall()