| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 219 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT() 408 return FixedVectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT() 410 return FixedVectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT() 412 return FixedVectorType::get(Type::getFloatTy(Context), 3); in getTypeForEVT() 414 return FixedVectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT() 416 return FixedVectorType::get(Type::getFloatTy(Context), 5); in getTypeForEVT() 418 return FixedVectorType::get(Type::getFloatTy(Context), 6); in getTypeForEVT() 420 return FixedVectorType::get(Type::getFloatTy(Context), 7); in getTypeForEVT() 422 return FixedVectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT() 424 return FixedVectorType::get(Type::getFloatTy(Context), 9); in getTypeForEVT() [all …]
|
| H A D | IntrinsicLowering.cpp | 209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
| H A D | ExpandLargeFpConvert.cpp | 553 Builder.CreateBitCast(Or35, Type::getFloatTy(Builder.getContext())); in expandIToFP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 450 static Type *getFloatTy(LLVMContext &C); 473 return Type::getFloatTy(C); in getScalarTy()
|
| H A D | DerivedTypes.h | 477 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
|
| H A D | IRBuilder.h | 548 Type *getFloatTy() { in getFloatTy() function 549 return Type::getFloatTy(Context); in getFloatTy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 198 return Type::getFloatTy(Ctx); in getTypeFromParameterKind() 283 return Type::getFloatTy(Ctx); in getOverloadTy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 41 case FloatTyID : return getFloatTy(C); in getPrimitiveType() 100 Ty = Type::getFloatTy(C); in getFloatingPointTy() 241 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type
|
| H A D | MDBuilder.cpp | 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
|
| H A D | Function.cpp | 1337 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
|
| H A D | AutoUpgrade.cpp | 61 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in upgradePTESTIntrinsic() 4168 {Builder.getFloatTy()}), in UpgradeIntrinsicCall() 4548 if (Arg0->getType() != FixedVectorType::get(Type::getFloatTy(C), 4)) in UpgradeIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 122 {Type::getFloatTy(Ctx)}); in getSqrtF32() 132 Mod, Intrinsic::ldexp, {Type::getFloatTy(Ctx), Type::getInt32Ty(Ctx)}); in getLdexpF32() 1229 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24Impl() 1259 Builder.getFloatTy()); in expandDivRem24Impl() 1386 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
|
| H A D | AMDGPULibFunc.cpp | 947 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 432 FixedVectorType *V2F32Ty = FixedVectorType::get(B.getFloatTy(), 2); in createTileDPLoops() 434 Value *EltCF32 = B.CreateBitCast(EltC, B.getFloatTy()); in createTileDPLoops()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 450 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
|
| H A D | AArch64.cpp | 235 llvm::Type::getFloatTy(getVMContext()), 4); in coerceIllegalVector()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.cpp | 423 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 249 const Type *LLVMFPTy = Type::getFloatTy(Ctx); in buildConstantFP() 990 Ty = Type::getFloatTy(Ctx); in getOrCreateSPIRVTypeByName()
|
| H A D | SPIRVBuiltins.cpp | 2007 return Type::getFloatTy(Context); in parseTypeString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 163 Type::getInt64Ty(Context), Type::getFloatTy(Context), in Modifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 225 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 114 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 823 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1548 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 91 return Type::getFloatTy(Ctx); in getFloatTypeForLLT() 1105 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall() 1120 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall()
|