Home
last modified time | relevance | path

Searched refs:createLoad (Results 1 – 13 of 13) 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/swiftshader/src/Reactor/
DNucleus.hpp98 static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int align = 0);
DReactor.hpp2292 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()
DLLVMReactor.cpp1151 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment) in createLoad() function in rr::Nucleus
1165createLoad(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()
DSubzeroReactor.cpp849 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/
DInstructionFactory.java503 public static LocalVariableInstruction createLoad( final Type type, final int index ) { in createLoad() method in InstructionFactory
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1352 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()
DSpvBuilder.h309 …Id createLoad(Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskNone, spv::Scop…
DGlslangToSpv.cpp2822 returnId = builder.createLoad(copyId); in visitBranch()
4681 arg = builder.createLoad(argCopy);
4700 spv::Id copy = builder.createLoad(spvArgs[a]);