| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 257 bool isFloat; member 292 ldr.isFloat = false; in parseLdr() 297 ldr.isFloat = false; in parseLdr() 301 ldr.isFloat = true; in parseLdr() 337 if (ldr.isFloat) in writeLiteralLdr() 343 opcode = ldr.isFloat ? 0x5c000000 : 0x58000000; in writeLiteralLdr() 368 if (ldr.isFloat) { in writeImmediateLdr() 569 if (ldr2.p2Size != 3 || ldr2.isFloat) in applyAdrpLdrGotLdr()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 374 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() local 376 unsigned R = getRandom() % (isFloat ? 7 : 13); in Act() 381 case 0:{Op = (isFloat?Instruction::FAdd : Instruction::Add); break; } in Act() 382 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; } in Act() 383 case 2:{Op = (isFloat?Instruction::FMul : Instruction::Mul); break; } in Act() 384 case 3:{Op = (isFloat?Instruction::FDiv : Instruction::SDiv); break; } in Act() 385 case 4:{Op = (isFloat?Instruction::FDiv : Instruction::UDiv); break; } in Act() 386 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act() 387 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; } in Act()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 305 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function 311 return isVector() && isFloat() && ElementBitwidth == Width; in isFloatVector() 313 bool isFloat(unsigned Width) const { in isFloat() function 314 return isFloat() && ElementBitwidth == Width; in isFloat()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 56 bool ErrataWorkaround::isFloat(MachineBasicBlock::iterator I) { in isFloat() function in ErrataWorkaround 229 if (!isFloat(MI) && MI->getOpcode() != SP::FBCOND) in checkSeqTN0012() 266 if (!isFloat(MI)) { in checkSeqTN0013()
|
| H A D | LeonPasses.h | 54 bool isFloat(MachineBasicBlock::iterator I);
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 468 bool isFloat() const { return Kind == Float; } 504 assert(isFloat() && "Invalid accessor"); 659 assert(isFloat() && "Invalid accessor");
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 684 bool isFloat, bool isIntZero, in getLiteralInfo() argument 717 } else if (isFloat && Suff::has("f", text)) { in getLiteralInfo() 719 } else if (isFloat && Suff::has("F", text)) { in getLiteralInfo() 740 else if (!isFloat && !isIntZero && text.starts_with("0")) in getLiteralInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 77 bool isFloat : 1; // 1.0f variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 273 if (HexagonMCInstrInfo::isFloat(MCII, ID)) in isNeitherAnorX() 516 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 | 640 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenBuiltin.cpp | 72 if (result.Val.isFloat()) { in emitBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 295 "isFloat"]; 304 "isFloat"];
|
| H A D | HexagonInstrInfo.h | 373 bool isFloat(const MachineInstr &MI) const;
|
| H A D | HexagonNewValueJump.cpp | 137 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() 2324 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 917 isFloat = false; in NumericLiteralParser() 1029 isFloat = true; in NumericLiteralParser() 1184 isFloat = false; in NumericLiteralParser()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 100 bool isFloat() const { return Kind == Float; } in isFloat() function in __anone51b860d0111::SVEType 1142 if (T.isFloat()) { in encodeTypeFlags()
|
| H A D | NeonEmitter.cpp | 193 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } in isFloat() function in __anonfaf0748f0111::Type
|
| /freebsd/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 111 if (isFloat() && ElementBitwidth == 8) in verifyType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1018 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() argument 1021 return isFloat ? BooleanFloatContents : BooleanContents; in getBooleanContents()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 519 defvar isFloat = !or(!eq(vec.lane_vt, f32), !eq(vec.lane_vt, f64)); 520 defvar immKind = !if(isFloat, fpimm, imm);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2502 else if (Elt.isFloat()) in tryEmitPrivate()
|
| H A D | CGDebugInfo.cpp | 1984 if (Value->isFloat()) in CreateRecordStaticField() 6396 if (Val.isFloat()) in createConstantValueExpression()
|