Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h
H A DUniformSupport.h
/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp24 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 DFakeQuantSupport.cpp16 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 DCGPointerAuthInfo.h49 bool isSigned() const { in isSigned() function
/llvm-project/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp274 bool isSigned, BoolAttr narrowRange) { in buildQTypeFromMinMax()
342 bool isSigned, BoolAttr narrowRange) { in buildQTypeAttrFromMinMax()
/llvm-project/mlir/lib/CAPI/Dialect/
H A DQuant.cpp30 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 DAPFixedPoint.h68 bool isSigned() const { return IsSigned; } isSigned() function
H A DAPSInt.h77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp32 return mlirQuantizedTypeGetDefaultMinimumForInteger(isSigned, in populateDialectQuantSubmodule() argument
41 return mlirQuantizedTypeGetDefaultMaximumForInteger(isSigned, in populateDialectQuantSubmodule() argument
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DInferIntRangeInterfaceImpls.cpp183 bool isSigned) { in makeLikeDest()
196 bool isSigned) { in inferIndexCast()
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp53 static bool isSigned(unsigned int Opcode) { isSigned() function
/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
/llvm-project/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp48 range(const APInt & min,const APInt & max,bool isSigned) range() argument
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h94 bool isSigned) { in fromBinOp()
516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
H A DFloating.h
H A DIntegralAP.h
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h442 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 DDivRemPairs.cpp98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h257 bool isSigned() const { return IsSigned; } isSigned() function
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1102 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 DZ3Solver.cpp623 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 DStringExtrasTest.cpp283 bool isSigned; TEST() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1524 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...]

123