Home
last modified time | relevance | path

Searched defs:isInt (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorScan.cpp42 static bool isValidKind(bool isInt, vector::CombiningKind kind) { in isValidKind() argument
120 bool isInt = elType.isIntOrIndex(); in matchAndRewrite() local
H A DLowerVectorContract.cpp135 bool isInt, Value mask = Value()) { in createContractArithOp() argument
195 static Value createAdd(Location loc, Value x, Value y, bool isInt, in createAdd() argument
204 static Value createMul(Location loc, Value x, Value y, bool isInt, in createMul() argument
760 bool isInt = isa<IntegerType>(dstType.getElementType()); in matchAndRewriteMaskableOp() local
883 bool isInt = contractOp.getLhsType().getElementType().isIntOrIndex(); matchAndRewriteMaskableOp() local
1125 bool isInt = isa<IntegerType>(resType); lowerReduction() local
1217 bool isInt = isa<IntegerType, IndexType>(eltType); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1165 bool DenseElementsAttr::isValidIntOrFloat(int64_t dataEltSize, bool isInt, in isValidComplex() argument
1101 isValidIntOrFloat(Type type,int64_t dataEltSize,bool isInt,bool isSigned) isValidIntOrFloat() argument
1148 getRawComplex(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawComplex() argument
1155 getRawIntOrFloat(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawIntOrFloat() argument
1161 isValidIntOrFloat(int64_t dataEltSize,bool isInt,bool isSigned) const isValidIntOrFloat() argument
1356 getRawComplex(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawComplex() argument
1374 getRawIntOrFloat(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawIntOrFloat() argument
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h85 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h169 template <unsigned N> constexpr bool isInt(int64_t x) { isInt() function
/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp454 bool isInt = !Ty->isFloatingType(); EmitVAArg() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h152 bool isInt() const { return IsInt; } in isInt() function
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp200 bool isInt() const { return isInteger() && ElementBitwidth == 32; } isInt() function in __anon1ddc9b620111::Type
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp101 bool isInt() const { return !IsFp; } in isInt() function in __anone2711ed90111::FAddendCoef
[all...]