Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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.h1120 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 DInstCombineInternal.h269 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 DInstCombineMulDivRem.cpp842 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 DInstCombineAddSub.cpp1002 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 DAVR.h157 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
163 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
H A DWebAssembly.h115 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 DInitPreprocessor.cpp186 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 DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h212 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 DSimplifyIndVar.h71 bool IsSigned = false; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp75 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 DInductiveRangeCheckElimination.cpp373 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 DPPCInstructionSelector.cpp191 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 DCGRecordLayout.h74 unsigned IsSigned : 1; member
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp487 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 DExecutionEngineBindings.cpp43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp387 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 DSimplifyIndVar.cpp350 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 DNVPTXISelDAGToDAG.cpp1692 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 DIVDescriptors.h294 bool IsSigned = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp575 bool IsSigned) { in getRegForPromotedValue()
1031 bool IsSigned = false; in selectICmp() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp99 bool IsSigned = false; in computeRecurrenceType() local
262 bool IsSigned = false; in AddReductionVar() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp167 bool IsSigned) : ETy(ETy) { in BTFTypeEnum()
206 bool IsSigned) : ETy(ETy) { in BTFTypeEnum64()
740 bool IsSigned = false; in visitEnumType() local

1234