| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 98 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo() 103 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo() 135 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
|
| H A D | SPIR.h | 167 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo() 182 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
| H A D | WebAssembly.h | 60 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 173 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
| H A D | X86.h | 408 IntPtrType = SignedInt; in X86_32TargetInfo() 488 IntPtrType = SignedLong; in OpenBSDI386TargetInfo() 507 IntPtrType = SignedLong; in DarwinI386TargetInfo() 651 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo() 679 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 784 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
|
| H A D | Sparc.h | 159 IntPtrType = SignedInt; in SparcV8TargetInfo() 165 IntPtrType = SignedLong; in SparcV8TargetInfo()
|
| H A D | ARC.h | 34 IntPtrType = SignedInt; in ARCTargetInfo()
|
| H A D | XCore.h | 36 IntPtrType = SignedInt; in XCoreTargetInfo()
|
| H A D | MSP430.h | 45 IntPtrType = SignedInt; in MSP430TargetInfo()
|
| H A D | VE.h | 39 IntPtrType = SignedLong; in VETargetInfo()
|
| H A D | PNaCl.h | 40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
|
| H A D | TCE.h | 69 IntPtrType = SignedInt; in TCETargetInfo()
|
| H A D | BPF.h | 34 IntPtrType = SignedLong; in BPFTargetInfo()
|
| H A D | Hexagon.h | 50 IntPtrType = SignedInt; in HexagonTargetInfo()
|
| H A D | PPC.h | 375 IntPtrType = SignedInt; in PPC32TargetInfo() 380 IntPtrType = SignedLong; in PPC32TargetInfo()
|
| H A D | AVR.h | 52 IntPtrType = SignedInt; in AVRTargetInfo()
|
| H A D | M68k.cpp | 59 IntPtrType = SignedInt; in M68kTargetInfo()
|
| H A D | RISCV.h | 119 IntPtrType = SignedInt; in RISCV32TargetInfo()
|
| H A D | AMDGPU.cpp | 355 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | OSTargets.h | 302 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 859 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
|
| H A D | AArch64.cpp | 830 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
|
| H A D | ARM.cpp | 249 PtrDiffType = IntPtrType = in ARMTargetInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 132 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType, 342 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() 344 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 95 IntPtrType = SignedLong; in TargetInfo() 391 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 154 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeBinaryAtomicValue() local 157 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in MakeBinaryAtomicValue() 215 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomicPost() local 221 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomicPost() 256 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeAtomicCmpXchgValue() local 259 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in MakeAtomicCmpXchgValue() 895 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitX86BitTestIntrinsic() local 897 llvm::FunctionType::get(CGF.Int8Ty, {IntPtrType, IntType}, false); in EmitX86BitTestIntrinsic() 1036 llvm::Type *IntPtrType = RetType->getPointerTo(); in emitPPCLoadReserveIntrinsic() local 1038 llvm::FunctionType::get(RetType, {IntPtrType}, false); in emitPPCLoadReserveIntrinsic() [all …]
|