Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp195 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT()
347 return FixedVectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
349 return FixedVectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT()
351 return FixedVectorType::get(Type::getFloatTy(Context), 3); in getTypeForEVT()
353 return FixedVectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT()
355 return FixedVectorType::get(Type::getFloatTy(Context), 5); in getTypeForEVT()
357 return FixedVectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT()
359 return FixedVectorType::get(Type::getFloatTy(Context), 16); in getTypeForEVT()
361 return FixedVectorType::get(Type::getFloatTy(Context), 32); in getTypeForEVT()
363 return FixedVectorType::get(Type::getFloatTy(Context), 64); in getTypeForEVT()
[all …]
H A DIntrinsicLowering.cpp209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h414 static Type *getFloatTy(LLVMContext &C);
437 return Type::getFloatTy(C); in getScalarTy()
451 Ty = Type::getFloatTy(C); in getFloatingPointTy()
H A DDerivedTypes.h465 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
H A DIRBuilder.h546 Type *getFloatTy() { in getFloatTy() function
547 return Type::getFloatTy(Context); in getFloatTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp166 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet()
167 B.CreateIntrinsic(Intrinsic::amdgcn_exp, { B.getFloatTy() }, in unifyReturnBlockSet()
H A DAMDGPUCodeGenPrepare.cpp876 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24Impl()
906 Builder.getFloatTy()); in expandDivRem24Impl()
1032 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
H A DAMDGPULibFunc.cpp883 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp58 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createISelMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp44 case FloatTyID : return getFloatTy(C); in getPrimitiveType()
184 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type
214 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()
3645 {Builder.getFloatTy()}), in UpgradeIntrinsicCall()
3811 if (Arg0->getType() != FixedVectorType::get(Type::getFloatTy(C), 4)) in UpgradeIntrinsicCall()
H A DFunction.cpp1195 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp46 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createOptMutator()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp417 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp315 Type::getFloatTy(Context), in pickScalarType()
/netbsd-src/external/apache2/llvm/dist/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()
5603 llvm::Type::getFloatTy(getVMContext()), 4); in coerceIllegalVector()
7605 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp116 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
H A DWebAssemblyISelLowering.cpp387 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp840 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1858 } else if (Ty == Type::getFloatTy(CPV->getContext())) { in bufferLEByte()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp78 return Type::getFloatTy(Ctx); in getFloatTypeForLLT()
743 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx)); in libcall()
757 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1563 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()

12