/external/angle/src/compiler/translator/tree_ops/ |
D | EmulatePrecision.h | 44 struct TypePair struct 46 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() argument 54 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument 72 typedef std::set<TypePair, TypePairComparator> EmulationSet;
|
D | EmulatePrecision.cpp | 545 TypePair(type.getBuiltInTypeNameString(), in visitBinary() 555 TypePair(type.getBuiltInTypeNameString(), in visitBinary() 569 TypePair(type.getBuiltInTypeNameString(), in visitBinary() 579 TypePair(type.getBuiltInTypeNameString(), in visitBinary()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | multinomial_test.cc | 84 struct TypePair { struct 89 template <typename TypePair> argument 92 using FloatType = typename TypePair::T1; 93 using IntegralType = typename TypePair::T2; 97 ::testing::Types<TypePair<float, int>, TypePair<double, int>, 98 TypePair<float, int64_t>, TypePair<double, int64_t> >;
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIRType.cpp | 194 bool verifySameLists(llvm::ArrayRef<RecordType::TypePair> a1, in verifySameLists() 195 llvm::ArrayRef<RecordType::TypePair> a2) { in verifySameLists() 201 llvm::ArrayRef<RecordType::TypePair> lenPList, in verifyDerived() 202 llvm::ArrayRef<RecordType::TypePair> typeList) { in verifyDerived() 764 void setLenParamList(llvm::ArrayRef<RecordType::TypePair> list) { in setLenParamList() 767 llvm::ArrayRef<RecordType::TypePair> getLenParamList() const { return lens; } in getLenParamList() 769 void setTypeList(llvm::ArrayRef<RecordType::TypePair> list) { types = list; } in setTypeList() 770 llvm::ArrayRef<RecordType::TypePair> getTypeList() const { return types; } in getTypeList() 772 void finalize(llvm::ArrayRef<RecordType::TypePair> lenParamList, in finalize() 773 llvm::ArrayRef<RecordType::TypePair> typeList) { in finalize() [all …]
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIRType.h | 351 using TypePair = std::pair<std::string, mlir::Type>; variable 352 using TypeList = std::vector<TypePair>; 367 void finalize(llvm::ArrayRef<TypePair> lenPList, 368 llvm::ArrayRef<TypePair> typeList);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 371 using TypePair = std::pair<MVT, MVT>; variable 379 TypePair ty(const VectorPair &Ops) const { in ty() 397 MVT typeJoin(const TypePair &Tys) const; 398 TypePair typeSplit(MVT Ty) const;
|
D | HexagonISelLoweringHVX.cpp | 218 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() 226 HexagonTargetLowering::TypePair 268 TypePair Tys = typeSplit(ty(Vec)); in opSplit()
|
/external/llvm-project/clang/lib/Sema/ |
D | OpenCLBuiltins.td | 1005 foreach TypePair = [[AtomicInt, Int], [AtomicUInt, UInt], 1009 [Void, PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1]]>; 1011 [Void, PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1]]>; 1013 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>]>; 1015 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[1]]>; 1018 [Bool, PointerType<VolatileType<TypePair[0]>, GenericAS>, 1019 PointerType<TypePair[1], GenericAS>, TypePair[1]]>; 1023 foreach TypePair = [[AtomicInt, Int, Int], [AtomicUInt, UInt, UInt], 1029 [TypePair[1], PointerType<VolatileType<TypePair[0]>, GenericAS>, TypePair[2]]>; 1032 foreach TypePair = [[AtomicInt, Int, Int], [AtomicUInt, UInt, UInt], [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 386 using TypePair = std::pair<MVT, MVT>; variable 394 TypePair ty(const VectorPair &Ops) const { in ty() 412 MVT typeJoin(const TypePair &Tys) const; 413 TypePair typeSplit(MVT Ty) const;
|
D | HexagonISelLoweringHVX.cpp | 311 HexagonTargetLowering::typeJoin(const TypePair &Tys) const { in typeJoin() 319 HexagonTargetLowering::TypePair 361 TypePair Tys = typeSplit(ty(Vec)); in opSplit()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 247 using TypePair = std::pair<DataType, VectorType>; in getGLSLInputValDecl() typedef 248 using TypeMap = std::map<TypePair, std::string>; in getGLSLInputValDecl()
|