Home
last modified time | relevance | path

Searched defs:isFloat (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp147 const bool isFloat = DestType->isFloatingType(); in isLossOfPrecision() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp208 bool isFloat = isa<FloatType>(elementType); in matchAndRewrite() local
/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h77 bool isFloat : 1; // 1.0f variable
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h305 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 DPPCIntrinsicCall.h173 bool isFloat() { return isFloat32() || isFloat64(); } in isFloat() function
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp386 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act() local
/llvm-project/lld/MachO/Arch/
H A DARM64.cpp225 bool isFloat; global() member
/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp684 bool isFloat, bool isIntZero, in getLiteralInfo()
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp104 bool isFloat() const { return Float && !BFloat; } isFloat() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp195 bool isFloat() const { return isFloating() && ElementBitwidth == 32; } isFloat() function in __anon1ddc9b620111::Type
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp640 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1182 const auto isFloat{mlir::isa<mlir::FloatType>(vecTyInfo.eleTy)}; in genVecAddAndMulSubXor() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2321 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { isFloat() function in HexagonInstrInfo
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h987 getBooleanContents(bool isVec,bool isFloat) getBooleanContents() argument