Home
last modified time | relevance | path

Searched defs:createLoad (Results 1 – 4 of 4) sorted by relevance

/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/swiftshader/src/Reactor/
DSubzeroReactor.cpp185 Ice::Variable *createLoad(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *ptr, Ice::Typ… in createLoad() function
1396 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int align, bool atomic… in createLoad() function in rr::Nucleus
DLLVMReactor.cpp871 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool at… in createLoad() function in rr::Nucleus
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1560 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder