Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
109 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
DAtomicExpandPass.cpp381 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
DGlobalMerge.cpp626 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/
DAMDGPUPerfHintAnalysis.cpp302 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
DAMDGPULowerKernelArguments.cpp107 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in runOnFunction() local
DAMDGPUPrintfRuntimeBinding.cpp139 const PointerType *PT = dyn_cast<PointerType>(OpType); in shouldPrintAsStr() local
DAMDGPUCodeGenPrepare.cpp942 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/
DPredicateInfo.h112 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/
Dpkcs7.rs129 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/
DWebAssemblyDisassembler.cpp171 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c7031 #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/
DIndirectionUtils.cpp231 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp390 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/
DDataLayout.h380 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp662 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/
DHost.cpp1575 Triple PT(Triple::normalize(TargetTripleString)); in getProcessTriple() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp618 Type *PT = cast<PointerType>(A->getType())->getElementType(); in getPointerDereferenceableBytes() local
DSafepointIRVerifier.cpp255 if (auto *PT = dyn_cast<PointerType>(T)) in INITIALIZE_PASS_DEPENDENCY() local
DIRBuilder.cpp62 auto *PT = cast<PointerType>(Ptr->getType()); in getCastedInt8PtrValue() local
DFunction.cpp1172 PointerType *PT = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js2685 ,"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/
DRewriteStatepointsForGC.cpp314 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/
DInstCombineLoadStoreAlloca.cpp332 auto *PT = cast<PointerType>(I.getType()); in replacePointer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp165 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) { in areTypesIsomorphic() local
/third_party/ffmpeg/libavcodec/
Dh264pred_template.c856 #define PT(x) \ macro

12