/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/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 98 static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int align = 0);
|
D | Reactor.hpp | 2292 return Nucleus::createLoad(address, T::getType(), false, 0); in loadValue() 2330 Value *tmp = Nucleus::createLoad(ref.address, T::getType(), false, ref.alignment); in operator =() 2345 return Nucleus::createLoad(address, T::getType(), false, alignment); in loadValue() 2725 Nucleus::createRet(Nucleus::createLoad(ret.address, Pointer<T>::getType())); in Return()
|
D | LLVMReactor.cpp | 1151 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment) in createLoad() function in rr::Nucleus 1165 … createLoad(createBitCast(ptr, Pointer<Long>::getType()), Long::getType(), isVolatile, alignment), in createLoad() 1173 …Value *i = createLoad(createBitCast(ptr, Pointer<Int>::getType()), Int::getType(), isVolatile, ali… in createLoad() 1302 return createLoad(readAddress, destType); in createBitCast() 1309 return createLoad(readAddress, destType); in createBitCast()
|
D | SubzeroReactor.cpp | 849 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align) in createLoad() function in rr::Nucleus 1073 return createLoad(address, destType); in createBitCast() 1079 return createLoad(address, destType); in createBitCast()
|
/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 | 1352 Id Builder::createLoad(Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scope, unsigned in… in createLoad() function in spv::Builder 2565 Id tempBaseId = createLoad(base); in accessChainStore() 2615 id = createLoad(collapseAccessChain()); in accessChainLoad() 2630 id = createLoad(collapseAccessChain(), memoryAccess, scope, alignment); in accessChainLoad()
|
D | SpvBuilder.h | 309 …Id createLoad(Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskNone, spv::Scop…
|
D | GlslangToSpv.cpp | 2822 returnId = builder.createLoad(copyId); in visitBranch() 4681 arg = builder.createLoad(argCopy); 4700 spv::Id copy = builder.createLoad(spvArgs[a]);
|