Searched defs:createLoad (Results 1 – 8 of 8) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 50 static LoadInst *createLoad(IRBuilder<> &B, Value *addr, bool isVolatile = false) in createLoad() function
|
/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/pytorch/torch/csrc/jit/ir/ |
D | ir.cpp | 1884 Node* Graph::createLoad(const std::string& name, const TypePtr& type) { in createLoad() function in torch::jit::Graph
|
/external/swiftshader/src/Reactor/ |
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
|
D | LLVMReactor.cpp | 853 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment, bool at… in createLoad() function in rr::Nucleus
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorCombine.cpp | 891 auto createLoad = [&](IRBuilderBase &Builder, const ByteSpan &VSpan, in realignLoadGroup() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2600 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 2633 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad() function in spv::Builder
|