/external/tensorflow/tensorflow/core/util/ |
D | transform_output_iterator.h | 24 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/ |
D | liftoff-assembler-mips64.h | 154 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/ |
D | liftoff-assembler-mips.h | 177 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/ |
D | liftoff-assembler-arm64.h | 251 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/ |
D | value-type.h | 115 class StoreType { 124 constexpr StoreType(StoreTypeValue val) // NOLINT(runtime/explicit) in StoreType() function 133 static StoreType ForValueType(ValueType type) { in ForValueType()
|
D | function-body-decoder-impl.h | 643 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 …]
|
D | wasm-opcodes.cc | 505 constexpr uint8_t StoreType::kStoreSizeLog2[]; 506 constexpr ValueType StoreType::kValueType[]; 507 constexpr MachineRepresentation StoreType::kMemRep[];
|
D | function-body-decoder.cc | 349 void StoreMem(FullDecoder* decoder, StoreType type, in StoreMem()
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 257 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/ |
D | liftoff-assembler-ia32.h | 305 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/ |
D | asm-types.h | 237 AsmType* StoreType();
|
D | asm-types.cc | 119 AsmType* AsmType::StoreType() { in StoreType() function in v8::internal::wasm::AsmType
|
D | asm-parser.cc | 1468 return heap_access_type_->StoreType(); in MemberExpression()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1177 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()
|
D | liftoff-assembler.h | 362 LiftoffRegister src, StoreType type, LiftoffRegList pinned,
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 57 StoreType type, LiftoffRegList pinned, in Store()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 57 StoreType type, LiftoffRegList pinned, in Store()
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 57 StoreType type, LiftoffRegList pinned, in Store()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6264 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/ |
D | ARMISelLowering.cpp | 10288 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/ |
D | ARMISelLowering.cpp | 11946 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/ |
D | X86ISelLowering.cpp | 13688 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/ |
D | X86ISelLowering.cpp | 36202 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()
|