Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp153 case MVT::f32: return Type::getFloatTy(Context); in getTypeForEVT()
215 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
216 case MVT::v2f32: return VectorType::get(Type::getFloatTy(Context), 2); in getTypeForEVT()
217 case MVT::v3f32: return VectorType::get(Type::getFloatTy(Context), 3); in getTypeForEVT()
218 case MVT::v4f32: return VectorType::get(Type::getFloatTy(Context), 4); in getTypeForEVT()
219 case MVT::v5f32: return VectorType::get(Type::getFloatTy(Context), 5); in getTypeForEVT()
220 case MVT::v8f32: return VectorType::get(Type::getFloatTy(Context), 8); in getTypeForEVT()
221 case MVT::v16f32: return VectorType::get(Type::getFloatTy(Context), 16); in getTypeForEVT()
222 case MVT::v32f32: return VectorType::get(Type::getFloatTy(Context), 32); in getTypeForEVT()
223 case MVT::v64f32: return VectorType::get(Type::getFloatTy(Context), 64); in getTypeForEVT()
[all …]
DIntrinsicLowering.cpp211 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp153 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet()
154 B.CreateIntrinsic(Intrinsic::amdgcn_exp, { B.getFloatTy() }, in unifyReturnBlockSet()
DAMDGPUCodeGenPrepare.cpp659 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24()
759 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
DAMDGPULibFunc.cpp887 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypeConverter.cpp28 llvm::Type *Type_f32 = llvm::Type::getFloatTy(Context); in TypeConverter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h411 static Type *getFloatTy(LLVMContext &C);
433 return Type::getFloatTy(C); in getScalarTy()
DDerivedTypes.h491 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
DIRBuilder.h418 Type *getFloatTy() { in getFloatTy() function
419 return Type::getFloatTy(Context); in getFloatTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp43 case FloatTyID : return getFloatTy(C); in getPrimitiveType()
168 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type
193 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
DMDBuilder.cpp33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
DConstants.cpp872 Ty = Type::getFloatTy(Context); in get()
2636 Type *Ty = ArrayType::get(Type::getFloatTy(Context), Elts.size()); in getFP()
2684 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in get()
2707 Type *Ty = VectorType::get(Type::getFloatTy(Context), Elts.size()); in getFP()
DAutoUpgrade.cpp45 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
3494 {Builder.getFloatTy()}), in UpgradeIntrinsicCall()
3632 if (Arg0->getType() != VectorType::get(Type::getFloatTy(C), 4)) in UpgradeIntrinsicCall()
DFunction.cpp979 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp52 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); in Builder()
Dstreamout_jit.cpp141 Type* simd4Ty = getVectorType(IRB()->getFloatTy(), 4); in buildDecl()
Dbuilder_misc.cpp127 Constant* Builder::C(float i) { return ConstantFP::get(IRB()->getFloatTy(), i); } in C()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h380 static Type *getFloatTy(LLVMContext &C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp418 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp115 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
DWebAssemblyISelLowering.cpp365 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp531 Type *HLTy = Size == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx); in libcall()
544 MI, MIRBuilder, Type::getDoubleTy(Ctx), Type::getFloatTy(Ctx)); in libcall()
556 MI, MIRBuilder, Type::getFloatTy(Ctx), Type::getDoubleTy(Ctx)); in libcall()
571 FromSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx)); in libcall()
585 ToSize == 64 ? Type::getDoubleTy(Ctx) : Type::getFloatTy(Ctx), in libcall()
2018 ZeroTy = Type::getFloatTy(Ctx); in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp820 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1869 } else if (Ty == Type::getFloatTy(CPV->getContext())) { in bufferLEByte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2405 Type *VTy = VectorType::get(Builder.getFloatTy(), in visitCallInst()
2426 Type *VTy = VectorType::get(Builder.getFloatTy(), in visitCallInst()

12