Home
last modified time | relevance | path

Searched defs:Cnt (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTrigramIndex.cpp36 unsigned Cnt = 0; in insert() local
/external/clang/include/clang/Analysis/Support/
DBumpVector.h167 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
/external/clang/include/clang/Analysis/
DCFG.h367 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert()
692 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt, in beginAutomaticObjDtorsInsert()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp375 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) in ActOnGCCAsmStmt() local
DSemaOpenMP.cpp3353 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; in checkIfClauses() local
4964 for (unsigned Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop() local
5036 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in CheckOpenMPLoop() local
5257 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) { in CheckOpenMPLoop() local
5380 for (int Cnt = NestedLoopCount - 1; Cnt >= 0; --Cnt) { in CheckOpenMPLoop() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp345 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7492 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm()
7512 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
7527 int64_t &Cnt) { in isVShiftRImm()
7568 int64_t Cnt; in PerformIntrinsicCombine() local
7673 int64_t Cnt; in PerformIntrinsicCombine() local
7713 int64_t Cnt; in PerformShiftCombine() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp396 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1266 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal() local
1355 TargetLowering::BooleanContent Cnt = in SimplifySetCC() local
/external/clang/lib/Lex/
DPPDirectives.cpp1648 int Cnt = 0; in trySimplifyPath() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp701 uint32_t Cnt = Sec.size / Stride; in findMachOIndirectCovFunctions() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp110 unsigned Cnt; member in __anonbe000e510111::RefVal
3740 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10500 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm()
10520 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
10535 int64_t &Cnt) { in isVShiftRImm()
10577 int64_t Cnt; in PerformIntrinsicCombine() local
10666 int64_t Cnt; in PerformIntrinsicCombine() local
10719 int64_t Cnt; in PerformShiftCombine() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp279 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp258 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp1195 unsigned Cnt = std::count(ProcIndices.begin(), ProcIndices.end(), in getIntersectingVariants() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12157 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm()
12177 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
12192 int64_t &Cnt) { in isVShiftRImm()
12234 int64_t Cnt; in PerformIntrinsicCombine() local
12323 int64_t Cnt; in PerformIntrinsicCombine() local
12376 int64_t Cnt; in PerformShiftCombine() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1053 unsigned Cnt = I.second.second; in emitGlobalGOTEquivs() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6584 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm()
6604 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
6615 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) { in isVShiftRImm()
6627 int64_t Cnt; in LowerVectorSRA_SRL_SHL() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1108 unsigned Cnt = std::count(ProcIndices.begin(), ProcIndices.end(), in getIntersectingVariants() local
/external/clang/include/clang/AST/
DStmtOpenMP.h726 for (unsigned Cnt = 1; Cnt < CollapsedNum; ++Cnt) { in getBody() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1289 unsigned Cnt = I.second.second; in emitGlobalGOTEquivs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7393 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm()
7413 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
7424 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) { in isVShiftRImm()
7436 int64_t Cnt; in LowerVectorSRA_SRL_SHL() local
/external/clang/lib/AST/
DExpr.cpp3906 for (unsigned Cnt = 0; Cnt < ArraySectionCount; ++Cnt) { in getBaseOriginalType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1780 TargetLowering::BooleanContent Cnt = getBooleanContents(VT); in isExtendedTrueVal() local

12