HomeSort by relevance Sort by last modified time
    Searched defs:Cnt (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
TrigramIndex.cpp 36 unsigned Cnt = 0;
74 Cnt++;
81 if (!Cnt) {
87 Counts.push_back(Cnt);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrVariable.c 96 UINTN Cnt = 0;
98 Cnt++;
101 return Cnt;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/
DwEmmcDxe.c 425 UINTN Cnt, Blks, Idx, LastIdx;
427 Cnt = (Length + DWEMMC_DMA_BUF_SIZE - 1) / DWEMMC_DMA_BUF_SIZE;
431 for (Idx = 0; Idx < Cnt; Idx++) {
444 LastIdx = Cnt - 1;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.c 591 UINTN Cnt;
631 for (Cnt = 0; Cnt < P30_MAX_BUFFER_SIZE_IN_WORDS; Cnt++) {
632 if (~DataBuffer[Cnt] != 0 ) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 444 unsigned Cnt; // Block counter. Used to distinguish different pieces of
448 AllocaRegion(const Expr *ex, unsigned cnt, const MemRegion *superRegion)
449 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {}
462 unsigned Cnt, const MemRegion *superRegion);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 279 const ConstantFP *Cnt = MO.getFPImm();
280 const APFloat &Val = Cnt->getValueAPF();
282 switch (Cnt->getType()->getTypeID()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 258 const ConstantFP *Cnt = MO.getFPImm();
259 const APFloat &Val = Cnt->getValueAPF();
261 switch (Cnt->getType()->getTypeID()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
sancov.cpp 701 uint32_t Cnt = Sec.size / Stride;
703 for (uint32_t J = 0; J < Cnt && N + J < Dysymtab.nindirectsyms; J++) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 261 unsigned Cnt = CD->getContextParamPosition();
267 setAddrOfLocalVar(I->getCapturedVar(), GetAddrOfLocalVar(Args[Cnt]));
268 ++Cnt;
274 MakeAddrLValue(GetAddrOfLocalVar(Args[Cnt]), Args[Cnt]->getType(),
279 Args[Cnt]->getName(), ArgLVal),
301 Args[Cnt]->getName(), ArgLVal,
307 EmitLoadOfLValue(ArgLVal, Args[Cnt]->getLocation()).getScalarVal();
309 ++Cnt;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 110 unsigned Cnt;
137 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
139 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)),
154 unsigned getCount() const { return Cnt; }
156 unsigned getCombinedCounts() const { return Cnt + ACnt; }
158 Cnt = 0;
162 Cnt = i;
248 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt &
276 unsigned cnt = getCount(); local
277 if (cnt) Out << " (+ " << cnt << ")"; local
283 unsigned cnt = getCount(); local
284 if (cnt) Out << " (+ " << cnt << ")"; local
290 unsigned cnt = getCount(); local
291 if (cnt) Out << " (+ " << cnt << ")"; local
297 unsigned cnt = getCount(); local
298 if (cnt) Out << " (+ " << cnt << ")"; local
3456 unsigned cnt = X.getCount(); local
3464 unsigned cnt = X.getCount(); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 684 // CNT supports only B element sizes.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1027 milliseconds