Home
last modified time | relevance | path

Searched refs:getFloatTy (Results 1 – 25 of 96) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc43 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/
DValueTypes.cpp217 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()
DType.cpp30 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/
DValueTypes.cpp215 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/
DValueTypes.cpp161 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()
DType.cpp28 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/
DStrategiesTest.cpp32 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/
DValueLatticeTest.cpp41 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/
DPatternMatch.cpp69 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()
DTypeBuilderTest.cpp72 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
77 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
79 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
DConstantsTest.cpp199 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/
DTypeBuilderTest.cpp59 …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/
DTypeBuilderTest.cpp72 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
77 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
79 EXPECT_EQ(Type::getFloatTy(Context), in TEST()
DPatternMatch.cpp119 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()
DConstantsTest.cpp200 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/
DLegalizerHelper.cpp201 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/
DIceTypeConverter.cpp28 llvm::Type *Type_f32 = llvm::Type::getFloatTy(Context); in TypeConverter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h398 static Type *getFloatTy(LLVMContext &C);
420 return Type::getFloatTy(C); in getScalarTy()
DTypeBuilder.h199 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/
Dbuilder.cpp55 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); in Builder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp43 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/
Dcpu_noalias_test.cc87 llvm::ArrayType::get(llvm::Type::getFloatTy(context), 100), 100); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp56 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createISelMutator()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.gen6457 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/
DTypeBuilder.h191 return Type::getFloatTy(C); in get()
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get()

1234