| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 215 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT() 265 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT() 266 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT() 267 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT() 268 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT() 269 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16); in getTypeForEVT()
|
| H A D | IntrinsicLowering.cpp | 45 Type::getFloatTy(M.getContext())); in EnsureFPIntrinsicsExist() 322 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 398 static Type *getFloatTy(LLVMContext &C); 420 return Type::getFloatTy(C); in getScalarTy()
|
| H A D | IRBuilder.h | 370 Type *getFloatTy() { in getFloatTy() function 371 return Type::getFloatTy(Context); in getFloatTy()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Type.cpp | 43 case FloatTyID : return getFloatTy(C); in getPrimitiveType() 164 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type 189 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
|
| H A D | MDBuilder.cpp | 34 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
|
| H A D | Constants.cpp | 790 Ty = Type::getFloatTy(Context); in get() 2556 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size()); in getFP() 2604 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in get() 2627 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in getFP()
|
| H A D | Function.cpp | 911 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
|
| H A D | AutoUpgrade.cpp | 43 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic() 3313 {Builder.getFloatTy()}), in UpgradeIntrinsicCall() 3428 if (Arg0->getType() != VectorType::get(Type::getFloatTy(C), 4)) in UpgradeIntrinsicCall()
|
| H A D | Core.cpp | 592 return (LLVMTypeRef) Type::getFloatTy(*unwrap(C)); in LLVMFloatTypeInContext()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 218 Type *HLTy = Size == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx); in libcall() 231 MI, MIRBuilder, Type::getDoubleTy(Ctx), Type::getFloatTy(Ctx)); in libcall() 243 MI, MIRBuilder, Type::getFloatTy(Ctx), Type::getDoubleTy(Ctx)); in libcall() 257 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx)); in libcall() 271 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall() 1046 ZeroTy = Type::getFloatTy(Ctx); in lower()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 528 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24() 628 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
|
| H A D | AMDGPULibFunc.cpp | 895 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.cpp | 405 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 300 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
|
| H A D | TargetInfo.cpp | 3118 return llvm::Type::getFloatTy(getVMContext()); in GetSSETypeAtOffset() 3125 return llvm::VectorType::get(llvm::Type::getFloatTy(getVMContext()), 2); in GetSSETypeAtOffset() 5854 llvm::Type::getFloatTy(getVMContext()) : in classifyArgumentType() 6059 llvm::Type::getFloatTy(getVMContext()) : in classifyReturnType() 6757 PassTy = llvm::Type::getFloatTy(getVMContext()); in classifyArgumentType()
|
| H A D | CodeGenModule.cpp | 109 FloatTy = llvm::Type::getFloatTy(LLVMContext); in CodeGenModule()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 116 Type::getFloatTy(MF.getFunction().getContext()))); in ConvertImplicitDefToConstZero()
|
| H A D | WebAssemblyISelLowering.cpp | 325 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 317 Type::getFloatTy(Context), in pickScalarType()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 806 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1896 } else if (Ty == Type::getFloatTy(CPV->getContext())) { in bufferLEByte()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2337 Type *VTy = VectorType::get(Builder.getFloatTy(), in visitCallInst() 2358 Type *VTy = VectorType::get(Builder.getFloatTy(), in visitCallInst()
|
| H A D | InstCombineCasts.cpp | 1467 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1080 Function *Fn = Intrinsic::getDeclaration(M, IID, B.getFloatTy()); in optimizeDoubleFP()
|