/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/ |
D | TestArrayAccess04Creator.java | 61 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()
|
D | TestArrayAccess03Creator.java | 61 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()
|
D | TestArrayAccess02Creator.java | 61 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()
|
D | TestReturn03Creator.java | 59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
|
D | TestReturn01Creator.java | 59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0)); in createMethod_0()
|
/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 50 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/ |
D | Nucleus.hpp | 123 …static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int alignment =…
|
D | LLVMReactor.cpp | 860 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool at… in createLoad() function in rr::Nucleus 872 …createLoad(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()
|
D | SubzeroReactor.cpp | 188 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()
|
D | Reactor.hpp | 2247 …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()
|
D | Reactor.cpp | 130 return Nucleus::createLoad(address, getType(), false, 0); in loadValue()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | InstructionFactory.java | 503 public static LocalVariableInstruction createLoad( final Type type, final int index ) { in createLoad() method in InstructionFactory
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2356 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()
|
D | SpvBuilder.h | 457 Id createLoad(Id lValue, spv::Decoration precision,
|
D | GlslangToSpv.cpp | 3766 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/ |
D | SpvBuilder.cpp | 2396 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()
|
D | SpvBuilder.h | 462 Id createLoad(Id lValue, spv::Decoration precision,
|
D | GlslangToSpv.cpp | 3822 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()
|