Searched refs:getFloatTy (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/lib/IR/
H A DValueTypes.cpp217 case MVT::f32: return Type::getFloatTy(Context);
265 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1);
266 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2);
267 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4);
268 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8);
269 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16);
H A DMDBuilder.cpp33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy));
H A DType.cpp30 case FloatTyID : return getFloatTy(C);
157 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
182 return getFloatTy(C)->getPointerTo(AS);
H A DConstants.cpp697 Ty = Type::getFloatTy(Context);
2437 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size());
2460 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size());
2509 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size());
2532 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size());
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp49 mFP32Ty = Type::getFloatTy(pJitMgr->mContext);
H A DJitManager.cpp132 mFP32Ty = Type::getFloatTy(mContext); // float type
H A Dstreamout_jit.cpp148 Type* simd4Ty = VectorType::get(IRB()->getFloatTy(), 4);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValueTypes.cpp161 case MVT::f32: return Type::getFloatTy(Context);
183 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2);
184 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4);
185 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8);
H A DType.cpp28 case FloatTyID : return getFloatTy(C);
202 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
221 return getFloatTy(C)->getPointerTo(AS);
/external/swiftshader/third_party/subzero/src/
H A DIceTypeConverter.cpp28 llvm::Type *Type_f32 = llvm::Type::getFloatTy(Context);
/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp72 EXPECT_EQ(Type::getFloatTy(Context),
77 EXPECT_EQ(Type::getFloatTy(Context),
79 EXPECT_EQ(Type::getFloatTy(Context),
H A DPatternMatch.cpp69 Type *FltTy = IRB.getFloatTy();
108 Type *FltTy = IRB.getFloatTy();
147 Type *FltTy = IRB.getFloatTy();
186 Type *FltTy = IRB.getFloatTy();
H A DIRBuilderTest.cpp35 GV = new GlobalVariable(*M, Type::getFloatTy(Ctx), true,
212 auto CalleeTy = FunctionType::get(Type::getFloatTy(Ctx),
H A DConstantsTest.cpp199 Type *FloatTy = Type::getFloatTy(Context);
431 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
453 for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DTypeBuilderTest.cpp59 EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<float, false>::get(getGlobalContext())));
62 EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<types::ieee_float, true>::get(getGlobalContext())));
63 EXPECT_EQ(Type::getFloatTy(getGlobalContext()), (TypeBuilder<types::ieee_float, false>::get(getGlobalContext())));
/external/llvm/include/llvm/IR/
H A DTypeBuilder.h199 return Type::getFloatTy(C);
214 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); }
H A DType.h369 static Type *getFloatTy(LLVMContext &C);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTypeBuilder.h191 return Type::getFloatTy(C);
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); }
/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h309 static Type *getFloatTy(LLVMContext &C);
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp45 Type::getFloatTy(M.getContext()));
325 Type::getFloatTy(CI->getContext()));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIntrinsicLowering.cpp45 Type::getFloatTy(M.getContext()));
325 Type::getFloatTy(CI->getContext()));
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h380 static Type *getFloatTy(LLVMContext &C);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp296 return llvm::Type::getFloatTy(VMContext);
/external/spirv-llvm/lib/SPIRV/
H A DOCLUtil.cpp272 ST = Type::getFloatTy(C);
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp653 if (CFP->getType() != Type::getFloatTy(CFP->getContext()) &&
657 if (CFP->getType() == Type::getFloatTy(CFP->getContext()))
952 Out << "(*(" << (FPC->getType() == Type::getFloatTy(CPV->getContext()) ?
960 if (FPC->getType() == Type::getFloatTy(CPV->getContext()))
992 if (FPC->getType() == Type::getFloatTy(FPC->getContext()))
1002 (FPC->getType() == Type::getFloatTy(FPC->getContext()) ? "F" : "")
1998 } else if (FPC->getType() == Type::getFloatTy(FPC->getContext())) {
2515 || (I.getType() == Type::getFloatTy(I.getContext()))) {
2534 if (I.getType() == Type::getFloatTy(I.getContext()))

Completed in 441 milliseconds

123