Home
last modified time | relevance | path

Searched defs:PO (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.h45 const PipelineOptions &PO; variable
55 const MCSubtargetInfo &STI, const PipelineOptions &PO) in PipelinePrinter()
H A Dllvm-mca.cpp581 mca::PipelineOptions PO(MicroOpQueue, DecoderThroughput, DispatchWidth, in main() local
/llvm-project/polly/lib/External/isl/interface/
H A Dset_lang_defaults_arg4.h15 clang::PreprocessorOptions &PO; member
H A Dextract_interface.cc428 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in set_lang_defaults() local
553 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in main() local
/llvm-project/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.cpp21 mca::PipelineOptions PO(/*MicroOpQueue=*/0, /*DecoderThroughput=*/0, in getDefaultPipelineOptions() local
64 const mca::PipelineOptions *PO) { in runBaselineMCA()
/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp32 if (isDereferenceableAndAlignedPointer(PO, LI->getType(), LI->getAlign(), in run() local
/llvm-project/libcxx/test/std/language.support/cmp/cmp.common/
H A Dcommon_comparison_category.pass.cpp37 using PO = std::partial_ordering; in main() typedef
/llvm-project/llvm/unittests/tools/llvm-mca/X86/
H A DTestIncrementalMCA.cpp26 auto PO = getDefaultPipelineOptions(); in TEST_F() local
115 auto PO = getDefaultPipelineOptions(); in TEST_F() local
205 auto PO = getDefaultPipelineOptions(); in TEST_F() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp153 if (PseudoObjectExpr *PO = dyn_cast<PseudoObjectExpr>(E)) in isZeroingPropIvar() local
190 bool isZeroingPropIvar(PseudoObjectExpr *PO) { in isZeroingPropIvar()
/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h91 unsigned PO = Offset + Size; member
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h289 PointerOptions PO, uint8_t Size) in PointerRecord() argument
294 PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI) in PointerRecord() argument
352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in setAttrs() argument
358 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, in calcAttrs() argument
/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp69 const unsigned PO = Offset + Size; in postOffset() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp94 auto PO = std::make_shared<PreprocessorOptions>(); ExpandModularHeadersPPCallbacks() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1906 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8); in lowerTypePointer() argument
1977 lowerTypeMemberPointer(const DIDerivedType * Ty,PointerOptions PO) lowerTypeMemberPointer() argument
2012 PointerOptions PO = PointerOptions::None; lowerTypeModifier() local
2674 PointerOptions PO = PointerOptions::None; getVBPTypeIndex() local
[all...]
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp1077 DylibReader::ParseOption PO; createContext() local
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp662 PO.ConstantArraySizeAsWritten = false; in printQualifier() local
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6806 AddOverloadCandidate(FunctionDecl * Function,DeclAccessPair FoundDecl,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,bool AllowExplicit,bool AllowExplicitConversions,ADLCallKind IsADLCandidate,ConversionSequenceList EarlyConversions,OverloadCandidateParamOrder PO,bool AggregateCandidateDeduction) AddOverloadCandidate() argument
7373 AddMethodCandidate(DeclAccessPair FoundDecl,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument
7403 AddMethodCandidate(CXXMethodDecl * Method,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,ConversionSequenceList EarlyConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument
7588 AddMethodTemplateCandidate(FunctionTemplateDecl * MethodTmpl,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,TemplateArgumentListInfo * ExplicitTemplateArgs,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,OverloadCandidateParamOrder PO) AddMethodTemplateCandidate() argument
7660 AddTemplateOverloadCandidate(FunctionTemplateDecl * FunctionTemplate,DeclAccessPair FoundDecl,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,bool AllowExplicit,ADLCallKind IsADLCandidate,OverloadCandidateParamOrder PO,bool AggregateCandidateDeduction) AddTemplateOverloadCandidate() argument
7741 CheckNonDependentConversions(FunctionTemplateDecl * FunctionTemplate,ArrayRef<QualType> ParamTypes,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,ConversionSequenceList & Conversions,bool SuppressUserConversions,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,OverloadCandidateParamOrder PO) CheckNonDependentConversions() argument
8281 AddMemberOperatorCandidates(OverloadedOperatorKind Op,SourceLocation OpLoc,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,OverloadCandidateParamOrder PO) AddMemberOperatorCandidates() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp876 unsigned PO = 0; DSEState() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp98 using PO = std::partial_ordering; in __anonf26b5cb80102() typedef
/llvm-project/clang/lib/AST/
H A DExpr.cpp3825 const PseudoObjectExpr *PO = cast<PseudoObjectExpr>(this); HasSideEffects() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13265 Value *PO = LI->getPointerOperand(); vectorizeTree() local