/openbsd-src/gnu/llvm/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 | 1120 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger() 1127 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1132 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1138 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 269 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd() 287 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub() 305 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul() 312 bool IsSigned) const { in willNotOverflow()
|
H A D | InstCombineMulDivRem.cpp | 842 bool IsSigned) { in multiplyOverflows() 850 bool IsSigned) { in isMultiple() 876 bool IsSigned = I.getOpcode() == Instruction::SDiv; in foldIDivShl() local 943 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
H A D | InstCombineAddSub.cpp | 1002 static bool MatchRem(Value *E, Value *&Op, APInt &C, bool &IsSigned) { in MatchRem() 1024 static bool MatchDiv(Value *E, Value *&Op, APInt &C, bool IsSigned) { in MatchDiv() 1045 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() 1060 bool IsSigned; in SimplifyAddWithRemainder() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | AVR.h | 157 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 163 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
H A D | WebAssembly.h | 115 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 121 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 186 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local 224 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local 249 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local 262 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 280 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Constants.h | 212 bool isMaxValue(bool IsSigned) const { in isMaxValue() 224 bool isMinValue(bool IsSigned) const { in isMinValue()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyIndVar.h | 71 bool IsSigned = false; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 75 bool IsSigned = false; member 102 bool IsSigned = false; member 239 SmallVectorImpl<PreconditionTy> &Preconditions, bool IsSigned, in decomposeGEP() 302 bool IsSigned, const DataLayout &DL) { in decompose() 426 bool IsSigned = CmpInst::isSigned(Pred); in getConstraint() local
|
H A D | InductiveRangeCheckElimination.cpp | 373 bool IsSigned; in extractRangeChecksFromCond() local 678 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 726 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 191 bool IsSigned = I.getOpcode() == TargetOpcode::G_SITOFP; in selectIntToFP() local 217 bool IsSigned = I.getOpcode() == TargetOpcode::G_FPTOSI; in selectFPToInt() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 74 unsigned IsSigned : 1; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 487 unsigned Size, unsigned NumBits, bool IsSigned) { in getMul24() 530 bool IsSigned = false; in replaceMulWithMul24() local 1077 bool IsSigned = Opc == Instruction::SRem || Opc == Instruction::SDiv; in expandDivRem32() local 1196 bool IsSigned = Opc == Instruction::SDiv || Opc == Instruction::SRem; in shrinkDivRem64() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 387 bool M68kInstrInfo::ExpandMOVSZX_RR(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RR() 436 bool M68kInstrInfo::ExpandMOVSZX_RM(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RM()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 350 bool IsSigned) { in simplifyIVRemainder() 1178 bool IsSigned, Instruction *Use) { in createExtendInst() 1227 bool IsSigned = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneBitwiseIVUser() local 1470 bool IsSigned = getExtendKind(DU.NarrowDef) == ExtendKind::Sign; in widenLoopCompare() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 1692 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local 3383 bool IsSigned = false; in tryBFE() local 3716 bool IsSigned) { in GetConvertOpcode()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 294 bool IsSigned = false; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 575 bool IsSigned) { in getRegForPromotedValue() 1031 bool IsSigned = false; in selectICmp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 99 bool IsSigned = false; in computeRecurrenceType() local 262 bool IsSigned = false; in AddReductionVar() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 167 bool IsSigned) : ETy(ETy) { in BTFTypeEnum() 206 bool IsSigned) : ETy(ETy) { in BTFTypeEnum64() 740 bool IsSigned = false; in visitEnumType() local
|