/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()
|
D | MDBuilder.cpp | 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
|
D | Constants.cpp | 697 Ty = Type::getFloatTy(Context); in get() 2437 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size()); in get() 2460 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size()); in getFP() 2509 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in get() 2532 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in getFP()
|
/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/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()
|
D | IRBuilderTest.cpp | 35 GV = new GlobalVariable(*M, Type::getFloatTy(Ctx), true, in SetUp() 212 auto CalleeTy = FunctionType::get(Type::getFloatTy(Ctx), in TEST_F()
|
/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/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 …]
|
D | Type.h | 309 static Type *getFloatTy(LLVMContext &C);
|
/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()
|
/external/llvm/include/llvm/IR/ |
D | TypeBuilder.h | 199 return Type::getFloatTy(C); in get() 214 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get()
|
D | Type.h | 369 static Type *getFloatTy(LLVMContext &C);
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 653 if (CFP->getType() != Type::getFloatTy(CFP->getContext()) && in isFPCSafeToPrint() 657 if (CFP->getType() == Type::getFloatTy(CFP->getContext())) in isFPCSafeToPrint() 952 Out << "(*(" << (FPC->getType() == Type::getFloatTy(CPV->getContext()) ? in printConstant() 960 if (FPC->getType() == Type::getFloatTy(CPV->getContext())) in printConstant() 992 if (FPC->getType() == Type::getFloatTy(FPC->getContext())) in printConstant() 1002 (FPC->getType() == Type::getFloatTy(FPC->getContext()) ? "F" : "") in printConstant() 1998 } else if (FPC->getType() == Type::getFloatTy(FPC->getContext())) { in printFloatingPointConstants() 2515 || (I.getType() == Type::getFloatTy(I.getContext()))) { in visitBinaryOperator() 2534 if (I.getType() == Type::getFloatTy(I.getContext())) in visitBinaryOperator()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 45 Type::getFloatTy(M.getContext())); in EnsureFPIntrinsicsExist() 325 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 45 Type::getFloatTy(M.getContext())); in EnsureFPIntrinsicsExist() 325 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 272 ST = Type::getFloatTy(C); in decodeVecTypeHint()
|
D | SPIRVUtil.cpp | 843 return ConstantFP::get(Type::getFloatTy(M->getContext()), value); in getFloat32() 1283 return Type::getFloatTy(Ctx); in getLLVMTypeForSPIRVImageSampledTypePostfix()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 296 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 599 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 277 Type::getFloatTy(Context), in pickScalarType()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1232 Builder->getFloatTy(), in visitFPTrunc() 1233 Builder->getFloatTy(), in visitFPTrunc()
|