/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ConversionChecker.cpp | 147 const bool isFloat = DestType->isFloatingType(); in isLossOfPrecision() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | ConstantFold.cpp | 208 bool isFloat = isa<FloatType>(elementType); in matchAndRewrite() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 77 bool isFloat : 1; // 1.0f variable
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 305 bool isFloat() const { return ScalarType == ScalarTypeKind::Float; } in isFloat() function 313 bool isFloat(unsigned Width) const { in isFloat() function
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.h | 173 bool isFloat() { return isFloat32() || isFloat64(); } in isFloat() function
|
/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 386 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act() local
|
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 225 bool isFloat; global() member
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 684 bool isFloat, bool isIntZero, in getLiteralInfo()
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 104 bool isFloat() const { return Float && !BFloat; } isFloat() function in __anoncee49e800111::SVEType
|
H A D | NeonEmitter.cpp | 195 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } isFloat() function in __anon1ddc9b620111::Type
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 640 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 1182 const auto isFloat{mlir::isa<mlir::FloatType>(vecTyInfo.eleTy)}; in genVecAddAndMulSubXor() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 2321 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { isFloat() function in HexagonInstrInfo
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 987 getBooleanContents(bool isVec,bool isFloat) getBooleanContents() argument
|