Home
last modified time | relevance | path

Searched refs:NC (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp668 for (auto &NC : NullCheckList) { in rewriteNullChecks()
670 unsigned BranchesRemoved = TII->removeBranch(*NC.getCheckBlock()); in rewriteNullChecks()
674 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks()
676 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
684 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc()); in rewriteNullChecks()
689 MachineBasicBlock *MBB = NC.getMemOperation()->getParent(); in rewriteNullChecks()
699 if (auto *DepMI = NC in rewriteNullChecks()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp296 Value *NC; in FlattenParallelAndOr() local
299 NC = Builder.CreateOr(PC, CC); in FlattenParallelAndOr()
302 NC = Builder.CreateAnd(PC, CC); in FlattenParallelAndOr()
304 PBI->replaceUsesOfWith(CC, NC); in FlattenParallelAndOr()
305 PC = NC; in FlattenParallelAndOr()
452 Value *NC = Builder.CreateOr(CInst1, CC); in MergeIfRegion() local
453 PBI->replaceUsesOfWith(CC, NC); in MergeIfRegion()
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/
H A Drun.sh34 NC='\033[0m' # No Color
37 printf "${NC}"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h188 unsigned NC = 0; in getNumClasses() local
190 if (I->isLeader()) ++NC; in getNumClasses()
191 return NC; in getNumClasses()
/third_party/mesa3d/.gitlab-ci/piglit/
H A Dpiglit-traces.sh24 NC='\033[0m' # No Color
27 printf "${NC}"
/third_party/f2fs-tools/lib/
H A Dnls_utf8.c345 #define NC (VC * TC) macro
346 #define SC (LC * NC)
360 li = si / NC; in utf8hangul()
361 vi = (si % NC) / TC; in utf8hangul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c191 (NC-1)*sizeof(cat_t)); in llvm_regcomp()
212 g->csetsize = NC; in llvm_regcomp()
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in llvm_regcomp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregutils.h42 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c319 (NC-1)*sizeof(cat_t)); in llvm_regcomp()
340 g->csetsize = NC; in llvm_regcomp()
353 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in llvm_regcomp()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-base-type.c4 NC = 1UL, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp492 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping()
496 IO.mapOptional("Characteristics", NC->Characteristics); in mapping()
560 MappingNormalization<NSectionCharacteristics, uint32_t> NC( in mapping()
563 IO.mapRequired("Characteristics", NC->Characteristics); in mapping()
584 NC->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in mapping()
/third_party/benchmark/test/
H A Doutput_test_helper.cc107 for (const auto& NC : not_checks) { in CheckCase()
108 BM_CHECK(!NC.regex->Match(line)) in CheckCase()
110 << NC.regex_str << "\"" in CheckCase()
/third_party/openssl/test/certs/
H A Dmkcert.sh147 if [ -n "$NC" ]; then
148 exts=$(printf "%s\nnameConstraints = %s\n" "$exts" "$NC")
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-thai.cc42 NC, enumerator
60 return NC; in get_consonant_type()
175 T0, /* NC */
202 B0, /* NC */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
1067 ++NC; in hoist()
1075 NumHoisted += NL + NS + NC + NI; in hoist()
1079 NumCallsHoisted += NC; in hoist()
1080 return {NI, NL + NC + NS}; in hoist()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCRegisterInfo.h348 const MCRegisterClass *C, unsigned NC, in InitMCRegisterInfo()
368 NumClasses = NC; in InitMCRegisterInfo()
346 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const LaneBitmask *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) InitMCRegisterInfo() argument
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c110 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
116 for (i = 0; i < NC; i++) { \
122 for (i = 0; i < NC; i++) { \
130 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
133 for (i = 0; i < NC; i++) { \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp662 Constant *NC = Names->getOperand(I); in lowerCoverageData() local
663 Value *V = NC->stripPointerCasts(); in lowerCoverageData()
669 NC->dropAllReferences(); in lowerCoverageData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4784 Instruction *NC = NewCall; in transformConstExprCastCall() local
4785 Value *NV = NC; in transformConstExprCastCall()
4788 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
4789 NC->setDebugLoc(Caller->getDebugLoc()); in transformConstExprCastCall()
4795 InsertNewInstBefore(NC, *I); in transformConstExprCastCall()
4798 InsertNewInstBefore(NC, *I); in transformConstExprCastCall()
4801 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h125 NC,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h928 CondOpInit(unsigned NC, RecTy *Type) in CondOpInit() argument
930 NumConds(NC), ValType(Type) {} in CondOpInit()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js59 386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],
337 ,,[9]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,"8(?:3\\d\\d|86)\\d{5}",,,,"88612345"],"NA",264,"00","0",,,"0",,,,[[,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],[,"(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],[,"(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],[,"(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],NC:[,[,,"(?:050|[2-57-9]\\d\\d)\\d{3}",,,,,,,[6]],[,,"(?:2[03-9]|3[0-5]|4[1-7]|88)\\d{4}",,,,"201234"],[,
338 ,"(?:5[0-4]|[79]\\d|8[0-79])\\d{4}",,,,"751234"],[,,"050\\d{3}",,,,"050012"],[,,"36\\d{4}",,,,"366711"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"NC",687,"00",,,,,,,,[[,"(\\d{3})","$1",["5[6-8]"]],[,"(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]],[[,"(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],NE:[,[,,"[027-9]\\d{7}",,,,,,,[8]],[,,"2(?:0(?:20|3[1-8]|4[13-5]|5[14]|6[14578]|7[1-578])|1(?:4[145]|5[14]|6[14-68]|7[169]|88))\\d{4}",
613 "(?:10|93)111|(?:1\\d|9)\\d\\d",,,,"900"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],NC:[,[,,"[135]\\d{1,3}",,,,,,,[2,3,4]],,,[,,"1(?:0(?:00|1[23]|3[0-2]|8\\d)|[5-8])|363\\d|577",,,,"15"],[,,,,,,,,,[-1]],,,,"NC",,,,,,,,,,,,,,,,,,[,,"1[5-8]",,,,"15",,,[2]],,[,,"1(?:0(?:0[06]|1[02-46]|20|3[0-25]|42|5[058]|77|88)|[5-8])|3631|5[6-8]\\d",,,,"15"],[,,"5(?:67|88)",,,,"567",,,[3]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],NE:[,[,,"[1-3578]\\d(?:\\d(?:\\d{3})?)?",,,,,,,[2,3,6]],,,[,,"1(?:18|[578])|723\\d{3}",
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h612 EVALUATE(NC);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1049 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) { in SelectAddrMode6Offset()
1050 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits()) in SelectAddrMode6Offset()
1091 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N); in SelectThumbAddrModeRRSext() local
1092 if (!NC || !NC->isNullValue()) in SelectThumbAddrModeRRSext()

Completed in 54 milliseconds

12