Searched refs:IsDouble (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | LetInsideMultiClasses.td | 4 // CHECK: bit IsDouble = 1; 5 // CHECK: bit IsDouble = 1; 6 // CHECK: bit IsDouble = 1; 7 // CHECK-NOT: bit IsDouble = 1; 12 bit IsDouble = 0; 26 let IsDouble = 0 in 29 let IsDouble = 1 in
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.cpp | 605 template <bool IsDouble> 608 using UIntType = conditional_t<IsDouble, uint64_t, uint32_t>; in test_floating_prefix() 609 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_prefix() 612 constexpr size_t buffer_size = IsDouble ? 24 : 15; in test_floating_prefix() 667 template <bool IsDouble> 671 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_hex_prefix() 679 constexpr size_t buffer_size = IsDouble ? 22 : 14; in test_floating_hex_prefix() 705 template <bool IsDouble> 709 using FloatingType = conditional_t<IsDouble, double, float>; in test_floating_precision_prefix() 712 constexpr int precision = IsDouble ? 1074 : 149; in test_floating_precision_prefix() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 704 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local 705 if (!IsFloat && !IsDouble) in emitCmp()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 1993 bool IsDouble = UnqualTy == Context.DoubleTy; in checkTypeSupport() local 1995 if (IsRetTy && !TI.hasFPReturn() && (IsDouble || IsFloat)) { in checkTypeSupport()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 281 bool expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, SMLoc IDLoc, 4333 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc() argument 4357 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::CVT_W_D64 : Mips::CVT_W_D32) in expandTrunc() 4365 TOut.emitRR(IsDouble ? (Is64FPU ? Mips::TRUNC_W_D64 : Mips::TRUNC_W_D32) in expandTrunc()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 3130 bool IsDouble = Name[17] == 'd'; in UpgradeIntrinsicCall() local 3136 Intrinsic::ID IID = MinMaxTbl[IsMin][IsDouble]; in UpgradeIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1147 let IsDouble = false in 1150 let IsDouble = true in
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 7044 bool IsDouble = (VT == MVT::f64); in LowerConstantFP() local 7077 if (IsDouble && !Subtarget->hasFP64()) in LowerConstantFP() 7081 int ImmVal = IsDouble ? ARM_AM::getFP64Imm(FPVal) : ARM_AM::getFP32Imm(FPVal); in LowerConstantFP() 7084 if (IsDouble || !ST->useNEONForSinglePrecisionFP()) { in LowerConstantFP() 7102 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP())) in LowerConstantFP() 7111 if (IsDouble && (iVal & 0xffffffff) != (iVal >> 32)) in LowerConstantFP() 7121 if (IsDouble) in LowerConstantFP() 7138 if (IsDouble) in LowerConstantFP()
|