HomeSort by relevance Sort by last modified time
    Searched refs:createLoad (Results 1 - 14 of 14) sorted by null

  /external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
TestArrayAccess04Creator.java 61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0));
84 final InstructionHandle ih_7 = il.append(InstructionFactory.createLoad(Type.OBJECT, 1));
87 il.append(InstructionFactory.createLoad(Type.INT, 2));
TestArrayAccess02Creator.java 61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0));
85 final InstructionHandle ih_10 = il.append(InstructionFactory.createLoad(Type.OBJECT, 1));
TestArrayAccess03Creator.java 61 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0));
81 final InstructionHandle ih_5 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0));
TestReturn01Creator.java 59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0));
TestReturn03Creator.java 59 final InstructionHandle ih_0 = il.append(InstructionFactory.createLoad(Type.OBJECT, 0));
  /external/swiftshader/src/Reactor/
Nucleus.hpp 98 static Value *createLoad(Value *ptr, Type *type, bool isVolatile = false, unsigned int align = 0);
Reactor.hpp     [all...]
LLVMReactor.cpp 1151 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment)
1165 createLoad(createBitCast(ptr, Pointer<Long>::getType()), Long::getType(), isVolatile, alignment),
    [all...]
SubzeroReactor.cpp 849 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align)
1073 return createLoad(address, destType);
1079 return createLoad(address, destType);
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
InstructionFactory.java 503 public static LocalVariableInstruction createLoad( final Type type, final int index ) {
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.cpp     [all...]
SpvBuilder.h 309 Id createLoad(Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskNone, spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0);
    [all...]
GlslangToSpv.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 333 milliseconds