/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 174 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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 451 static Type *getDoubleTy(LLVMContext &C); 475 return Type::getDoubleTy(C); in getScalarTy()
|
H A D | IRBuilder.h | 556 Type *getDoubleTy() { in getDoubleTy() function 557 return Type::getDoubleTy(Context); in getDoubleTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 200 return Type::getDoubleTy(Ctx); in getTypeFromParameterKind() 294 return Type::getDoubleTy(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 42 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
|
H A D | ProfileSummary.cpp | 36 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD()
|
H A D | Function.cpp | 1407 case IITDescriptor::Double: return Type::getDoubleTy(Context); in DecodeFixedType()
|
H A D | Constants.cpp | 2980 auto *Ty = FixedVectorType::get(Type::getDoubleTy(Context), Elts.size()); in get()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 431 return Type::getDoubleTy(Ctx); in parseBasicTypeName()
|
H A D | SPIRVGlobalRegistry.cpp | 1327 LLVMTy = Type::getDoubleTy(Ctx); in getOrCreateSPIRVFloatType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 174 ArgList.push_back(llvm::Type::getDoubleTy(getVMContext())); in HandleAggregates()
|
H A D | SystemZ.cpp | 454 PassTy = llvm::Type::getDoubleTy(getVMContext()); in classifyArgumentType()
|
H A D | X86.cpp | 2294 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()
|
H A D | AArch64.cpp | 255 llvm::Type::getDoubleTy(getVMContext()), 2); in coerceIllegalVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 213 Type::getDoubleTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 365 return Builder.CreateFPExt(Arg, Builder.getDoubleTy()); in processNonStringArg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 395 auto *ArgTy = OpSize == 32 ? Type::getFloatTy(Ctx) : Type::getDoubleTy(Ctx); in legalizeCustom()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 164 Type::getDoubleTy(Context)}); in Modifier()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 283 return llvm::Type::getDoubleTy(VMContext); in getTypeForFormat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 120 Type::getDoubleTy(MF.getFunction().getContext()))); in convertImplicitDefToConstZero()
|
H A D | WebAssemblyISelLowering.cpp | 481 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 835 TYPEKEYWORD("double", Type::getDoubleTy(Context)); in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 948 case AMDGPULibFunc::F64: T = Type::getDoubleTy(C); break; in getIntrinsicParamType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1593 return Type::getDoubleTy(CFP->getContext()); in shrinkFPConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5388 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()
|