Home
last modified time | relevance | path

Searched refs:SignedInt (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAVR.h51 PtrDiffType = SignedInt; in AVRTargetInfo()
52 IntPtrType = SignedInt; in AVRTargetInfo()
54 WIntType = SignedInt; in AVRTargetInfo()
55 Int16Type = SignedInt; in AVRTargetInfo()
159 return BitWidth == 16 ? (IsSigned ? SignedInt : UnsignedInt) in getIntTypeByWidth()
166 ? (IsSigned ? SignedInt : UnsignedInt) in getLeastIntTypeByWidth()
H A DCSKY.h48 PtrDiffType = SignedInt; in CSKYTargetInfo()
49 IntPtrType = SignedInt; in CSKYTargetInfo()
50 WCharType = SignedInt; in CSKYTargetInfo()
H A DLoongArch.h39 WCharType = SignedInt; in LoongArchTargetInfo()
90 IntPtrType = SignedInt; in LoongArch32TargetInfo()
91 PtrDiffType = SignedInt; in LoongArch32TargetInfo()
H A DRISCV.h39 WCharType = SignedInt; in RISCVTargetInfo()
116 IntPtrType = SignedInt; in RISCV32TargetInfo()
117 PtrDiffType = SignedInt; in RISCV32TargetInfo()
H A DARC.h33 PtrDiffType = SignedInt; in ARCTargetInfo()
34 IntPtrType = SignedInt; in ARCTargetInfo()
H A DXCore.h34 PtrDiffType = SignedInt; in XCoreTargetInfo()
35 IntPtrType = SignedInt; in XCoreTargetInfo()
H A DMSP430.h45 IntPtrType = SignedInt; in MSP430TargetInfo()
46 PtrDiffType = SignedInt; in MSP430TargetInfo()
H A DPNaCl.h39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo()
40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DTCE.h70 IntPtrType = SignedInt; in TCETargetInfo()
71 PtrDiffType = SignedInt; in TCETargetInfo()
H A DHexagon.h48 PtrDiffType = SignedInt; in HexagonTargetInfo()
49 IntPtrType = SignedInt; in HexagonTargetInfo()
H A DM68k.cpp59 PtrDiffType = SignedInt; in M68kTargetInfo()
60 IntPtrType = SignedInt; in M68kTargetInfo()
H A DSparc.h155 IntPtrType = SignedInt; in SparcV8TargetInfo()
156 PtrDiffType = SignedInt; in SparcV8TargetInfo()
H A DSPIR.h204 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
257 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIRV32TargetInfo()
H A DPPC.h378 PtrDiffType = SignedInt; in PPC32TargetInfo()
379 IntPtrType = SignedInt; in PPC32TargetInfo()
492 PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 in DarwinPPC32TargetInfo()
H A DNVPTX.cpp85 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo()
86 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
H A DMips.h125 PtrDiffType = SignedInt; in setO32ABITypes()
161 PtrDiffType = SignedInt; in setN32ABITypes()
H A DX86.h437 PtrDiffType = SignedInt; in X86_32TargetInfo()
438 IntPtrType = SignedInt; in X86_32TargetInfo()
711 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
712 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
H A DOSTargets.h472 this->WCharType = this->WIntType = this->SignedInt; in OpenBSDTargetInfo()
673 this->WCharType = this->WIntType = this->SignedInt; in SolarisTargetInfo()
894 this->PtrDiffType = TargetInfo::SignedInt; in NaClTargetInfo()
895 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
H A DARM.cpp84 WCharType = SignedInt; in setABIAPCS()
268 : SignedInt; in ARMTargetInfo()
278 PtrDiffType = SignedInt; in ARMTargetInfo()
H A DAArch64.cpp1431 WCharType = SignedInt; in DarwinAArch64TargetInfo()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp127 WCharType = SignedInt; in TargetInfo()
128 WIntType = SignedInt; in TargetInfo()
133 SigAtomicType = SignedInt; in TargetInfo()
134 ProcessIDType = SignedInt; in TargetInfo()
213 case SignedInt: return "int"; in getTypeName()
229 case SignedInt: return ""; in getTypeConstantSuffix()
256 case SignedInt: in getTypeFormatModifier()
274 case SignedInt: in getTypeWidth()
290 return IsSigned ? SignedInt : UnsignedInt; in getIntTypeByWidth()
305 return IsSigned ? SignedInt : UnsignedInt; in getLeastIntTypeByWidth()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h172 const int64_t SignedInt = Int; in BestForm() local
173 if ((char)Int == SignedInt) in BestForm()
175 if ((short)Int == SignedInt) in BestForm()
177 if ((int)Int == SignedInt) in BestForm()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h141 SignedInt, enumerator
346 return SignedInt; in getSignedSizeType()
391 case SignedInt: in getCorrespondingUnsignedType()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp154 enum class ScalarTypeKind { SignedInt, UnsignedInt, Float }; enumerator
157 case ScalarTypeKind::SignedInt: in toLetter()
168 case ScalarTypeKind::SignedInt: in toCPrefix()
246 .Case("s", ScalarTypeKind::SignedInt) in ScalarType()
624 IntegerType->kind() == ScalarTypeKind::SignedInt in genCode()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp982 DefineTypeSize("__INT_MAX__", TargetInfo::SignedInt, TI, Builder); in InitializePredefinedMacros()
1079 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder); in InitializePredefinedMacros()
1100 DefineExactWidthIntTypeSize(TargetInfo::SignedInt, TI, Builder); in InitializePredefinedMacros()

12