| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 196 bool isFloat; member 231 ldr.isFloat = false; in parseLdr() 236 ldr.isFloat = false; in parseLdr() 240 ldr.isFloat = true; in parseLdr() 276 if (ldr.isFloat) in writeLiteralLdr() 282 opcode = ldr.isFloat ? 0x5c000000 : 0x58000000; in writeLiteralLdr() 307 if (ldr.isFloat) { in writeImmediateLdr() 529 if (ldr2.p2Size != 3 || ldr2.isFloat) in applyAdrpLdrGotLdr()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ConversionChecker.cpp | 151 const bool isFloat = DestType->isFloatingType(); in isLossOfPrecision() local 159 if (isFloat) { in isLossOfPrecision() 187 if (isFloat) { in isLossOfPrecision()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 390 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() local 392 unsigned R = getRandom() % (isFloat ? 7 : 13); in Act() 397 case 0:{Op = (isFloat?Instruction::FAdd : Instruction::Add); break; } in Act() 398 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; } in Act() 399 case 2:{Op = (isFloat?Instruction::FMul : Instruction::Mul); break; } in Act() 400 case 3:{Op = (isFloat?Instruction::FDiv : Instruction::SDiv); break; } in Act() 401 case 4:{Op = (isFloat?Instruction::FDiv : Instruction::UDiv); break; } in Act() 402 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act() 403 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; } in Act()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 284 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function 289 return isVector() && isFloat() && ElementBitwidth == Width; in isFloatVector() 291 bool isFloat(unsigned Width) const { in isFloat() function 292 return isFloat() && ElementBitwidth == Width; in isFloat()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 95 bool isFloat() const { return Float && !BFloat; } in isFloat() function in __anon5066fa640111::SVEType 380 else if (isFloat()) in builtin_str() 406 assert(!isFloat() && "fp immediates are not supported"); in builtin_str() 944 if (T.isFloat()) { in encodeTypeFlags()
|
| H A D | NeonEmitter.cpp | 195 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } in isFloat() function in __anoncfaa73c60111::Type
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | APValue.h | 394 bool isFloat() const { return Kind == Float; } 430 assert(isFloat() && "Invalid accessor"); 585 assert(isFloat() && "Invalid accessor");
|
| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 684 bool isFloat, bool isIntZero, in getLiteralInfo() argument 721 } else if (isFloat && Suff::has("f", text)) { in getLiteralInfo() 723 } else if (isFloat && Suff::has("F", text)) { in getLiteralInfo() 744 else if (!isFloat && !isIntZero && text.startswith("0")) in getLiteralInfo()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 68 bool isFloat : 1; // 1.0f variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 277 if (HexagonMCInstrInfo::isFloat(MCII, ID)) in isNeitherAnorX() 520 if (Branch && HexagonMCInstrInfo::isFloat(MCII, *ProducerInst)) { in checkNewValues()
|
| H A D | HexagonMCInstrInfo.h | 252 bool isFloat(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCInstrInfo.cpp | 632 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 279 "isFloat"]; 288 "isFloat"];
|
| H A D | HexagonInstrInfo.h | 371 bool isFloat(const MachineInstr &MI) const;
|
| H A D | HexagonNewValueJump.cpp | 145 if (QII->isFloat(*II)) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | HexagonInstrFormats.td | 187 string isFloat = "false"; // Set to "true" for the floating-point load/store.
|
| H A D | HexagonInstrInfo.cpp | 188 if (isFloat(MI) && MI.hasRegisterImplicitUseOperand(Hexagon::USR)) in shouldSink() 2317 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 851 isFloat = false; in NumericLiteralParser() 958 isFloat = true; in NumericLiteralParser() 1083 isFloat = false; in NumericLiteralParser()
|
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 114 if (isFloat() && ElementBitwidth == 8) in verifyType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 948 int isFloat = 0> { 951 !if (isFloat, AMDGPUDimAtomicFloatProfile<opmod, dim, dataargs>, 957 multiclass AMDGPUImageDimAtomic<string opmod, int isFloat = 0> { 960 isFloat>; 964 defm "" : AMDGPUImageDimAtomic<opmod, 1 /*isFloat*/>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 847 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() argument 850 return isFloat ? BooleanFloatContents : BooleanContents; in getBooleanContents()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 489 defvar isFloat = !or(!eq(vec.lane_vt, f32), !eq(vec.lane_vt, f64)); 490 defvar immKind = !if(isFloat, fpimm, imm);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2128 else if (Elt.isFloat()) in tryEmitPrivate()
|
| H A D | CGDebugInfo.cpp | 1573 if (Value->isFloat()) in CreateRecordStaticField() 5427 } else if (Init.isFloat()) in EmitGlobalVariable()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2680 if (SVal.isFloat()) { in EvalAndBitcastToAPInt() 2696 } else if (Elt.isFloat()) { in EvalAndBitcastToAPInt() 4405 } else if (RHS.isFloat()) { in found() 15258 !ExprResult.Val.isFloat() || in EvaluateAsFloat()
|