Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 – 25 of 115) sorted by relevance

12345

/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h105 return FixedPointSemantics(Width, /*Scale=*/0, IsSigned, in GetIntegerSemantics() argument
44 FixedPointSemantics(unsigned Width,unsigned Scale,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
48 FixedPointSemantics(unsigned Width,Lsb Weight,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument
121 unsigned IsSigned : 1; global() variable
[all...]
H A DAPFloat.h1230 convertToInteger(MutableArrayRef<integerPart> Input,unsigned int Width,bool IsSigned,roundingMode RM,bool * IsExact) convertToInteger() argument
1237 convertFromAPInt(const APInt & Input,bool IsSigned,roundingMode RM) convertFromAPInt() argument
1242 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument
1248 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
[all...]
/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h159 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument
165 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
H A DWebAssembly.h145 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument
151 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/llvm-project/libcxx/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp24 const bool IsSigned = std::is_signed<IntT>::value; test() local
56 const bool IsSigned = std::is_signed<IntT>::value; test_float() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h371 case Instruction::Add: return willNotOverflowAdd(LHS, RHS, CxtI, IsSigned); in willNotOverflow() argument
327 willNotOverflowAdd(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowAdd() argument
345 willNotOverflowSub(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowSub() argument
364 willNotOverflowMul(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowMul() argument
[all...]
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h78 bool IsSigned = false; member
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h225 isMaxValue(bool IsSigned) isMaxValue() argument
237 isMinValue(bool IsSigned) isMinValue() argument
/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp192 bool IsSigned = TI.isTypeSigned(Ty); DefineFmt() local
232 bool IsSigned = TI.isTypeSigned(Ty); DefineExactWidthIntType() local
257 bool IsSigned = TI.isTypeSigned(Ty); DefineExactWidthIntTypeSize() local
271 DefineLeastWidthIntType(const LangOptions & LangOpts,unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineLeastWidthIntType() argument
290 DefineFastIntType(const LangOptions & LangOpts,unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineFastIntType() argument
[all...]
/llvm-project/polly/include/polly/Support/
H A DGICHelper.h87 bool IsSigned) { in valFromAPInt()
/llvm-project/clang/lib/Sema/
H A DSemaHexagon.cpp28 bool IsSigned; in CheckHexagonBuiltinArgument() member
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp36 bool IsSigned, const Matcher<clang::QualType> &IntegerType, in charCastExpression()
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.cpp125 bool IsSigned = false; in check() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp212 bool IsSigned = false; global() member
229 bool IsSigned = false; global() member
444 decomposeGEP(GEPOperator & GEP,SmallVectorImpl<ConditionTy> & Preconditions,bool IsSigned,const DataLayout & DL) decomposeGEP() argument
477 decompose(Value * V,SmallVectorImpl<ConditionTy> & Preconditions,bool IsSigned,const DataLayout & DL) decompose() argument
660 bool IsSigned = CmpInst::isSigned(Pred); getConstraint() local
1229 __anone11d5b640902(ArrayRef<Value *> Ops, bool IsSigned) generateReproducer() argument
1283 __anone11d5b640a02(ArrayRef<Value *> Ops, bool IsSigned) generateReproducer() argument
[all...]
/llvm-project/polly/lib/Support/
H A DGICHelper.cpp20 bool IsSigned) { in isl_valFromAPInt() argument
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp200 bool IsSigned = I.getOpcode() == TargetOpcode::G_SITOFP; in selectIntToFP() local
226 bool IsSigned = I.getOpcode() == TargetOpcode::G_FPTOSI; in selectFPToInt() local
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp50 auto handleImmValue = [&](bool IsSigned, unsigned W) -> uint64_t { in extractBitsForFixup() argument
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp43 LLVMCreateGenericValueOfInt(LLVMTypeRef Ty,unsigned long long N,LLVMBool IsSigned) LLVMCreateGenericValueOfInt() argument
75 LLVMGenericValueToInt(LLVMGenericValueRef GenValRef,LLVMBool IsSigned) LLVMGenericValueToInt() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp39 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local
86 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h294 bool IsSigned = false; global() variable
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1018 if (!PPCEmitIntExt(MVT::i32, SrcReg, MVT::i64, TmpReg, !IsSigned)) in PPCMoveToFPReg() argument
1062 SelectIToFP(const Instruction * I,bool IsSigned) SelectIToFP() argument
1153 PPCMoveToIntReg(const Instruction * I,MVT VT,unsigned SrcReg,bool IsSigned) PPCMoveToIntReg() argument
1187 SelectFPToI(const Instruction * I,bool IsSigned) SelectFPToI() argument
[all...]
/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp472 bool M68kInstrInfo::ExpandMOVSZX_RR(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RM() argument
422 ExpandMOVSZX_RR(MachineInstrBuilder & MIB,bool IsSigned,MVT MVTDst,MVT MVTSrc) const ExpandMOVSZX_RR() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h418 bool IsSigned; global() variable
424 MCLEBFragment(const MCExpr & Value,bool IsSigned) MCLEBFragment() argument
/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp97 bool IsSigned = false; computeRecurrenceType() local
259 bool IsSigned = false; AddReductionVar() local

12345