| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 195 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 D | IntrinsicLowering.cpp | 209 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Type.h | 414 static Type *getFloatTy(LLVMContext &C); 437 return Type::getFloatTy(C); in getScalarTy() 451 Ty = Type::getFloatTy(C); in getFloatingPointTy()
|
| H A D | DerivedTypes.h | 465 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
|
| H A D | IRBuilder.h | 546 Type *getFloatTy() { in getFloatTy() function 547 return Type::getFloatTy(Context); in getFloatTy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 166 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet() 167 B.CreateIntrinsic(Intrinsic::amdgcn_exp, { B.getFloatTy() }, in unifyReturnBlockSet()
|
| H A D | AMDGPUCodeGenPrepare.cpp | 876 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24Impl() 906 Builder.getFloatTy()); in expandDivRem24Impl() 1032 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
|
| H A D | AMDGPULibFunc.cpp | 883 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 58 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createISelMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Type.cpp | 44 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 D | MDBuilder.cpp | 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
|
| H A D | AutoUpgrade.cpp | 47 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 D | Function.cpp | 1195 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 46 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createOptMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 434 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 D | ARMLegalizerInfo.cpp | 417 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 315 Type::getFloatTy(Context), in pickScalarType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 313 return llvm::Type::getFloatTy(VMContext); in getTypeForFormat()
|
| H A D | TargetInfo.cpp | 3410 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 D | WebAssemblyRegStackify.cpp | 116 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
|
| H A D | WebAssemblyISelLowering.cpp | 387 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 840 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1858 } else if (Ty == Type::getFloatTy(CPV->getContext())) { in bufferLEByte()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 78 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 D | InstCombineCasts.cpp | 1563 return Type::getFloatTy(CFP->getContext()); in shrinkFPConstant()
|