| /freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | RootSignatureMetadata.cpp | 173 ConstantAsMetadata::get(llvm::ConstantFP::get(llvm::Type::getFloatTy(Ctx), in BuildStaticSampler() 181 llvm::ConstantFP::get(llvm::Type::getFloatTy(Ctx), Sampler.MinLOD)), in BuildStaticSampler() 183 llvm::ConstantFP::get(llvm::Type::getFloatTy(Ctx), Sampler.MaxLOD)), in BuildStaticSampler()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Type.cpp | 36 Type *Type::getFloatTy(Context &Ctx) { in getFloatTy() function in Type 37 return Ctx.getType(llvm::Type::getFloatTy(Ctx.LLVMCtx)); in getFloatTy()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 443 LLVM_ABI static Type *getFloatTy(LLVMContext &C); 465 return Type::getFloatTy(C); in getScalarTy()
|
| H A D | DerivedTypes.h | 504 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 272 return Type::getFloatTy(Ctx); in getTypeFromOpParamType() 290 return getResRetType(Type::getFloatTy(Ctx)); in getTypeFromOpParamType() 302 return getCBufRetType(Type::getFloatTy(Ctx)); in getTypeFromOpParamType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 44 case FloatTyID : return getFloatTy(C); in getPrimitiveType() 133 Ty = Type::getFloatTy(C); in getFloatingPointTy() 285 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type
|
| H A D | MDBuilder.cpp | 34 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
|
| H A D | Intrinsics.cpp | 518 return Type::getFloatTy(Context); in DecodeFixedType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | AMDGPU.cpp | 1256 Value *SIToFP = Builder.CreateSIToFP(Add, Builder.getFloatTy()); in EmitAMDGPUBuiltinExpr() 1260 Fabs, ConstantFP::getInfinity(Builder.getFloatTy())); in EmitAMDGPUBuiltinExpr() 1263 Builder.CreateFCmpOEQ(Src0, ConstantFP::getZero(Builder.getFloatTy())); in EmitAMDGPUBuiltinExpr() 1266 ConstantFP::getInfinity(Builder.getFloatTy(), /*Negative=*/true), Sel1); in EmitAMDGPUBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 136 F.getParent(), Intrinsic::amdgcn_sqrt, {Type::getFloatTy(Ctx)}); in getSqrtF32() 147 {Type::getFloatTy(Ctx), Type::getInt32Ty(Ctx)}); in getLdexpF32() 1253 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24Impl() 1283 Builder.getFloatTy(), {FB}); in expandDivRem24Impl() 1408 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
|
| H A D | AMDGPULibFunc.cpp | 959 T = Type::getFloatTy(C); in getIntrinsicParamType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 430 FixedVectorType *V2F32Ty = FixedVectorType::get(B.getFloatTy(), 2); in createTileDPLoops() 432 Value *EltCF32 = B.CreateBitCast(EltC, B.getFloatTy()); in createTileDPLoops()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 278 LLVM_ABI static Type *getFloatTy(Context &Ctx);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
| H A D | ExpandFp.cpp | 561 Builder.CreateBitCast(Or35, Type::getFloatTy(Builder.getContext())); in expandIToFP()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 199 return llvm::Type::getFloatTy(getVMContext()); in getFPArgumentType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 230 return Type::getFloatTy(Context); in typeFromFTValueType() 1894 BitcastTy = Type::getFloatTy(Context); in propagateNonFTStore() 1911 VectorType::get(Type::getFloatTy(Context), NumElements, false); in propagateNonFTStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.cpp | 398 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 163 Type::getInt64Ty(Context), Type::getFloatTy(Context), in Modifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 118 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 290 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1631 VectorType::get(Type::getFloatTy(Dst->getContext()), in getCastInstrCost() 1674 VectorType::get(Type::getFloatTy(Dst->getContext()), in getCastInstrCost() 2621 Ty = VectorType::get(Type::getFloatTy(Ty->getContext()), in getRegUsageForType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.cpp | 532 return Type::getFloatTy(Ctx); in parseBasicTypeName()
|
| H A D | SPIRVGlobalRegistry.cpp | 441 SpvType = getOrCreateSPIRVType(Type::getFloatTy(Ctx), MIRBuilder, in buildConstantFP() 1705 LLVMTy = Type::getFloatTy(Ctx); in getOrCreateSPIRVFloatType()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 885 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|