Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBuiltinGCs.cpp78 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
111 const PointerType *PT = cast<PointerType>(Ty); in isGCManagedPointer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h55 auto *PT = cast<PointerType>(V->getType()); in isProgramMemoryAddress() local
66 auto *PT = cast<PointerType>(V->getType()); in getAddressSpace() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp333 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
524 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
543 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType() local
587 if (const PointerType *PT = argTy->getAs<PointerType>()) { in matchesType() local
H A DScanfFormatString.cpp425 QualType PT = QT->getPointeeType(); in fixType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp101 PointerType *PT = dyn_cast<PointerType>(Ptr->getType()); in promotePointer() local
170 PointerType *PT = dyn_cast<PointerType>(Arg.getType()); in run() local
H A DAMDGPUPerfHintAnalysis.cpp337 if (auto PT = dyn_cast<PointerType>(V->getType())) { in isGlobalAddr() local
346 if (auto PT = dyn_cast<PointerType>(V->getType())) in isLocalAddr() local
H A DAMDGPULowerBufferFatPointers.cpp261 Type *remapScalar(PointerType *PT) override { return DL.getIntPtrType(PT); } in remapScalar()
283 if (auto *PT = dyn_cast<PointerType>(Ty)) { in remapTypeImpl() local
289 auto *PT = dyn_cast<PointerType>(VT->getElementType()); in remapTypeImpl() local
357 Type *BufferFatPtrToStructTypeMap::remapScalar(PointerType *PT) { in remapScalar()
373 if (auto *PT = dyn_cast<PointerType>(Ty->getScalarType())) in isBufferFatPtrOrVector() local
H A DAMDGPULowerKernelArguments.cpp170 if (PointerType *PT = dyn_cast<PointerType>(ArgTy)) { in lowerKernelArguments() local
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_types_osd.h72 #define PT(exp) __builtin_expect( ((uintptr_t)(exp)), 1 ) macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp129 if (const PointerType *PT = T->getAs<PointerType>()) { in CheckSpecifiedExceptionType() local
192 if (const PointerType *PT = T->getAs<PointerType>()) in CheckDistantExceptionSpec() local
194 else if (const MemberPointerType *PT = T->getAs<MemberPointerType>()) in CheckDistantExceptionSpec() local
1031 } else if (const PointerType *PT = T->getAs<PointerType>()) in canCalleeThrow() local
H A DSemaSwift.cpp104 const auto *PT = QT->getAs<PointerType>(); in isErrorParameter() local
117 if (const auto *PT = Pointee->getAs<PointerType>()) in isErrorParameter() local
H A DSemaObjC.cpp259 const PointerType *PT = ThrowType->getAs<PointerType>(); in BuildObjCAtThrowStmt() local
1490 const auto *PT = T->getAs<ObjCObjectPointerType>(); in isNSStringType() local
1509 const auto *PT = T->getAs<PointerType>(); in isCFStringType() local
1567 ParsedType PT; in handleIBOutletCollection() local
1735 QualType PT = QT->getPointeeType(); in isValidSubjectOfOSAttribute() local
1813 QualType PT = QT->getPointeeType(); in isValidOSObjectOutParameter() local
H A DSemaStmtAsm.cpp833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField() local
853 if (const auto *PT = QT->getAs<PointerType>()) in LookupInlineAsmField() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp30 PatternType PT(PT_ValueType); in get() local
44 PatternType PT(PT_TypeOf); in get() local
54 PatternType PT(PT_TypeOf); in getTypeOf() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp126 dxbc::PartType PT = dxbc::parsePartType(P.Name); in writeParts() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h109 : Type(PT), OriginalOp(Op), Condition(Condition) {} in PredicateBase() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp175 for (auto PT = PrefixTable; PT->Table; PT++) { in getInstruction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp531 static bool appendPointerType(SmallStringEnc &Enc, const PointerType *PT, in appendPointerType()
614 if (const PointerType *PT = QT->getAs<PointerType>()) in appendType() local
H A DNVPTX.cpp301 llvm::PointerType *PT, in getNullPointer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp167 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { in compatibleWithArrayType()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp137 PrimType PT = T.value_or(PT_Ptr); in compileFunc() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp326 PieceTable *PT; member
676 Modifier::PieceTable PT; in FillFunction() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp319 FunctionDumper::PointerType PT = in dump() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1376 static SimpleProgramPointTag PT( in ProcessAutomaticObjDtor() local
1395 static SimpleProgramPointTag PT("ExprEngine", in ProcessAutomaticObjDtor() local
1457 static SimpleProgramPointTag PT( in ProcessDeleteDtor() local
1472 static SimpleProgramPointTag PT("ExprEngine", in ProcessDeleteDtor() local
1532 static SimpleProgramPointTag PT( in ProcessMemberDtor() local
1550 static SimpleProgramPointTag PT("ExprEngine", in ProcessMemberDtor() local
2475 static SimpleProgramPointTag PT("ExprEngine", "Replay without inlining"); in replayWithoutInlining() local

1234