/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | elemental_ir_emitter.cc | 43 lhs = FPCast(lhs, b_->getFloatTy()); in EmitAtan2() 44 rhs = FPCast(rhs, b_->getFloatTy()); in EmitAtan2() 79 value = FPCast(value, b_->getFloatTy()); in EmitTanh()
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 217 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT() 265 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT() 266 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT() 267 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT() 268 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT() 269 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16); in getTypeForEVT()
|
D | Type.cpp | 30 case FloatTyID : return getFloatTy(C); in getPrimitiveType() 157 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type 182 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 215 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT() 265 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT() 266 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT() 267 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT() 268 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT() 269 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16); in getTypeForEVT()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ValueTypes.cpp | 161 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT() 183 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT() 184 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT() 185 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT()
|
D | Type.cpp | 28 case FloatTyID : return getFloatTy(C); in getPrimitiveType() 202 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type 221 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | StrategiesTest.cpp | 32 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createInjectorMutator() 45 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createDeleterMutator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ValueLatticeTest.cpp | 41 auto FloatTy = Type::getFloatTy(Context); in TEST_F() 137 auto *FloatTy = IntegerType::getFloatTy(Context); in TEST_F() 176 auto *FloatTy = IntegerType::getFloatTy(Context); in TEST_F()
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 69 Type *FltTy = IRB.getFloatTy(); in TEST_F() 108 Type *FltTy = IRB.getFloatTy(); in TEST_F() 147 Type *FltTy = IRB.getFloatTy(); in TEST_F() 186 Type *FltTy = IRB.getFloatTy(); in TEST_F()
|
D | TypeBuilderTest.cpp | 72 EXPECT_EQ(Type::getFloatTy(Context), in TEST() 77 EXPECT_EQ(Type::getFloatTy(Context), in TEST() 79 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
|
D | ConstantsTest.cpp | 199 Type *FloatTy = Type::getFloatTy(Context); in TEST() 431 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context), in TEST() 453 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context), in TEST()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | TypeBuilderTest.cpp | 59 …EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<float, false>::get(getGlobalContext()… in TEST() 62 …EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<types::ieee_float, true>::get(getGlob… in TEST() 63 …EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<types::ieee_float, false>::get(getGlo… in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | TypeBuilderTest.cpp | 72 EXPECT_EQ(Type::getFloatTy(Context), in TEST() 77 EXPECT_EQ(Type::getFloatTy(Context), in TEST() 79 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
|
D | PatternMatch.cpp | 119 Type *FltTy = IRB.getFloatTy(); in TEST_F() 169 Type *FltTy = IRB.getFloatTy(); in TEST_F() 220 Type *FltTy = IRB.getFloatTy(); in TEST_F() 270 Type *FltTy = IRB.getFloatTy(); in TEST_F()
|
D | ConstantsTest.cpp | 200 Type *FloatTy = Type::getFloatTy(Context); in TEST() 432 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context), in TEST() 454 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context), in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 201 Type *HLTy = Size == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx); in libcall() 214 MI, MIRBuilder, Type::getDoubleTy(Ctx), Type::getFloatTy(Ctx)); in libcall() 226 MI, MIRBuilder, Type::getFloatTy(Ctx), Type::getDoubleTy(Ctx)); in libcall() 240 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx)); in libcall() 254 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall() 894 ZeroTy = Type::getFloatTy(Ctx); in lower()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypeConverter.cpp | 28 llvm::Type *Type_f32 = llvm::Type::getFloatTy(Context); in TypeConverter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 398 static Type *getFloatTy(LLVMContext &C); 420 return Type::getFloatTy(C); in getScalarTy()
|
D | TypeBuilder.h | 199 return Type::getFloatTy(C); in get() 214 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 55 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); in Builder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 43 case FloatTyID : return getFloatTy(C); in getPrimitiveType() 164 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type 189 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_noalias_test.cc | 87 llvm::ArrayType::get(llvm::Type::getFloatTy(context), 100), 100); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 56 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createISelMutator()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.gen | 6457 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 4)); 6462 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 4)); 6463 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 4)); 6491 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 8)); 6496 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 8)); 6497 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 8)); 6674 ResultTy = Type::getFloatTy(Context); 6679 ArgTys.push_back(Type::getFloatTy(Context)); 6778 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 4)); 6782 ArgTys.push_back(VectorType::get(Type::getFloatTy(Context), 4)); [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TypeBuilder.h | 191 return Type::getFloatTy(C); in get() 206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get()
|