| /llvm-project/.github/workflows/ |
| H A D | build-ci-container.yml | 1 name: Build CI Container 7 push: 9 - main 11 - .github/workflows/build-ci-container.yml 12 - ' [all...] |
| H A D | ci-post-commit-analyzer.yml | 1 name: Post-Commit Static Analyzer 7 push: 9 - 'release/**' 11 - 'clang/**' 12 - 'llvm/**' 13 - '.github/workflows/ci-post-commit-analyzer.yml' 16 - opened 17 - synchronize 18 - reopened 19 - closed [all …]
|
| /llvm-project/clang/unittests/CodeGen/ |
| H A D | IRMatchers.h | 1 //=== unittests/CodeGen/IRMatchers.h - Match on the LLVM IR -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 31 //===----------------------------------------------------------------------===// 48 /// use queries like "this operand is the same as n-th operand", which are 78 void push(const T *V, unsigned N = ~0) { 97 return MatchStack[MatchStack.size() - 1 - Offset]; in getQuery() 165 bool Result = Next->match(C); in matchEntity() 174 /// same container. 186 if (OpNo < MT->getNumOperands()) in match() [all …]
|
| /llvm-project/libcxx/utils/ci/ |
| H A D | Dockerfile | 1 # ===---------- [all...] |
| H A D | run-buildbot | 2 # ===---------- [all...] |
| /llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 1 //===------ Interpreter.cpp - Incremental Compilation and Execution --- 243 Interpreter(std::unique_ptr<CompilerInstance> CI,llvm::Error & ErrOut,std::unique_ptr<llvm::orc::LLJITBuilder> JITBuilder) Interpreter() argument 308 create(std::unique_ptr<CompilerInstance> CI) create() argument 327 createWithCUDA(std::unique_ptr<CompilerInstance> CI,std::unique_ptr<CompilerInstance> DCI) createWithCUDA() argument [all...] |
| /llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1 //===- NewGVN.cpp - Global Value Numbering Pass -------- 1161 if (auto *CI = dyn_cast<CmpInst>(I)) { createExpression() local 1194 } else if (auto *CI = dyn_cast<CastInst>(I)) { createExpression() local 1275 createCallExpression(CallInst * CI,const MemoryAccess * MA) const createCallExpression() argument 1602 auto *CI = cast<CallInst>(I); performSymbolicCallEvaluation() local 1844 auto *CI = cast<CmpInst>(I); performSymbolicCmpEvaluation() local 2406 if (auto *CI = dyn_cast<CmpInst>(I)) performCongruenceFinding() local 2491 ConstantInt *CI; processOutgoingEdges() local [all...] |
| H A D | EarlyCSE.cpp | 1 //===- EarlyCSE.cpp - Simple and fast CSE pass -------- 109 if (CallInst *CI = dyn_cast<CallInst>(Inst)) { canHandle() local 222 hashCallInst(CallInst * CI) hashCallInst() argument 247 if (CmpInst *CI = dyn_cast<CmpInst>(Inst)) { getHashValueImpl() local 296 if (CastInst *CI = dyn_cast<CastInst>(Inst)) getHashValueImpl() local 336 if (CallInst *CI = dyn_cast<CallInst>(Inst)) getHashValueImpl() local 369 if (CallInst *CI = dyn_cast<CallInst>(LHSI); isEqualImpl() local 500 CallInst *CI = dyn_cast<CallInst>(Inst); canHandle() local 1522 if ([[maybe_unused]] auto *CI = dyn_cast<ConstrainedFPIntrinsic>(&Inst)) { processNode() local [all...] |
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime - 2377 for (const auto &CI : blockDecl->captures()) { visitBlock() local 2906 for (const auto &CI : blockDecl->captures()) { fillRunSkipBlockVars() local 3224 EmitPropertyList(Twine Name,const Decl * Container,const ObjCContainerDecl * OCD,const ObjCCommonTypesHelper & ObjCTypes,bool IsClassProperty) EmitPropertyList() argument 5652 GetPropertyTypeString(const ObjCPropertyDecl * PD,const Decl * Container) GetPropertyTypeString() argument 6153 AddModuleClassList(ArrayRef<llvm::GlobalValue * > Container,StringRef SymbolName,StringRef SectionName) AddModuleClassList() argument 6384 BuildClassObject(const ObjCInterfaceDecl * CI,bool isMetaclass,llvm::Constant * IsAGV,llvm::Constant * SuperClassGV,llvm::Constant * ClassRoGV,bool HiddenVisibility) BuildClassObject() argument 6487 const auto *CI = ID->getClassInterface(); GenerateClass() local 6830 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); ObjCIvarOffsetVariable() local [all...] |
| /llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1 //===- InstructionCombining.cpp - Combine multiple instructions -------- 1707 if (auto *CI = dyn_cast<FCmpInst>(SI->getCondition())) { FoldOpIntoSelect() local 3467 CallInst *CI = dyn_cast<CallInst>(Op); visitFree() local 3702 if (auto *CI = dyn_cast<ConstantInt>(Cond)) { visitBranchInst() local 3863 if (auto *CI = dyn_cast<ConstantInt>(Cond)) { visitSwitchInst() local 4748 if (auto *CI = dyn_cast<CallInst>(I)) { tryToSinkInstruction() local 5197 __anon22ed53831f02(Metadata *ScopeList, auto &Container) analyse() argument [all...] |
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1 //===- Local.cpp - Functions to perform local transformations -------- 195 auto *CI = dyn_cast<ConstantInt>(SI->getCondition()); ConstantFoldTerminator() local 1968 } else if (CallInst *CI = dyn_cast<CallInst>(U)) { LowerDbgDeclare() local 2551 if (auto *CI = dyn_cast<CastInst>(&I)) { salvageDebugInfoImpl() local 2923 changeToInvokeAndSplitBasicBlock(CallInst * CI,BasicBlock * UnwindEdge,DomTreeUpdater * DTU) changeToInvokeAndSplitBasicBlock() argument 2981 if (auto *CI = dyn_cast<CallInst>(&I)) { markAliveBlocks() local 3686 if (auto CI = dyn_cast_or_null<ConstantInt>(V)) getExpressionForConstant() local 4104 maybeMarkSanitizerLibraryCallNoBuiltin(CallInst * CI,const TargetLibraryInfo * TLI) maybeMarkSanitizerLibraryCallNoBuiltin() argument [all...] |
| /llvm-project/llvm/docs/ |
| H A D | CodingStandards.rst | 14 particularly important for large-scale code bases that follow a library-based 35 want patches that do large-scale reformatting of existing code. On the other 48 environment restrictions, historical restrictions, or due to third-party source 53 For automation, build-systems and utility scripts Python is preferred and 57 ----- [all...] |
| /llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1 //===- CoroFrame.cpp - Builds and manipulates coroutine frame -------- 622 if (auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) addFieldForAlloca() local 969 __anon0ad1b9b91302(const auto &Container) cacheDIVar() argument 1775 if (auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) { insertSpills() local 2068 if (auto *CI = dyn_cast<CallInst>(Inst)) { insertSpills() local [all...] |
| /llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1 //===- SLPVectorizer.cpp - A bottom up SLP Vectorizer -------- 375 const auto *CI = dyn_cast<ConstantInt>(IE->getOperand(2)); getInsertExtractIndex() local 621 auto *CI = dyn_cast<ConstantInt>(E->getOperand(1)); getExtractIndex() local 709 isCmpSameOrSwapped(const CmpInst * BaseCI,const CmpInst * CI,const TargetLibraryInfo & TLI) isCmpSameOrSwapped() argument 913 CallInst *CI = cast<CallInst>(UserInst); doesInTreeUserNeedToExtract() local 2951 VecTreeTy &Container; global() member 6107 } else if (auto *CI = dyn_cast<CmpInst>(I)) { generateKeySubkey() local 6500 CallInst *CI = cast<CallInst>(VL0); getScalarsVectorizationState() local 7308 auto *CI = dyn_cast<ConstantInt>(Op); buildTree_rec() local 7338 CallInst *CI = cast<CallInst>(VL0); buildTree_rec() local 7392 auto *CI = dyn_cast<CmpInst>(VL0); buildTree_rec() local 7569 getVectorCallCosts(CallInst * CI,FixedVectorType * VecTy,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,ArrayRef<Type * > ArgTys) getVectorCallCosts() argument 7640 auto *CI = cast<CmpInst>(I); isAlternateInstruction() local 7671 if (auto *CI = dyn_cast<ConstantInt>(V)) getOperandInfo() local 7677 if (auto *CI = dyn_cast<ConstantInt>(V)) getOperandInfo() local 9199 buildIntrinsicArgTypes(const CallInst * CI,const Intrinsic::ID ID,const unsigned VF,unsigned MinBW) buildIntrinsicArgTypes() argument 9230 else if (auto *CI = dyn_cast<CmpInst>(VL[0])) getEntryCost() local 9695 auto *CI = dyn_cast<ConstantInt>(Op); getEntryCost() local 9797 auto *CI = cast<CallInst>(UniqueValues[Idx]); getEntryCost() local 9808 auto *CI = cast<CallInst>(VL0); getEntryCost() local 11573 if (auto *CI = dyn_cast<CastInst>(Scalar); gather() local 13038 auto *CI = cast<CastInst>(VL0); vectorizeTree() local 13214 auto *CI = dyn_cast<ConstantInt>(Op); vectorizeTree() local 13409 CallInst *CI = cast<CallInst>(VL0); vectorizeTree() local 13834 if (auto *CI = EEIt->second.second) vectorizeTree() local [all...] |
| /llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 1 //===-- RewriteModernObjC.cpp - Playground for the code rewriter ------- 4364 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag); SynthesizeBlockLiterals() local 5357 for (const auto &CI : block->captures()) { SynthBlockInitExpr() local 5734 ObjCImplementationDecl *CI = cast<ObjCImplementationDecl>(D); HandleDeclInMainFile() local 5739 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); HandleDeclInMainFile() local 6356 Write_prop_list_t_initializer(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCPropertyDecl * > Properties,const Decl * Container,StringRef VarName,StringRef ProtocolName) Write_prop_list_t_initializer() argument [all...] |
| /llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1 //===--- Sema.h - Semantic Analysis & AST Building ------ 1096 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) { push() function [all...] |
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1 //===- MachinePipeliner.cpp - Machine Software Pipeliner Pass -------- [all...] |
| /llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1 //===- SelectionDAGBuilder.cpp - Selection-DAG building ------- 329 if (const CallInst *CI = dyn_cast<CallInst>(I)) diagnosePossiblyInvalidConstraint() local 1800 if (const ConstantInt *CI = dyn_cast<ConstantInt>(C)) getValueImpl() local 4344 const auto *CI = dyn_cast_or_null<ConstantInt>(C); visitGetElementPtr() local 5266 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Arg)) { visitTargetIntrinsic() local 6713 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(0)); visitIntrinsicCall() local 7128 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(1)); visitIntrinsicCall() local 7136 ConstantInt *CI = cast<ConstantInt>(I.getArgOperand(1)); visitIntrinsicCall() local 10426 visitStackmap(const CallInst & CI) visitStackmap() argument 11801 if (auto *CI = dyn_cast<ConstantInt>(C)) HandlePHINodesInSuccessorBlocks() local [all...] |
| /llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1 //===- AttributorAttributes.cpp - Attributes for Attributor deduction -----===// 5 // SPDX-License-Identifier: Apache-2. 214 mayBeInCycle(const CycleInfo * CI,const Instruction * I,bool HeaderOnly,Cycle ** CPtr=nullptr) mayBeInCycle() argument 1715 const auto *CI = updateImpl() local 4726 if (auto *CI = dyn_cast_if_present<ConstantInt>(AA::getWithType(*V, Ty))) { identifyAliveSuccessors() local 5529 const auto *CI = initialize() local 6810 if (auto *CI = dyn_cast_or_null<ConstantInt>(*SimpleV)) getAPInt() local 7546 CallInst &CI = cast<CallInst>(I); manifest() local 7642 if (auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) identifyPrivatizableType() local 9568 if (CallInst *CI = dyn_cast<CallInst>(&getAssociatedValue())) initialize() local 9643 auto *CI = dyn_cast<ConstantInt>(It.getValue()); fillSetWithConstantValues() local 10036 if (auto *CI = dyn_cast<CastInst>(I)) updateImpl() local 11094 if (auto *CI = dyn_cast_or_null<ConstantInt>(*C)) { handleSelectInst() local 11199 const auto *CI = handlePHINode() local 11294 if (auto *CI = dyn_cast<CmpInst>(&I)) simplifyInstruction() local [all...] |
| /llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 1 //===- ASTImporter.cpp - Importing ASTs from other Contexts -------- 705 ImportTemplateArgumentListInfo(SourceLocation FromLAngleLoc,SourceLocation FromRAngleLoc,const InContainerTy & Container,TemplateArgumentListInfo & Result) ImportTemplateArgumentListInfo() argument 2414 ImportTemplateArgumentListInfo(const InContainerTy & Container,TemplateArgumentListInfo & ToTAInfo) ImportTemplateArgumentListInfo() argument 7191 for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) { VisitObjCAtTryStmt() local [all...] |
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1 //===--- SemaOpenMP.cpp - Semantic Analysis for OpenMP constructs ------ 401 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName, push() function in __anona1d9ac770111::DSAStackTy 4156 auto *CI = Callee->IgnoreParenImpCasts(); VisitCallExpr() local 18579 void push(Expr *Item, Expr *ReductionOp) { push() function 18593 void push(Expr *Item, Expr *Private, Expr *LHS, Expr *RHS, Expr *ReductionOp, push() function 20999 auto CI = CurComponents.rbegin(); checkMapClauseExpressionBase() local 21062 auto CI = CurComponents.rbegin(); checkMapConflicts() local [all...] |
| /llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1 //===-- AArch64ISelLowering.cpp - AArch64 DAG Lowering Implementation ----===// 5 // SPDX-License-Identifier: Apache-2. 13158 SDValue CI = DAG.getTargetConstant(CIdx->getZExtValue(), DL, MVT::i64); LowerDUPQLane() local 14246 ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Op.getOperand(2)); LowerINSERT_VECTOR_ELT() local 14276 ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Op.getOperand(1)); LowerEXTRACT_VECTOR_ELT() local 14340 SDValue Container = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, PackedVT, LowerEXTRACT_SUBVECTOR() local 15288 setInfoSVEStN(const AArch64TargetLowering & TLI,const DataLayout & DL,AArch64TargetLowering::IntrinsicInfo & Info,const CallInst & CI) setInfoSVEStN() argument 26464 CallInst *CI = Builder.CreateCall(Ldxr, Addr); emitLoadLinked() local 26507 CallInst *CI = Builder.CreateCall( emitStoreConditional() local 26821 const ConstantInt *CI; shouldLocalize() local [all...] |