/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 44 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 D | APFloat.h | 1236 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 D | AVR.h | 159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
H A D | WebAssembly.h | 145 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 D | InstCombineInternal.h | 327 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 D | InstCombineMulDivRem.cpp | 1053 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 D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 225 bool isMaxValue(bool IsSigned) const { in isMaxValue() 237 bool isMinValue(bool IsSigned) const { in isMinValue()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 197 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 D | SimplifyIndVar.h | 78 bool IsSigned = false; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaHexagon.cpp | 28 bool IsSigned; in CheckHexagonBuiltinArgument() member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 212 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 D | PPCInstructionSelector.cpp | 200 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 D | SystemZMCAsmBackend.cpp | 50 auto handleImmValue = [&](bool IsSigned, unsigned W) -> uint64_t { in extractBitsForFixup()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() argument 75 LLVMBool IsSigned) { in LLVMGenericValueToInt() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 39 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 86 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
|
H A D | SimplifyIndVar.cpp | 367 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 D | PPCFastISel.cpp | 1018 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 D | IVDescriptors.h | 294 bool IsSigned = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 422 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 D | MCFragment.h | 418 bool IsSigned; variable 424 MCLEBFragment(const MCExpr &Value, bool IsSigned) in MCLEBFragment()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 97 bool IsSigned = false; in computeRecurrenceType() local 259 bool IsSigned = false; in AddReductionVar() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 583 bool IsSigned) { in getRegForPromotedValue() 1038 bool IsSigned = false; in selectICmp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 169 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 D | ubsan_handlers.cpp | 213 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local 252 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
|