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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h44 bool hasFP64() const { function in class:clang::targets::final
282 if (hasFP64())
H A DAMDGPU.cpp365 if (hasFP64())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h659 bool useFPVFMx64() const { return useFPVFMx() && hasFP64(); }
662 bool hasFP64() const { return HasFP64; } function in class:llvm::ARMSubtarget
H A DARMTargetTransformInfo.cpp510 (EltVT == MVT::f64 && ST->hasFP64()) ||
1177 if (F->getReturnType()->isDoubleTy() && !ST->hasFP64())
1309 if (I.getType()->isDoubleTy() && !ST->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 DARMInstructionSelector.cpp1048 if (Size == 64 && !STI.hasFP64()) {
H A DARMISelLowering.cpp736 if (!Subtarget->hasFP64())
992 if (!Subtarget->hasFP64()) {
1035 if (!Subtarget->hasFP64() || !Subtarget->hasFPARMv8Base()) {
1394 if (!Subtarget->hasFPARMv8Base() || !Subtarget->hasFP64()) {
1438 if (Subtarget->hasFP64()) {
4606 assert(Subtarget->hasFP64() || RHS.getValueType() != MVT::f64);
4947 if (!Subtarget->hasFP64() && VT == MVT::f64) {
5157 return !Subtarget->hasFP64();
6804 if (IsDouble && !Subtarget->hasFP64())
13361 if (InDouble.getOpcode() == ARMISD::VMOVDRR && Subtarget->hasFP64())
[all...]
H A DARMBaseInstrInfo.cpp881 else if (ARM::DPRRegClass.contains(DestReg, SrcReg) && Subtarget.hasFP64())
945 !Subtarget.hasFP64()) {
1638 if (!MI.isCopy() || Subtarget.dontWidenVMOVS() || !Subtarget.hasFP64())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h499 bool hasFP64() const { function in class:llvm::GCNSubtarget
H A DAMDGPUSubtarget.cpp103 assert(!hasFP64() || (getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS));

Completed in 236 milliseconds