Searched defs:PT (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBuiltinGCs.cpp77 const PointerType *PT = cast<PointerType>(Ty); variable
109 const PointerType *PT = cast<PointerType>(Ty); variable
H A DGlobalMerge.cpp626 PointerType *PT = dyn_cast<PointerType>(GV.getType()); local
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_types_osd.h72 #define PT(exp) __builtin_expect( ((uintptr_t)(exp)), 1 ) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp41 const PointerType* PT = RetTy->castAs<PointerType>(); local
69 const ObjCObjectPointerType *PT = Ty->getAs<ObjCObjectPointerType>(); local
[all...]
H A DBodyFarm.cpp618 const PointerType *PT = TheValueTy->getAs<PointerType>(); local
H A DRetainSummaryManager.cpp208 QualType PT = Param->getType()->getPointeeType(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp327 const PointerType *PT = argTy->getAs<PointerType>(); local
416 const PointerType *PT = argTy->getAs<PointerType>(); local
436 const PointerType *PT = argTy->getAs<PointerType>(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp162 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) { argument
H A DNSErrorChecker.cpp286 const ObjCObjectPointerType* PT = local
H A DCheckSecuritySyntaxOnly.cpp363 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); local
405 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); local
447 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); local
489 const PointerType *PT local
529 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); local
569 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); local
838 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); local
867 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} argument
124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp317 FunctionDumper::PointerType PT = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp618 Type *PT = cast<PointerType>(A->getType())->getElementType(); local
H A DFunction.cpp1172 PointerType *PT = dyn_cast<PointerType>(Ty); local
H A DIRBuilder.cpp62 auto *PT = cast<PointerType>(Ptr->getType()); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp84 QualType PT = QT->getPointeeType(); local
278 const ObjCObjectPointerType *PT = cast<ObjCObjectPointerType>(T); local
H A DRetainCountChecker.cpp427 QualType PT = QT->getPointeeType(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp281 QualType PT = getContext().getPointerType(QualType(T, 0)); local
H A DMemRegion.cpp1102 const auto *PT = thisPointerTy->getAs<PointerType>(); local
290 ProfileRegion(llvm::FoldingSetNodeID &ID, const PointerType *PT, const MemRegion *sRegion) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp139 const PointerType *PT = dyn_cast<PointerType>(OpType); local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp182 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) argument
330 PieceTable *PT; member in struct:llvm::__anon5869::Modifier
340 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
352 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
372 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
416 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
467 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
479 ExtractElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
493 ShuffModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
521 InsertElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
537 CastModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
617 SelectModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
641 CmpModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
677 Modifier::PieceTable PT; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp558 const ObjCObjectPointerType *PT = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp390 PointerType *PT = getMallocType(CI, TLI); local
660 PointerType *PT = cast<PointerType>(A.getType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp332 auto *PT = cast<PointerType>(I.getType()); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h318 PT = Hi16_ZMM << 1, member in class:lldb_private::XSAVE_HDR::XFeature

Completed in 403 milliseconds

12