Home
last modified time | relevance | path

Searched refs:IntPtrType (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp98 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
103 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
135 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
H A DSPIR.h167 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
182 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
H A DWebAssembly.h60 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
173 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DX86.h408 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 DSparc.h159 IntPtrType = SignedInt; in SparcV8TargetInfo()
165 IntPtrType = SignedLong; in SparcV8TargetInfo()
H A DARC.h34 IntPtrType = SignedInt; in ARCTargetInfo()
H A DXCore.h36 IntPtrType = SignedInt; in XCoreTargetInfo()
H A DMSP430.h45 IntPtrType = SignedInt; in MSP430TargetInfo()
H A DVE.h39 IntPtrType = SignedLong; in VETargetInfo()
H A DPNaCl.h40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DTCE.h69 IntPtrType = SignedInt; in TCETargetInfo()
H A DBPF.h34 IntPtrType = SignedLong; in BPFTargetInfo()
H A DHexagon.h50 IntPtrType = SignedInt; in HexagonTargetInfo()
H A DPPC.h375 IntPtrType = SignedInt; in PPC32TargetInfo()
380 IntPtrType = SignedLong; in PPC32TargetInfo()
H A DAVR.h52 IntPtrType = SignedInt; in AVRTargetInfo()
H A DM68k.cpp59 IntPtrType = SignedInt; in M68kTargetInfo()
H A DRISCV.h119 IntPtrType = SignedInt; in RISCV32TargetInfo()
H A DAMDGPU.cpp355 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DOSTargets.h302 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
859 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
H A DAArch64.cpp830 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
H A DARM.cpp249 PtrDiffType = IntPtrType = in ARMTargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h132 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 DTargetInfo.cpp95 IntPtrType = SignedLong; in TargetInfo()
391 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp154 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 …]