Home
last modified time | relevance | path

Searched refs:StoreType (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dtransform_output_iterator.h24 template <typename StoreType, typename InputType, typename ConversionOp,
30 StoreType* ptr;
34 __host__ __device__ __forceinline__ Reference(StoreType* ptr, in Reference()
62 StoreType* ptr;
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h154 StoreType type, LiftoffRegList pinned) { in ChangeEndiannessStore()
158 case StoreType::kI64Store8: in ChangeEndiannessStore()
159 case StoreType::kI32Store8: in ChangeEndiannessStore()
162 case StoreType::kF32Store: in ChangeEndiannessStore()
167 case StoreType::kI32Store: in ChangeEndiannessStore()
168 case StoreType::kI32Store16: in ChangeEndiannessStore()
171 case StoreType::kF64Store: in ChangeEndiannessStore()
176 case StoreType::kI64Store: in ChangeEndiannessStore()
177 case StoreType::kI64Store32: in ChangeEndiannessStore()
178 case StoreType::kI64Store16: in ChangeEndiannessStore()
[all …]
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h177 StoreType type, LiftoffRegList pinned) { in ChangeEndiannessStore()
181 case StoreType::kI64Store8: in ChangeEndiannessStore()
187 case StoreType::kI32Store8: in ChangeEndiannessStore()
190 case StoreType::kF32Store: in ChangeEndiannessStore()
195 case StoreType::kI32Store: in ChangeEndiannessStore()
196 case StoreType::kI32Store16: in ChangeEndiannessStore()
199 case StoreType::kF64Store: in ChangeEndiannessStore()
204 case StoreType::kI64Store: in ChangeEndiannessStore()
205 case StoreType::kI64Store32: in ChangeEndiannessStore()
206 case StoreType::kI64Store16: in ChangeEndiannessStore()
[all …]
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h251 StoreType type, LiftoffRegList pinned, in Store()
258 case StoreType::kI32Store8: in Store()
259 case StoreType::kI64Store8: in Store()
262 case StoreType::kI32Store16: in Store()
263 case StoreType::kI64Store16: in Store()
266 case StoreType::kI32Store: in Store()
267 case StoreType::kI64Store32: in Store()
270 case StoreType::kI64Store: in Store()
273 case StoreType::kF32Store: in Store()
276 case StoreType::kF64Store: in Store()
/external/v8/src/wasm/
Dvalue-type.h115 class StoreType {
124 constexpr StoreType(StoreTypeValue val) // NOLINT(runtime/explicit) in StoreType() function
133 static StoreType ForValueType(ValueType type) { in ForValueType()
Dfunction-body-decoder-impl.h643 F(StoreMem, StoreType type, const MemoryAccessImmediate<validate>& imm, \
1838 len = 1 + DecodeStoreMem(StoreType::kI32Store8); in DecodeFunctionBody()
1841 len = 1 + DecodeStoreMem(StoreType::kI32Store16); in DecodeFunctionBody()
1844 len = 1 + DecodeStoreMem(StoreType::kI32Store); in DecodeFunctionBody()
1847 len = 1 + DecodeStoreMem(StoreType::kI64Store8); in DecodeFunctionBody()
1850 len = 1 + DecodeStoreMem(StoreType::kI64Store16); in DecodeFunctionBody()
1853 len = 1 + DecodeStoreMem(StoreType::kI64Store32); in DecodeFunctionBody()
1856 len = 1 + DecodeStoreMem(StoreType::kI64Store); in DecodeFunctionBody()
1859 len = 1 + DecodeStoreMem(StoreType::kF32Store); in DecodeFunctionBody()
1862 len = 1 + DecodeStoreMem(StoreType::kF64Store); in DecodeFunctionBody()
[all …]
Dwasm-opcodes.cc505 constexpr uint8_t StoreType::kStoreSizeLog2[];
506 constexpr ValueType StoreType::kValueType[];
507 constexpr MachineRepresentation StoreType::kMemRep[];
Dfunction-body-decoder.cc349 void StoreMem(FullDecoder* decoder, StoreType type, in StoreMem()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h257 StoreType type, LiftoffRegList pinned, in Store()
265 case StoreType::kI32Store8: in Store()
266 case StoreType::kI64Store8: in Store()
269 case StoreType::kI32Store16: in Store()
270 case StoreType::kI64Store16: in Store()
273 case StoreType::kI32Store: in Store()
274 case StoreType::kI64Store32: in Store()
277 case StoreType::kI64Store: in Store()
280 case StoreType::kF32Store: in Store()
283 case StoreType::kF64Store: in Store()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h305 StoreType type, LiftoffRegList pinned, in Store()
317 case StoreType::kI64Store8: in Store()
320 case StoreType::kI32Store8: in Store()
330 case StoreType::kI64Store16: in Store()
333 case StoreType::kI32Store16: in Store()
336 case StoreType::kI64Store32: in Store()
339 case StoreType::kI32Store: in Store()
342 case StoreType::kI64Store: { in Store()
354 case StoreType::kF32Store: in Store()
357 case StoreType::kF64Store: in Store()
/external/v8/src/asmjs/
Dasm-types.h237 AsmType* StoreType();
Dasm-types.cc119 AsmType* AsmType::StoreType() { in StoreType() function in v8::internal::wasm::AsmType
Dasm-parser.cc1468 return heap_access_type_->StoreType(); in MemberExpression()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1177 StoreType type = StoreType::ForValueType(global->type); in SetGlobal()
1404 StoreType::kI32Store, pinned); in TraceMemoryOperation()
1407 StoreType::kI32Store8, pinned); in TraceMemoryOperation()
1410 StoreType::kI32Store8, pinned); in TraceMemoryOperation()
1507 void StoreMem(FullDecoder* decoder, StoreType type, in StoreMem()
Dliftoff-assembler.h362 LiftoffRegister src, StoreType type, LiftoffRegList pinned,
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h57 StoreType type, LiftoffRegList pinned, in Store()
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h57 StoreType type, LiftoffRegList pinned, in Store()
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h57 StoreType type, LiftoffRegList pinned, in Store()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6264 Type *StoreType = SI.getValueOperand()->getType(); in splitMergedValStore() local
6265 if (DL.getTypeStoreSizeInBits(StoreType) != DL.getTypeSizeInBits(StoreType) || in splitMergedValStore()
6266 DL.getTypeSizeInBits(StoreType) == 0) in splitMergedValStore()
6269 unsigned HalfValBitSize = DL.getTypeSizeInBits(StoreType) / 2; in splitMergedValStore()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10288 MVT StoreType = MVT::i8; in PerformSTORECombine() local
10291 StoreType = Tp; in PerformSTORECombine()
10294 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine()
10299 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()
10303 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, in PerformSTORECombine()
10308 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()
10311 StoreType, ShuffWide, in PerformSTORECombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11946 MVT StoreType = MVT::i8; in PerformSTORECombine() local
11949 StoreType = Tp; in PerformSTORECombine()
11952 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine()
11957 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()
11961 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, in PerformSTORECombine()
11966 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()
11969 StoreType, ShuffWide, in PerformSTORECombine()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13688 MVT StoreType = MVT::i8; in PerformSTORECombine() local
13692 if (TLI.isTypeLegal(Tp) && StoreType.getSizeInBits() < NumElems * ToSz) in PerformSTORECombine()
13693 StoreType = Tp; in PerformSTORECombine()
13698 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()
13702 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()
13707 for (unsigned i = 0; i < (ToSz*NumElems)/StoreType.getSizeInBits() ; i++) { in PerformSTORECombine()
13709 StoreType, ShuffWide, in PerformSTORECombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36202 MVT StoreType = MVT::i8; in combineStore() local
36205 StoreType = Tp; in combineStore()
36209 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in combineStore()
36211 StoreType = MVT::f64; in combineStore()
36215 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in combineStore()
36222 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in combineStore()
36224 StoreType, ShuffWide, in combineStore()
36229 Ptr = DAG.getMemBasePlusOffset(Ptr, StoreType.getStoreSize(), dl); in combineStore()