Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
105 bool IsSigned) { in GetIntegerSemantics()
121 unsigned IsSigned : 1; variable
H A DAPFloat.h1236 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1243 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1248 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1254 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
H A DWebAssembly.h145 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
151 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h327 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
345 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
364 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
371 bool IsSigned) const { in willNotOverflow()
H A DInstCombineMulDivRem.cpp1053 bool IsSigned) { in multiplyOverflows()
1061 bool IsSigned) { in isMultiple()
1086 bool IsSigned = I.getOpcode() == Instruction::SDiv; in foldIDivShl() local
1170 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h225 bool isMaxValue(bool IsSigned) const { in isMaxValue()
237 bool isMinValue(bool IsSigned) const { in isMinValue()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp197 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local
237 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local
262 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local
276 unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
295 bool IsSigned, const TargetInfo &TI, in DefineFastIntType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h78 bool IsSigned = false; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHexagon.cpp28 bool IsSigned; in CheckHexagonBuiltinArgument() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp212 bool IsSigned = false; member
229 bool IsSigned = false; member
444 bool IsSigned, const DataLayout &DL) { in decomposeGEP()
477 bool IsSigned, const DataLayout &DL) { in decompose()
660 bool IsSigned = CmpInst::isSigned(Pred); in getConstraint() local
1248 auto CollectArguments = [&](ArrayRef<Value *> Ops, bool IsSigned) { in generateReproducer()
1302 auto CloneInstructions = [&](ArrayRef<Value *> Ops, bool IsSigned) { in generateReproducer()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp50 auto handleImmValue = [&](bool IsSigned, unsigned W) -> uint64_t { in extractBitsForFixup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() argument
75 LLVMBool IsSigned) { in LLVMGenericValueToInt() argument
/freebsd/contrib/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
H A DSimplifyIndVar.cpp367 bool IsSigned) { in simplifyIVRemainder()
1239 bool IsSigned, Instruction *Use) { in createExtendInst()
1288 bool IsSigned = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneBitwiseIVUser() local
1618 bool IsSigned = getExtendKind(DU.NarrowDef) == ExtendKind::Sign; in widenLoopCompare() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1018 bool IsSigned) { in PPCMoveToFPReg()
1062 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1153 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg()
1187 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h294 bool IsSigned = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp422 bool M68kInstrInfo::ExpandMOVSZX_RR(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RR()
472 bool M68kInstrInfo::ExpandMOVSZX_RM(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RM()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h418 bool IsSigned; variable
424 MCLEBFragment(const MCExpr &Value, bool IsSigned) in MCLEBFragment()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp97 bool IsSigned = false; in computeRecurrenceType() local
259 bool IsSigned = false; in AddReductionVar() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp583 bool IsSigned) { in getRegForPromotedValue()
1038 bool IsSigned = false; in selectICmp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp169 bool IsSigned) : ETy(ETy) { in BTFTypeEnum()
208 bool IsSigned) : ETy(ETy) { in BTFTypeEnum64()
742 bool IsSigned = false; in visitEnumType() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp213 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local
252 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local

12345