Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h44 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 DAPFloat.h1186 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 DAVR.h159 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 DWebAssembly.h140 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 DInstCombineInternal.h365 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 DInstCombineMulDivRem.cpp916 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 DMipsTargetTransformInfo.cpp13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp249 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 DConstants.h216 isMaxValue(bool IsSigned) isMaxValue() argument
228 isMinValue(bool IsSigned) isMinValue() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h71 bool IsSigned = false; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp211 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 DCGRecordLayout.h74 unsigned IsSigned : 1; global() member
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp50 auto handleImmValue = [&](bool IsSigned, unsigned W) -> uint64_t { in extractBitsForFixup() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp39 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local
83 bool IsSigned = ICmpInst::isSigned(Pred); isSafeIncreasingBound() local
H A DSimplifyIndVar.cpp355 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 DPPCFastISel.cpp1018 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 DIVDescriptors.h294 bool IsSigned = false; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp388 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 DIVDescriptors.cpp97 bool IsSigned = false; in computeRecurrenceType() local
259 bool IsSigned = false; in AddReductionVar() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp575 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 DBTFDebug.cpp168 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 Dubsan_handlers.cpp213 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 DAMDGPUCodeGenPrepare.cpp646 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...]

12345