Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DNVPTX.cpp91 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
96 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo()
128 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
H A DSPIR.h108 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
123 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
H A DX86.h341 IntPtrType = SignedInt; in X86_32TargetInfo()
414 IntPtrType = SignedLong; in OpenBSDI386TargetInfo()
433 IntPtrType = SignedLong; in DarwinI386TargetInfo()
572 IntPtrType = SignedLong; in RTEMSX86_32TargetInfo()
600 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
700 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()
H A DWebAssembly.h55 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
139 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h160 IntPtrType = SignedInt; in SparcV8TargetInfo()
166 IntPtrType = SignedLong; in SparcV8TargetInfo()
H A DARC.h35 IntPtrType = SignedInt; in ARCTargetInfo()
H A DMSP430.h42 IntPtrType = SignedInt; in MSP430TargetInfo()
H A DXCore.h37 IntPtrType = SignedInt; in XCoreTargetInfo()
H A DTCE.h60 IntPtrType = SignedInt; in TCETargetInfo()
H A DPNaCl.h41 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DBPF.h32 IntPtrType = SignedLong; in BPFTargetInfo()
H A DHexagon.h50 IntPtrType = SignedInt; in HexagonTargetInfo()
H A DRISCV.h78 IntPtrType = SignedInt; in RISCV32TargetInfo()
H A DAVR.h53 IntPtrType = SignedInt; in AVRTargetInfo()
H A DAMDGPU.cpp260 IntPtrType = SignedLong; in AMDGPUTargetInfo()
H A DPPC.h328 IntPtrType = SignedInt; in PPC32TargetInfo()
H A DOSTargets.h277 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
723 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
H A DAArch64.cpp494 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
H A DARM.cpp226 PtrDiffType = IntPtrType = in ARMTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h222 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
284 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType()
286 return getCorrespondingUnsignedType(IntPtrType); in getUIntPtrType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp91 IntPtrType = SignedLong; in TargetInfo()
367 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp114 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeBinaryAtomicValue() local
117 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in MakeBinaryAtomicValue()
175 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in EmitBinaryAtomicPost() local
181 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in EmitBinaryAtomicPost()
215 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace); in MakeAtomicCmpXchgValue() local
218 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType); in MakeAtomicCmpXchgValue()
656 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitX86BitTestIntrinsic() local
658 llvm::FunctionType::get(CGF.Int8Ty, {IntPtrType, IntType}, false); in EmitX86BitTestIntrinsic()
3234 llvm::Type *IntPtrType = IntType->getPointerTo(); in EmitBuiltinExpr() local
3237 Builder.CreateBitCast(EmitScalarExpr(E->getArg(0)), IntPtrType); in EmitBuiltinExpr()