Searched refs:hasFP64 (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.h54 bool hasFP64() const { function in class:clang::targets::final
299 Opts["cl_khr_fp64"] = hasFP64();
300 Opts["__opencl_c_fp64"] = hasFP64();
H A DAMDGPU.cpp480 if (hasFP64())
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.h347 bool useFPVFMx64() const { return useFPVFMx() && hasFP64(); }
H A DARMFastISel.cpp1347 if (Ty->isDoubleTy() && (!Subtarget->hasVFP2Base() || !Subtarget->hasFP64()))
1488 if (!Subtarget->hasVFP2Base() || !Subtarget->hasFP64()) return false;
1507 if (!Subtarget->hasVFP2Base() || !Subtarget->hasFP64()) return false;
1558 else if (Ty->isDoubleTy() && Subtarget->hasFP64())
1584 else if (OpTy->isDoubleTy() && Subtarget->hasFP64())
1792 if (Ty->isDoubleTy() && (!Subtarget->hasVFP2Base() || !Subtarget->hasFP64()))
H A DARMTargetTransformInfo.cpp489 (EltVT == MVT::f64 && ST->hasFP64()) ||
1819 (ST->hasFP64() && LT.second == MVT::f64 && MTy == MVT::i32) ||
1831 (ST->hasFP64() && LT.second == MVT::f64) ||
1891 if (F->getReturnType()->isDoubleTy() && !ST->hasFP64())
1995 if (I.getType()->isDoubleTy() && !ST->hasFP64())
H A DARMInstructionSelector.cpp1046 if (Size == 64 && !STI.hasFP64()) {
H A DARMISelLowering.cpp783 if (!Subtarget->hasFP64())
1029 if (!Subtarget->hasFP64()) {
1072 if (!Subtarget->hasFP64() || !Subtarget->hasFPARMv8Base()) {
1462 if (!Subtarget->hasFPARMv8Base() || !Subtarget->hasFP64()) {
1506 if (Subtarget->hasFP64()) {
4859 assert(Subtarget->hasFP64() || RHS.getValueType() != MVT::f64);
5225 if (!Subtarget->hasFP64() && VT == MVT::f64) {
5392 return !Subtarget->hasFP64();
5915 Subtarget->hasFP64())
7104 if (IsDouble && !Subtarget->hasFP64())
[all...]
H A DARMBaseInstrInfo.cpp916 else if (ARM::DPRRegClass.contains(DestReg, SrcReg) && Subtarget.hasFP64())
980 !Subtarget.hasFP64()) {
1701 if (!MI.isCopy() || Subtarget.dontWidenVMOVS() || !Subtarget.hasFP64())
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h310 bool hasFP64() const { function in class:llvm::final
H A DAMDGPUSubtarget.cpp107 assert(!hasFP64() || (getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS));
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp12404 bool hasFP64 = getTarget().hasFeature("fpuv2_df") || local
12407 : hasFP64 ? 64

Completed in 272 milliseconds