Home
last modified time | relevance | path

Searched refs:PT (Results 1 - 25 of 41) sorted by relevance

12

/third_party/python/Objects/
H A Dobmalloc.c1165 #define PT(x) PTA(x), PTA(x) macro
1168 PT(0), PT(1), PT(2), PT(3), PT(4), PT(5), PT(6), PT(7)
1170 , PT(
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); variable
83 return (1 == PT->getAddressSpace());
109 const PointerType *PT = cast<PointerType>(Ty); variable
111 return (1 == PT->getAddressSpace());
H A DGlobalMerge.cpp626 PointerType *PT = dyn_cast<PointerType>(GV.getType()); in doInitialization() local
627 assert(PT && "Global variable is not a pointer!"); in doInitialization()
629 unsigned AddressSpace = PT->getAddressSpace(); in doInitialization()
H A DAtomicExpandPass.cpp381 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType() local
383 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicLoadToIntegerType()
468 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType() local
470 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertAtomicStoreToIntegerType()
1062 Type *PT = PointerType::get(NewTy, in convertCmpXchgToIntegerType() local
1064 Value *NewAddr = Builder.CreateBitCast(Addr, PT); in convertCmpXchgToIntegerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() argument
124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition() argument
125 : PredicateBase(PT, Op), Condition(Condition) {} in PredicateWithCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp171 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction()
172 if (PT->Prefix == Opc) { in getInstruction()
173 WasmInst = PT->Table; in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp302 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr()
303 unsigned As = PT->getAddressSpace(); in isGlobalAddr()
311 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr()
312 return PT->getAddressSpace() == AMDGPUAS::LOCAL_ADDRESS; in isLocalAddr()
343 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr()
344 unsigned As = PT->getAddressSpace(); in isConstantAddr()
H A DAMDGPULowerKernelArguments.cpp107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction()
112 if ((PT->getAddressSpace() == AMDGPUAS::LOCAL_ADDRESS || in runOnFunction()
113 PT->getAddressSpace() == AMDGPUAS::REGION_ADDRESS) && in runOnFunction()
H A DAMDGPUPrintfRuntimeBinding.cpp139 const PointerType *PT = dyn_cast<PointerType>(OpType); in shouldPrintAsStr() local
140 if (!PT || PT->getAddressSpace() != AMDGPUAS::CONSTANT_ADDRESS) in shouldPrintAsStr()
142 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
H A DAMDGPUCodeGenPrepare.cpp942 Type *PT = PointerType::get(I32Ty, I.getPointerAddressSpace()); in visitLoadInst() local
943 Value *BitCast= Builder.CreateBitCast(I.getPointerOperand(), PT); in visitLoadInst()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs7.rs127 pub fn sign<PT>( in sign()
129 pkey: &PKeyRef<PT>, in sign()
135 PT: HasPrivate, in sign()
191 pub fn decrypt<PT>( in decrypt()
193 pkey: &PKeyRef<PT>, in decrypt()
198 PT: HasPrivate, in decrypt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp1575 Triple PT(Triple::normalize(TargetTripleString)); in getProcessTriple()
1577 if (sizeof(void *) == 8 && PT.isArch32Bit()) in getProcessTriple()
1578 PT = PT.get64BitArchVariant(); in getProcessTriple()
1579 if (sizeof(void *) == 4 && PT.isArch64Bit()) in getProcessTriple()
1580 PT = PT.get32BitArchVariant(); in getProcessTriple()
1582 return PT.str(); in getProcessTriple()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c7022 &PT, /*list*/\
7031 #define PT ITSTRUCT(end) /* stores the previous transform */ macro
7093 #undef PT macro
7094 #define PT ITSTRUCT(palette_to_rgb) macro
7171 #undef PT macro
7172 #define PT ITSTRUCT(tRNS_to_alpha) macro
7231 #undef PT macro
7232 #define PT ITSTRUCT(gray_to_rgb) macro
7282 #undef PT macro
7283 #define PT ITSTRUC macro
7338 #undef PT global() macro
7339 #define PT global() macro
7393 #undef PT global() macro
7394 #define PT global() macro
7441 #undef PT global() macro
7442 #define PT global() macro
7512 #undef PT global() macro
7513 #define PT global() macro
7555 #undef PT global() macro
7556 #define PT global() macro
8241 #undef PT global() macro
8242 #define PT global() macro
8383 #undef PT global() macro
8384 #define PT global() macro
8440 #undef PT global() macro
8441 #define PT global() macro
8487 #undef PT global() macro
8488 #define PT global() macro
8534 #undef PT global() macro
8535 #define PT global() macro
8577 #undef PT global() macro
8578 #define PT global() macro
8660 #undef PT global() macro
8661 #define PT global() macro
8721 #undef PT global() macro
8722 #define PT global() macro
8773 #undef PT global() macro
8774 #define PT global() macro
8818 #undef PT global() macro
8819 #define PT global() macro
8863 #undef PT global() macro
8864 #define PT global() macro
8944 #undef PT global() macro
8945 #define PT global() macro
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264pred_template.c834 #define PT(x) \ macro
839 PT(1) PT(2) PT(3) PT(4) PT(5) PT(6) \
1184 #undef PT macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRBuilder.cpp62 auto *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
63 if (PT->getElementType()->isIntegerTy(8)) in getCastedInt8PtrValue()
67 PT = getInt8PtrTy(PT->getAddressSpace()); in getCastedInt8PtrValue()
68 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue()
H A DValue.cpp618 Type *PT = cast<PointerType>(A->getType())->getElementType(); in getPointerDereferenceableBytes() local
619 if (PT->isSized()) in getPointerDereferenceableBytes()
620 DerefBytes = DL.getTypeStoreSize(PT); in getPointerDereferenceableBytes()
H A DSafepointIRVerifier.cpp255 if (auto *PT = dyn_cast<PointerType>(T)) in isGCPointerType()
259 return (1 == PT->getAddressSpace()); in isGCPointerType()
H A DFunction.cpp1172 PointerType *PT = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1173 return !PT || PT->getAddressSpace() != D.Pointer_AddressSpace || in matchIntrinsicType()
1174 matchIntrinsicType(PT->getElementType(), Infos, ArgTys, in matchIntrinsicType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp390 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local
391 return PT ? PT->getElementType() : nullptr; in getMallocAllocatedType()
660 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
661 APInt Size(IntTyBits, DL.getTypeAllocSize(PT->getElementType())); in visitArgument()
H A DLazyValueInfo.cpp646 PointerType *PT = dyn_cast<PointerType>(BBI->getType()); in solveBlockValueImpl()
647 if (PT && isKnownNonZero(BBI, DL)) { in solveBlockValueImpl()
648 Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp231 GlobalVariable* createImplPointer(PointerType &PT, Module &M,
233 auto IP = new GlobalVariable(M, &PT, false, GlobalValue::ExternalLinkage,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h380 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType()
381 return isNonIntegralAddressSpace(PT->getAddressSpace()); in isNonIntegralPointerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h298 template <typename RT, typename PT>
299 friend iterator_range<filter_iterator<detail::IterOfRange<RT>, PT>>
300 make_filter_range(RT &&, PT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h417 GlobalVariable *createImplPointer(PointerType &PT, Module &M, const Twine &Name,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp314 if (auto *PT = dyn_cast<PointerType>(T)) in isGCPointerType()
318 return PT->getAddressSpace() == 1; in isGCPointerType()
1781 auto PT = cast<PointerType>(AI->getAllocatedType()); in relocationViaAlloca()
1782 Constant *CPN = ConstantPointerNull::get(PT); in relocationViaAlloca()

Completed in 50 milliseconds

12