/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorScan.cpp | 42 static bool isValidKind(bool isInt, vector::CombiningKind kind) { in isValidKind() argument 120 bool isInt = elType.isIntOrIndex(); in matchAndRewrite() local
|
H A D | LowerVectorContract.cpp | 135 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 D | BuiltinAttributes.cpp | 1165 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 D | DebugLocEntry.h | 85 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 169 template <unsigned N> constexpr bool isInt(int64_t x) { isInt() function
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 454 bool isInt = !Ty->isFloatingType(); EmitVAArg() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.h | 152 bool isInt() const { return IsInt; } in isInt() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 200 bool isInt() const { return isInteger() && ElementBitwidth == 32; } isInt() function in __anon1ddc9b620111::Type
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 101 bool isInt() const { return !IsFp; } in isInt() function in __anone2711ed90111::FAddendCoef [all...] |