Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp219 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 DIntrinsicLowering.cpp209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
H A DExpandLargeFpConvert.cpp553 Builder.CreateBitCast(Or35, Type::getFloatTy(Builder.getContext())); in expandIToFP()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h450 static Type *getFloatTy(LLVMContext &C);
473 return Type::getFloatTy(C); in getScalarTy()
H A DDerivedTypes.h477 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
H A DIRBuilder.h548 Type *getFloatTy() { in getFloatTy() function
549 return Type::getFloatTy(Context); in getFloatTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp198 return Type::getFloatTy(Ctx); in getTypeFromParameterKind()
283 return Type::getFloatTy(Ctx); in getOverloadTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp41 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 DMDBuilder.cpp33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
H A DFunction.cpp1337 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
H A DAutoUpgrade.cpp61 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 DAMDGPUCodeGenPrepare.cpp122 {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 DAMDGPULibFunc.cpp947 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp432 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 DSystemZ.cpp450 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
H A DAArch64.cpp235 llvm::Type::getFloatTy(getVMContext()), 4); in coerceIllegalVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp423 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp249 const Type *LLVMFPTy = Type::getFloatTy(Ctx); in buildConstantFP()
990 Ty = Type::getFloatTy(Ctx); in getOrCreateSPIRVTypeByName()
H A DSPIRVBuiltins.cpp2007 return Type::getFloatTy(Context); in parseTypeString()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp163 Type::getInt64Ty(Context), Type::getFloatTy(Context), in Modifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp225 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp114 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp823 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1548 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp91 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()

12