Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp195 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT()
366 return FixedVectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
368 return FixedVectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT()
370 return FixedVectorType::get(Type::getFloatTy(Context), 3); in getTypeForEVT()
372 return FixedVectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT()
374 return FixedVectorType::get(Type::getFloatTy(Context), 5); in getTypeForEVT()
376 return FixedVectorType::get(Type::getFloatTy(Context), 6); in getTypeForEVT()
378 return FixedVectorType::get(Type::getFloatTy(Context), 7); in getTypeForEVT()
380 return FixedVectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT()
382 return FixedVectorType::get(Type::getFloatTy(Context), 16); in getTypeForEVT()
[all …]
H A DIntrinsicLowering.cpp209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h416 static Type *getFloatTy(LLVMContext &C);
439 return Type::getFloatTy(C); in getScalarTy()
453 Ty = Type::getFloatTy(C); in getFloatingPointTy()
H A DDerivedTypes.h462 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
H A DIRBuilder.h546 Type *getFloatTy() { in getFloatTy() function
547 return Type::getFloatTy(Context); in getFloatTy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp44 case FloatTyID : return getFloatTy(C); in getPrimitiveType()
190 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type
220 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
H A DMDBuilder.cpp33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
H A DAutoUpgrade.cpp47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
3650 {Builder.getFloatTy()}), in UpgradeIntrinsicCall()
3816 if (Arg0->getType() != FixedVectorType::get(Type::getFloatTy(C), 4)) in UpgradeIntrinsicCall()
H A DFunction.cpp1207 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
H A DConstants.cpp3093 auto *Ty = FixedVectorType::get(Type::getFloatTy(Context), Elts.size()); in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp434 FixedVectorType *V2F32Ty = FixedVectorType::get(B.getFloatTy(), 2); in createTileDPLoops()
436 Value *EltCF32 = B.CreateBitCast(EltC, B.getFloatTy()); in createTileDPLoops()
H A DX86TargetTransformInfo.cpp3972 FixedVectorType::get(Type::getFloatTy(ValVTy->getContext()), 4); in getArithmeticReductionCost()
4272 ShufTy = FixedVectorType::get(Type::getFloatTy(ValTy->getContext()), 4); in getMinMaxReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp903 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24Impl()
933 Builder.getFloatTy()); in expandDivRem24Impl()
1059 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
H A DAMDGPULibFunc.cpp890 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp421 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp319 Type::getFloatTy(Context), in pickScalarType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp313 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
H A DTargetInfo.cpp3410 return llvm::Type::getFloatTy(getVMContext()); in GetSSETypeAtOffset()
3417 return llvm::FixedVectorType::get(llvm::Type::getFloatTy(getVMContext()), in GetSSETypeAtOffset()
5620 llvm::Type::getFloatTy(getVMContext()), 4); in coerceIllegalVector()
7624 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp116 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
H A DWebAssemblyISelLowering.cpp427 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp841 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1858 } else if (Ty == Type::getFloatTy(CPV->getContext())) { in bufferLEByte()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp82 return Type::getFloatTy(Ctx); in getFloatTypeForLLT()
785 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx)); in libcall()
799 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1628 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1317 Function *Fn = Intrinsic::getDeclaration(M, IID, B.getFloatTy()); in optimizeDoubleFP()

12