Searched defs:IsSigned (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, argument
80 bool IsSigned; member in class:clang::FixedPointSemantics
70 GetIntegerSemantics(unsigned Width, bool IsSigned) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h74 unsigned IsSigned : 1; member in struct:clang::CodeGen::CGBitFieldInfo
86 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, argument
H A DCGRecordLayoutBuilder.cpp706 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp57 fromKnownBits(const KnownBits &Known, bool IsSigned) argument
H A DIRBuilder.cpp372 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { argument
378 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h254 bool IsSigned = false; member in class:llvm::RecurrenceDescriptor
H A DTargetTransformInfo.h1135 bool IsSigned; ///< Whether the operation is a signed int reduction. member in struct:llvm::TargetTransformInfo::ReductionFlags
H A DTargetTransformInfoImpl.h287 bool hasDivRemOp(Type *DataType, bool IsSigned) { return false; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp445 bool IsSigned = BinOp == AtomicRMWInst::Min || BinOp == AtomicRMWInst::Max; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp356 simplifyIVRemainder(BinaryOperator *Rem, Value *IVOperand, bool IsSigned) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp444 bool IsSigned = I.getOpcode() == G_SREM || I.getOpcode() == G_SDIV; local
H A DMipsFastISel.cpp1099 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp184 bool IsSigned = TI.isTypeSigned(Ty); local
212 bool IsSigned = TI.isTypeSigned(Ty); local
232 bool IsSigned = TI.isTypeSigned(Ty); local
243 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, argument
256 DefineFastIntType(unsigned TypeWidth, bool IsSigned, const TargetInfo &TI, MacroBuilder &Builder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h374 bool IsSigned; member in class:llvm::MCLEBFragment
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp115 bool IsSigned = false; local
230 bool IsSigned = false; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp40 LLVMCreateGenericValueOfInt(LLVMTypeRef Ty, unsigned long long N, LLVMBool IsSigned) argument
73 LLVMGenericValueToInt(LLVMGenericValueRef GenValRef, LLVMBool IsSigned) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp170 bool IsSigned = Data->Type.isSignedIntegerTy(); local
209 bool IsSigned = Data->Type.isSignedIntegerTy(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp80 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1004 bool IsSigned = false; local
574 getRegForPromotedValue(const Value *V, bool IsSigned) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp682 bool IsSigned = I.getOpcode() == Instruction::SDiv; local
647 multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, bool IsSigned) argument
655 isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, bool IsSigned) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp326 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1097 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, argument
1089 convertToInteger(MutableArrayRef<integerPart> Input, unsigned int Width, bool IsSigned, roundingMode RM, bool *IsExact) const argument
1101 convertFromSignExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) argument
1107 convertFromZeroExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp343 bool IsSigned = (Opcode == ISD::SDIVREM); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp755 bool IsSigned = Opc == Instruction::SRem || Opc == Instruction::SDiv; local
[all...]

Completed in 346 milliseconds

123