/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 153 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 …]
|
D | IntrinsicLowering.cpp | 211 Type::getFloatTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 153 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet() 154 B.CreateIntrinsic(Intrinsic::amdgcn_exp, { B.getFloatTy() }, in unifyReturnBlockSet()
|
D | AMDGPUCodeGenPrepare.cpp | 659 Type *F32Ty = Builder.getFloatTy(); in expandDivRem24() 759 Type *F32Ty = Builder.getFloatTy(); in expandDivRem32()
|
D | AMDGPULibFunc.cpp | 887 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break; in getIntrinsicParamType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTypeConverter.cpp | 28 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/ |
D | Type.h | 411 static Type *getFloatTy(LLVMContext &C); 433 return Type::getFloatTy(C); in getScalarTy()
|
D | DerivedTypes.h | 491 EltTy = Type::getFloatTy(VTy->getContext()); in getTruncatedElementVectorType()
|
D | IRBuilder.h | 418 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/ |
D | Type.cpp | 43 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()
|
D | MDBuilder.cpp | 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath()
|
D | Constants.cpp | 872 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()
|
D | AutoUpgrade.cpp | 45 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()
|
D | Function.cpp | 979 case IITDescriptor::Float: return Type::getFloatTy(Context); in DecodeFixedType()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 52 mFP32Ty = Type::getFloatTy(pJitMgr->mContext); in Builder()
|
D | streamout_jit.cpp | 141 Type* simd4Ty = getVectorType(IRB()->getFloatTy(), 4); in buildDecl()
|
D | builder_misc.cpp | 127 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/ |
D | Type.h | 380 static Type *getFloatTy(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 418 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/ |
D | WebAssemblyRegStackify.cpp | 115 Type::getFloatTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
|
D | WebAssemblyISelLowering.cpp | 365 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/ |
D | LegalizerHelper.cpp | 531 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/ |
D | LLLexer.cpp | 820 TYPEKEYWORD("float", Type::getFloatTy(Context)); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1869 } 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/ |
D | InstCombineCalls.cpp | 2405 Type *VTy = VectorType::get(Builder.getFloatTy(), in visitCallInst() 2426 Type *VTy = VectorType::get(Builder.getFloatTy(), in visitCallInst()
|