Home
last modified time | relevance | path

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

12

/freebsd/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.h551 Type *getFloatTy() { in getFloatTy() function
552 return Type::getFloatTy(Context); in getFloatTy()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp198 return Type::getFloatTy(Ctx); in getTypeFromParameterKind()
292 return Type::getFloatTy(Ctx); in getOverloadTy()
/freebsd/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.cpp1406 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
H A DAutoUpgrade.cpp61 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in upgradePTESTIntrinsic()
4246 {Builder.getFloatTy()}), in UpgradeIntrinsicCall()
4640 if (Arg0->getType() != FixedVectorType::get(Type::getFloatTy(C), 4)) in UpgradeIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp123 {Type::getFloatTy(Ctx)}); in getSqrtF32()
133 Mod, Intrinsic::ldexp, {Type::getFloatTy(Ctx), Type::getInt32Ty(Ctx)}); in getLdexpF32()
1234 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24Impl()
1264 Builder.getFloatTy()); in expandDivRem24Impl()
1391 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
H A DAMDGPULibFunc.cpp947 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp429 return Type::getFloatTy(Ctx); in parseBasicTypeName()
H A DSPIRVGlobalRegistry.cpp202 LLVMFloatTy = Type::getFloatTy(Ctx); in getOrCreateConstFloatReg()
349 const Type *LLVMFPTy = Type::getFloatTy(Ctx); in buildConstantFP()
1324 LLVMTy = Type::getFloatTy(Ctx); in getOrCreateSPIRVFloatType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp452 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
H A DAArch64.cpp251 llvm::Type::getFloatTy(getVMContext()), 4); in coerceIllegalVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
H A DExpandLargeFpConvert.cpp556 Builder.CreateBitCast(Or35, Type::getFloatTy(Builder.getContext())); in expandIToFP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp234 return Type::getFloatTy(Context); in typeFromFTValueType()
1837 BitcastTy = Type::getFloatTy(Context); in propagateNonFTStore()
1854 VectorType::get(Type::getFloatTy(Context), NumElements, false); in propagateNonFTStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp395 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp163 Type::getInt64Ty(Context), Type::getFloatTy(Context), in Modifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp281 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp115 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
H A DWebAssemblyISelLowering.cpp481 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp834 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1589 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()

12