/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | ArchitectureSet.cpp | 30 size_t Cnt = 0; in count() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | TrigramIndex.cpp | 31 unsigned Cnt = 0; in insert() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 172 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 593 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() 1169 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, in beginAutomaticObjDtorsInsert() 1182 iterator beginLifetimeEndsInsert(iterator I, size_t Cnt, in beginLifetimeEndsInsert() 1195 iterator beginScopeEndInsert(iterator I, size_t Cnt, BumpVectorContext &C) { in beginScopeEndInsert()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 43 unsigned Cnt; member 59 unsigned Cnt; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 519 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) in ActOnGCCAsmStmt() local
|
H A D | SemaOpenMP.cpp | 4948 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; in checkIfClauses() local 5581 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) { in processImplicitMapsWithDefaultMappers() local 8428 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get(); in buildOrderedLoopData() local 8952 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop() 9032 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop() local 9436 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop() local 12572 Stmt *CurStmt) { in ActOnOpenMPTileDirective()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_atu.c | 529 int Cnt; in atu_start_scan() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5659 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() 5669 SourceLocation getMapTypeModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifierLoc() 6570 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() 6580 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMotionModifierLoc() 6771 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() 6781 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMotionModifierLoc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 477 int64_t &Cnt) { in isVShiftRImm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 460 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 471 unsigned Cnt; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 619 uint32_t Cnt = Sec.size / Stride; in findMachOIndirectCovFunctions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 129 for (unsigned Cnt = 0; Cnt < NumLoops; ++Cnt) { in doForAllLoops() local 159 [Callback](unsigned Cnt, Stmt *Loop) { in doForAllLoopsBodies()
|
H A D | OpenMPClause.cpp | 1024 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1645 int Cnt = 0; in trySimplifyPath() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 260 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 422 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { in getSameOpcode() local 1520 unsigned Cnt = 0; in print() local 6672 for (int Cnt = E; Cnt > 0; --Cnt) { in vectorizeStores() local 6713 for (unsigned Cnt = StartIdx, E = Operands.size(); Cnt + Size <= E;) { in vectorizeStores() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1204 int Cnt = 1; in sortPtrAccesses() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 167 [&CGF](unsigned Cnt, const Stmt *CurStmt) { in emitPreInitStmt() 523 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue() local 4460 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { in EmitOMPTaskBasedDirective() local 4507 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { in EmitOMPTaskBasedDirective() local
|
H A D | CGOpenMPRuntimeGPU.cpp | 2727 llvm::Value *Cnt = nullptr; in emitInterWarpCopyFunction() local 3835 int Cnt = 0; in emitReduction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1874 unsigned Cnt = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6252 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() 6273 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() 6288 int64_t &Cnt) { in isVShiftRImm() 6306 int64_t Cnt; in LowerShift() local 15900 int64_t Cnt; in PerformIntrinsicCombine() local 16001 int64_t Cnt; in PerformIntrinsicCombine() local 16157 int64_t Cnt; in PerformShiftCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1583 unsigned Cnt = I.second.second; in emitGlobalGOTEquivs() local
|