/freebsd/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 | 551 Type *getFloatTy() { in getFloatTy() function 552 return Type::getFloatTy(Context); in getFloatTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 198 return Type::getFloatTy(Ctx); in getTypeFromParameterKind() 292 return Type::getFloatTy(Ctx); in getOverloadTy()
|
/freebsd/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 | 1406 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() 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 D | AMDGPUCodeGenPrepare.cpp | 123 {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 D | AMDGPULibFunc.cpp | 947 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 429 return Type::getFloatTy(Ctx); in parseBasicTypeName()
|
H A D | SPIRVGlobalRegistry.cpp | 202 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 D | SystemZ.cpp | 452 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
|
H A D | AArch64.cpp | 251 llvm::Type::getFloatTy(getVMContext()), 4); in coerceIllegalVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
H A D | ExpandLargeFpConvert.cpp | 556 Builder.CreateBitCast(Or35, Type::getFloatTy(Builder.getContext())); in expandIToFP()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 234 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 D | ARMLegalizerInfo.cpp | 395 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/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 281 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 115 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
|
H A D | WebAssemblyISelLowering.cpp | 481 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 834 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1589 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()
|