/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() argument 48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics() argument 105 bool IsSigned) { in GetIntegerSemantics() argument 121 unsigned IsSigned : 1; global() variable [all...] |
H A D | APFloat.h | 1186 convertToInteger(MutableArrayRef<integerPart> Input,unsigned int Width,bool IsSigned,roundingMode RM,bool * IsExact) convertToInteger() argument 1193 convertFromAPInt(const APInt & Input,bool IsSigned,roundingMode RM) convertFromAPInt() argument 1198 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument 1204 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | AVR.h | 159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() argument 165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth() argument
|
H A D | WebAssembly.h | 140 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument 146 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 365 return IsSigned ? willNotOverflowSignedMul(LHS, RHS, CxtI) in willNotOverflow() argument 322 willNotOverflowAdd(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowAdd() argument 340 willNotOverflowSub(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowSub() argument 358 willNotOverflowMul(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowMul() argument [all...] |
H A D | InstCombineMulDivRem.cpp | 916 multiplyOverflows(const APInt & C1,const APInt & C2,APInt & Product,bool IsSigned) multiplyOverflows() argument 924 isMultiple(const APInt & C1,const APInt & C2,APInt & Quotient,bool IsSigned) isMultiple() argument 949 bool IsSigned = I.getOpcode() == Instruction::SDiv; foldIDivShl() local 1033 bool IsSigned = I.getOpcode() == Instruction::SDiv; commonIDivTransforms() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 249 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 262 bool IsSigned = TI.isTypeSigned(Ty); in DefineLeastWidthIntType() argument 186 bool IsSigned = TI.isTypeSigned(Ty); DefineFmt() local 224 bool IsSigned = TI.isTypeSigned(Ty); DefineExactWidthIntType() local 280 DefineFastIntType(unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineFastIntType() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 216 isMaxValue(bool IsSigned) isMaxValue() argument 228 isMinValue(bool IsSigned) isMinValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyIndVar.h | 71 bool IsSigned = false; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 211 bool IsSigned = false; global() member 228 bool IsSigned = false; global() member 443 decomposeGEP(GEPOperator & GEP,SmallVectorImpl<ConditionTy> & Preconditions,bool IsSigned,const DataLayout & DL) decomposeGEP() argument 476 decompose(Value * V,SmallVectorImpl<ConditionTy> & Preconditions,bool IsSigned,const DataLayout & DL) decompose() argument 644 bool IsSigned = CmpInst::isSigned(Pred); getConstraint() local 1210 __anon74ef54230902(ArrayRef<Value *> Ops, bool IsSigned) generateReproducer() argument 1264 __anon74ef54230a02(ArrayRef<Value *> Ops, bool IsSigned) generateReproducer() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 74 unsigned IsSigned : 1; global() member
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 50 auto handleImmValue = [&](bool IsSigned, unsigned W) -> uint64_t { in extractBitsForFixup() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 39 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 83 bool IsSigned = ICmpInst::isSigned(Pred); isSafeIncreasingBound() local
|
H A D | SimplifyIndVar.cpp | 355 simplifyIVRemainder(BinaryOperator * Rem,Instruction * IVOperand,bool IsSigned) simplifyIVRemainder() argument 1209 createExtendInst(Value * NarrowOper,Type * WideType,bool IsSigned,Instruction * Use) createExtendInst() argument 1258 bool IsSigned = getExtendKind(NarrowDef) == ExtendKind::Sign; cloneBitwiseIVUser() local 1517 bool IsSigned = getExtendKind(DU.NarrowDef) == ExtendKind::Sign; widenLoopCompare() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1018 bool IsSigned) { in PPCMoveToFPReg() argument 1062 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in 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...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 294 bool IsSigned = false; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 388 ExpandMOVSZX_RR(MachineInstrBuilder & MIB,bool IsSigned,MVT MVTDst,MVT MVTSrc) const ExpandMOVSZX_RR() argument 438 ExpandMOVSZX_RM(MachineInstrBuilder & MIB,bool IsSigned,const MCInstrDesc & Desc,MVT MVTDst,MVT MVTSrc) const ExpandMOVSZX_RM() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 575 getRegForPromotedValue(const Value * V,bool IsSigned) getRegForPromotedValue() argument 1031 bool IsSigned = false; selectICmp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 168 BTFTypeEnum(const DICompositeType * ETy,uint32_t VLen,bool IsSigned) BTFTypeEnum() argument 207 BTFTypeEnum64(const DICompositeType * ETy,uint32_t VLen,bool IsSigned) BTFTypeEnum64() argument 741 bool IsSigned = false; visitEnumType() local
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 646 bool IsSigned = false; replaceMulWithMul24() local 1382 bool IsSigned = Opc == Instruction::SRem || Opc == Instruction::SDiv; expandDivRem32() local 1501 bool IsSigned = Opc == Instruction::SDiv || Opc == Instruction::SRem; shrinkDivRem64() local [all...] |