/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BuiltinGCs.cpp | 77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local 109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
|
D | AtomicExpandPass.cpp | 381 Type *PT = PointerType::get(NewTy, in convertAtomicLoadToIntegerType() local 468 Type *PT = PointerType::get(NewTy, in convertAtomicStoreToIntegerType() local 1062 Type *PT = PointerType::get(NewTy, in convertCmpXchgToIntegerType() local
|
D | GlobalMerge.cpp | 626 PointerType *PT = dyn_cast<PointerType>(GV.getType()); in doInitialization() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 302 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local 311 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local 343 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isConstantAddr() local
|
D | AMDGPULowerKernelArguments.cpp | 107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
|
D | AMDGPUPrintfRuntimeBinding.cpp | 139 const PointerType *PT = dyn_cast<PointerType>(OpType); in shouldPrintAsStr() local
|
D | AMDGPUCodeGenPrepare.cpp | 942 Type *PT = PointerType::get(I32Ty, I.getPointerAddressSpace()); in visitLoadInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() 124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkcs7.rs | 129 pkey: &PKeyRef<PT>, in sign() 193 pkey: &PKeyRef<PT>, in decrypt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 171 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 7031 #define PT ITSTRUCT(end) /* stores the previous transform */ macro 7094 #define PT ITSTRUCT(palette_to_rgb) macro 7172 #define PT ITSTRUCT(tRNS_to_alpha) macro 7232 #define PT ITSTRUCT(gray_to_rgb) macro 7283 #define PT ITSTRUCT(expand) macro 7339 #define PT ITSTRUCT(expand_gray_1_2_4_to_8) macro 7394 #define PT ITSTRUCT(expand_16) macro 7442 #define PT ITSTRUCT(scale_16) macro 7513 #define PT ITSTRUCT(strip_16) macro 7556 #define PT ITSTRUCT(strip_alpha) macro [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 231 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 390 PointerType *PT = getMallocType(CI, TLI); in getMallocAllocatedType() local 660 PointerType *PT = cast<PointerType>(A.getType()); in visitArgument() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 380 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 662 if (auto *PT = dyn_cast<PointerType>(Src->getType())) { in getCodeAddrSpace() local 3685 if (auto *PT = dyn_cast<PointerType>(Src->getType())) in ChkMemSDNodeAddressSpace() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Host.cpp | 1575 Triple PT(Triple::normalize(TargetTripleString)); in getProcessTriple() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 618 Type *PT = cast<PointerType>(A->getType())->getElementType(); in getPointerDereferenceableBytes() local
|
D | SafepointIRVerifier.cpp | 255 if (auto *PT = dyn_cast<PointerType>(T)) in INITIALIZE_PASS_DEPENDENCY() local
|
D | IRBuilder.cpp | 62 auto *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
|
D | Function.cpp | 1172 PointerType *PT = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | shortnumbermetadata.js | 2685 ,"PT":[,[,,"1\\d\\d(?:\\d(?:\\d{2})?)?",,,,,,,[3,4,6] property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 314 if (auto *PT = dyn_cast<PointerType>(T)) in isGCPointerType() local 1781 auto PT = cast<PointerType>(AI->getAllocatedType()); in relocationViaAlloca() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 332 auto *PT = cast<PointerType>(I.getType()); in replacePointer() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 165 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) { in areTypesIsomorphic() local
|
/third_party/ffmpeg/libavcodec/ |
D | h264pred_template.c | 856 #define PT(x) \ macro
|