Home
last modified time | relevance | path

Searched refs:isF64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp459 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64; in EmitVAArg() local
478 if (isI64 || (isF64 && IsSoftFloatABI)) { in EmitVAArg()
525 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1)); in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp48 if (ty.isF64() || mlir::isa<cir::DoubleType>(ty)) in getZeroInitFromType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33082 bool isF64 = ArgVT == MVT::f64; in LowerFSINCOS() local
33087 RTLIB::Libcall LC = isF64 ? RTLIB::SINCOS_STRET_F64 : RTLIB::SINCOS_STRET_F32; in LowerFSINCOS()
33092 Type *RetTy = isF64 ? (Type *)StructType::get(ArgTy, ArgTy) in LowerFSINCOS()
33102 if (isF64) in LowerFSINCOS()