Searched refs:basePtr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 121 LoadInst* Builder::LOAD(Value* basePtr, argument 130 return Builder::LOAD(GEPA(basePtr, valIndices), name); 133 LoadInst* Builder::LOADV(Value* basePtr, argument 140 return LOAD(GEPA(basePtr, valIndices), name); 144 Builder::STORE(Value* val, Value* basePtr, const std::initializer_list<uint32_t>& indices, Type* Ty, JIT_MEM_CLIENT usage) argument 149 return STORE(val, GEPA(basePtr, valIndices)); 153 Builder::STOREV(Value* val, Value* basePtr, const std::initializer_list<Value*>& indices) argument 158 return STORE(val, GEPA(basePtr, valIndices)); 167 Value* basePtr, 171 Value* i32Value = LOAD(GEP(basePtr, indice 166 MEM_ADD(Value * i32Incr,Value * basePtr,const std::initializer_list<uint32_t> & indices,const llvm::Twine & name) argument [all...] |
| H A D | builder_mem.h | 105 Value* basePtr,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 121 LoadInst* Builder::LOAD(Value* basePtr, argument 130 return Builder::LOAD(GEPA(basePtr, valIndices), name); 133 LoadInst* Builder::LOADV(Value* basePtr, argument 140 return LOAD(GEPA(basePtr, valIndices), name); 144 Builder::STORE(Value* val, Value* basePtr, const std::initializer_list<uint32_t>& indices, Type* Ty, MEM_CLIENT usage) argument 149 return STORE(val, GEPA(basePtr, valIndices)); 153 Builder::STOREV(Value* val, Value* basePtr, const std::initializer_list<Value*>& indices) argument 158 return STORE(val, GEPA(basePtr, valIndices)); 167 Value* basePtr, 171 Value* i32Value = LOAD(GEP(basePtr, indice 166 MEM_ADD(Value * i32Incr,Value * basePtr,const std::initializer_list<uint32_t> & indices,const llvm::Twine & name) argument [all...] |
| H A D | builder_mem.h | 106 Value* basePtr,
|
Completed in 4 milliseconds