/llvm-project/mlir/include/mlir/Dialect/Quant/ |
H A D | QuantTypes.h |
|
H A D | UniformSupport.h |
|
/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | TypeParser.cpp | 24 static IntegerType parseStorageType(DialectAsmParser &parser, bool &isSigned) { in parseStorageType() argument 64 IntegerType storageType, bool isSigned, in parseStorageRange() argument 132 bool isSigned = false; in parseAnyType() local 211 bool isSigned = false; parseUniformType() local 341 bool isSigned = type.isSigned(); printStorageType() local [all...] |
/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
H A D | FakeQuantSupport.cpp | 16 bool isSigned, MLIRContext *ctx, in getDefaultStorageParams() argument 110 Type expressedType, bool isSigned) { in fakeQuantAttrsToType() argument 142 Type expressedType, bool isSigned) { in fakeQuantAttrsToType() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuthInfo.h | 49 bool isSigned() const { in isSigned() function
|
/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
H A D | QuantUtils.cpp | 274 bool isSigned, BoolAttr narrowRange) { in buildQTypeFromMinMax() 342 bool isSigned, BoolAttr narrowRange) { in buildQTypeAttrFromMinMax()
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | Quant.cpp | 30 int64_t mlirQuantizedTypeGetDefaultMinimumForInteger(bool isSigned, in mlirQuantizedTypeGetDefaultMinimumForInteger() argument 36 int64_t mlirQuantizedTypeGetDefaultMaximumForInteger(bool isSigned, in mlirQuantizedTypeGetDefaultMaximumForInteger() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 68 bool isSigned() const { return IsSigned; } isSigned() function
|
H A D | APSInt.h | 77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectQuant.cpp | 32 return mlirQuantizedTypeGetDefaultMinimumForInteger(isSigned, in populateDialectQuantSubmodule() argument 41 return mlirQuantizedTypeGetDefaultMaximumForInteger(isSigned, in populateDialectQuantSubmodule() argument
|
/llvm-project/mlir/lib/Dialect/Index/IR/ |
H A D | InferIntRangeInterfaceImpls.cpp | 183 bool isSigned) { in makeLikeDest() 196 bool isSigned) { in inferIndexCast()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeDivRem.cpp | 53 static bool isSigned(unsigned int Opcode) { isSigned() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | InferIntRangeInterface.cpp | 48 range(const APInt & min,const APInt & max,bool isSigned) range() argument
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 94 bool isSigned) { in fromBinOp() 516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h |
|
H A D | Floating.h |
|
H A D | IntegralAP.h |
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GenericMachineInstrs.h | 442 bool isSigned() const { in isSigned() function 476 bool isSigned() const { return getOpcode() == TargetOpcode::G_SADDO; } in isSigned() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 257 bool isSigned() const { return IsSigned; } isSigned() function
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 1102 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 1156 getRawIntOrFloat(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawIntOrFloat() argument 1357 getRawComplex(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawComplex() argument 1375 getRawIntOrFloat(ShapedType type,ArrayRef<char> data,int64_t dataEltSize,bool isInt,bool isSigned) getRawIntOrFloat() argument [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 623 mkBVAddNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVAddNoOverflow() argument 650 mkBVSubNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVSubNoUnderflow() argument 675 mkBVMulNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVMulNoOverflow() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringExtrasTest.cpp | 283 bool isSigned; TEST() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1524 SelectIToFP(const Instruction * I,bool isSigned) SelectIToFP() argument 1569 SelectFPToI(const Instruction * I,bool isSigned) SelectFPToI() argument 1678 SelectDiv(const Instruction * I,bool isSigned) SelectDiv() argument 1707 SelectRem(const Instruction * I,bool isSigned) SelectRem() argument [all...] |