Searched refs:IntPtrType (Results 1 – 22 of 22) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 91 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo() 96 IntPtrType = TargetInfo::SignedLong; in NVPTXTargetInfo() 128 IntPtrType = HostTarget->getIntPtrType(); in NVPTXTargetInfo()
|
| H A D | SPIR.h | 108 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo() 123 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
|
| H A D | X86.h | 341 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 D | WebAssembly.h | 55 IntPtrType = SignedLong; in WebAssemblyTargetInfo() 139 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
|
| H A D | Sparc.h | 160 IntPtrType = SignedInt; in SparcV8TargetInfo() 166 IntPtrType = SignedLong; in SparcV8TargetInfo()
|
| H A D | ARC.h | 35 IntPtrType = SignedInt; in ARCTargetInfo()
|
| H A D | MSP430.h | 42 IntPtrType = SignedInt; in MSP430TargetInfo()
|
| H A D | XCore.h | 37 IntPtrType = SignedInt; in XCoreTargetInfo()
|
| H A D | TCE.h | 60 IntPtrType = SignedInt; in TCETargetInfo()
|
| H A D | PNaCl.h | 41 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
|
| H A D | BPF.h | 32 IntPtrType = SignedLong; in BPFTargetInfo()
|
| H A D | Hexagon.h | 50 IntPtrType = SignedInt; in HexagonTargetInfo()
|
| H A D | RISCV.h | 78 IntPtrType = SignedInt; in RISCV32TargetInfo()
|
| H A D | AVR.h | 53 IntPtrType = SignedInt; in AVRTargetInfo()
|
| H A D | AMDGPU.cpp | 260 IntPtrType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | PPC.h | 328 IntPtrType = SignedInt; in PPC32TargetInfo()
|
| H A D | OSTargets.h | 277 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo() 723 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
|
| H A D | AArch64.cpp | 494 IntPtrType = SignedLongLong; in WindowsARM64TargetInfo()
|
| H A D | ARM.cpp | 226 PtrDiffType = IntPtrType = in ARMTargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 222 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 D | TargetInfo.cpp | 91 IntPtrType = SignedLong; in TargetInfo() 367 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 114 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()
|