Home
last modified time | relevance | path

Searched refs:getDoubleTy (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDNumericalStabilitySanitizer.cpp174 return Type::getDoubleTy(Context); in getType()
236 return Type::getDoubleTy(Context); in typeFromFTValueType()
1013 L = FailBuilder.CreateFPTrunc(L, Type::getDoubleTy(Context)); in emitFCmpCheck()
1014 R = FailBuilder.CreateFPTrunc(L, Type::getDoubleTy(Context)); in emitFCmpCheck()
1262 return FunctionType::get(Type::getDoubleTy(C), {Type::getDoubleTy(C)}, false); in makeDoubleDouble()
1271 return FunctionType::get(Type::getDoubleTy(C), in makeDoubleDoubleI32()
1272 {Type::getDoubleTy(C), Type::getInt32Ty(C)}, false); in makeDoubleDoubleI32()
1282 return FunctionType::get(Type::getDoubleTy(C), in makeDoubleDoubleDouble()
1283 {Type::getDoubleTy(C), Type::getDoubleTy(C)}, false); in makeDoubleDoubleDouble()
1294 Type::getDoubleTy(C), in makeDoubleDoubleDoubleDouble()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h451 static Type *getDoubleTy(LLVMContext &C);
475 return Type::getDoubleTy(C); in getScalarTy()
HDIRBuilder.h556 Type *getDoubleTy() { in getDoubleTy() function
557 return Type::getDoubleTy(Context); in getDoubleTy()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILOpBuilder.cpp200 return Type::getDoubleTy(Ctx); in getTypeFromParameterKind()
294 return Type::getDoubleTy(Ctx); in getOverloadTy()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp42 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
102 Ty = Type::getDoubleTy(C); in getFloatingPointTy()
242 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() function in Type
HDProfileSummary.cpp36 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD()
HDFunction.cpp1407 case IITDescriptor::Double: return Type::getDoubleTy(Context); in DecodeFixedType()
HDConstants.cpp2980 auto *Ty = FixedVectorType::get(Type::getDoubleTy(Context), Elts.size()); in get()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVUtils.cpp431 return Type::getDoubleTy(Ctx); in parseBasicTypeName()
HDSPIRVGlobalRegistry.cpp1327 LLVMTy = Type::getDoubleTy(Ctx); in getOrCreateSPIRVFloatType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDMips.cpp174 ArgList.push_back(llvm::Type::getDoubleTy(getVMContext())); in HandleAggregates()
HDSystemZ.cpp454 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()
HDX86.cpp2294 return llvm::FixedVectorType::get(llvm::Type::getDoubleTy(getVMContext()), in GetByteVectorType()
2420 return llvm::Type::getDoubleTy(getVMContext()); in GetSSETypeAtOffset()
2454 return llvm::Type::getDoubleTy(getVMContext()); in GetSSETypeAtOffset()
2563 Lo = llvm::Type::getDoubleTy(Lo->getContext()); in GetX86_64ByValArgumentPair()
HDAArch64.cpp255 llvm::Type::getDoubleTy(getVMContext()), 2); in coerceIllegalVector()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDIntrinsicLowering.cpp213 Type::getDoubleTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDAMDGPUEmitPrintf.cpp365 return Builder.CreateFPExt(Arg, Builder.getDoubleTy()); in processNonStringArg()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLegalizerInfo.cpp395 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-stress/
HDllvm-stress.cpp164 Type::getDoubleTy(Context)}); in Modifier()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegStackify.cpp120 Type::getDoubleTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
HDWebAssemblyISelLowering.cpp481 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypes.cpp283 return llvm::Type::getDoubleTy(VMContext); in getTypeForFormat()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLLexer.cpp835 TYPEKEYWORD("double", Type::getDoubleTy(Context)); in LexIdentifier()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibFunc.cpp948 case AMDGPULibFunc::F64: T = Type::getDoubleTy(C); break; in getIntrinsicParamType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp1593 return Type::getDoubleTy(CFP->getContext()); in shrinkFPConstant()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp5388 FixedVectorType::get(Type::getDoubleTy(ValVTy->getContext()), 2); in getArithmeticReductionCost()
5570 FixedVectorType::get(Type::getDoubleTy(ValTy->getContext()), 2); in getMinMaxReductionCost()
6003 ElementTy == Type::getDoubleTy(ElementTy->getContext()); in isLegalBroadcastLoad()

12