/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 162 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I); in CheckForIncompatibleAttributes() local 165 if (!LH) in CheckForIncompatibleAttributes() 168 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() 196 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes() 200 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes() 204 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() 209 << LH->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()
|
D | SemaTemplateInstantiate.cpp | 770 const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH); 1109 TemplateInstantiator::TransformLoopHintAttr(const LoopHintAttr *LH) { in TransformLoopHintAttr() argument 1110 Expr *TransformedExpr = getDerived().TransformExpr(LH->getValue()).get(); in TransformLoopHintAttr() 1112 if (TransformedExpr == LH->getValue()) in TransformLoopHintAttr() 1113 return LH; in TransformLoopHintAttr() 1116 if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation())) in TransformLoopHintAttr() 1117 return LH; in TransformLoopHintAttr() 1122 getSema().Context, LH->getSemanticSpelling(), LH->getOption(), in TransformLoopHintAttr() 1123 LH->getState(), TransformedExpr, LH->getRange()); in TransformLoopHintAttr()
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 135 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr); in push() local 140 if (!LH && !OpenCLHint) { in push() 161 } else if (LH) { in push() 162 auto *ValueExpr = LH->getValue(); in push() 168 Option = LH->getOption(); in push() 169 State = LH->getState(); in push()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 251 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I); in CheckForIncompatibleAttributes() local 254 if (!LH) in CheckForIncompatibleAttributes() 257 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() 308 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes() 312 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes() 316 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() 321 << LH->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/ |
D | zextLoad_and_sextLoad.mir | 90 ; MIPS32: [[LH:%[0-9]+]]:gpr32 = LH [[COPY]], 0 :: (load 2 from %ir.px) 91 ; MIPS32: $v0 = COPY [[LH]]
|
/external/llvm-project/llvm/test/tools/llvm-cov/ |
D | showLineExecutionCounts-lcov.test | 27 // FULL: LH:18 37 // SUMMARYONLY: LH:18
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 506 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 508 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_SELECT() 539 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT() 544 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 546 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 551 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 552 N->getOperand(1), LH, RH, N->getOperand(4)); in SplitRes_SELECT_CC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 527 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_SELECT() 542 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT() 547 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 549 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 554 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 555 N->getOperand(1), LH, RH, N->getOperand(4)); in SplitRes_SELECT_CC()
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-conv-05.ll | 25 ; Check the low end of the LH range. 35 ; Check the high end of the LH range. 46 ; Check the next halfword up, which needs LHY rather than LH. 116 ; Check that LH allows an index 129 ; Check that LH allows an index 143 ; to use LH if possible.
|
D | branch-folder-hoist-livein.mir | 23 …renamable $r1l = LH killed renamable $r1d, 0, $noreg, implicit-def $r1d :: (dereferenceable load 1…
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-conv-05.ll | 25 ; Check the low end of the LH range. 35 ; Check the high end of the LH range. 46 ; Check the next halfword up, which needs LHY rather than LH. 116 ; Check that LH allows an index 129 ; Check that LH allows an index 143 ; to use LH if possible.
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 512 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_SELECT() 543 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT() 548 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local 550 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 555 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC() 556 N->getOperand(1), LH, RH, N->getOperand(4)); in SplitRes_SELECT_CC()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1514 Stmt::Likelihood LH) { in EmitBranchOnBoolExpr() argument 1529 TrueCount, LH); in EmitBranchOnBoolExpr() 1538 TrueCount, LH); in EmitBranchOnBoolExpr() 1555 LH == Stmt::LH_Unlikely ? Stmt::LH_None : LH); in EmitBranchOnBoolExpr() 1565 LH); in EmitBranchOnBoolExpr() 1580 TrueCount, LH); in EmitBranchOnBoolExpr() 1589 TrueCount, LH); in EmitBranchOnBoolExpr() 1609 LH == Stmt::LH_Likely ? Stmt::LH_None : LH); in EmitBranchOnBoolExpr() 1619 LH); in EmitBranchOnBoolExpr() 1633 LH = static_cast<Stmt::Likelihood>(-LH); in EmitBranchOnBoolExpr() [all …]
|
D | CGLoopInfo.cpp | 581 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr); in push() local 586 if (!LH && !OpenCLHint) { in push() 607 } else if (LH) { in push() 608 auto *ValueExpr = LH->getValue(); in push() 614 Option = LH->getOption(); in push() 615 State = LH->getState(); in push()
|
D | CGStmt.cpp | 724 Stmt::Likelihood LH = Stmt::LH_None; in EmitIfStmt() local 727 LH = Stmt::getLikelihood(S.getThen(), S.getElse()); in EmitIfStmt() 728 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, Count, LH); in EmitIfStmt() 1298 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange() local 1314 SwitchLikelihood->push_back(LH); in EmitCaseStmtRange() 1354 Weights = createBranchWeights(LH); in EmitCaseStmtRange() 1722 for (const auto LH : Likelihoods) { in getLikelihoodWeights() local 1723 switch (LH) { in getLikelihoodWeights() 1752 for (const auto LH : Likelihoods) { in getLikelihoodWeights() local 1753 switch (LH) { in getLikelihoodWeights()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sub_pixel_variance_msa.c | 396 filtval = LH(filter); in sub_pixel_sse_diff_4width_h_msa() 435 filtval = LH(filter); in sub_pixel_sse_diff_8width_h_msa() 477 filtval = LH(filter); in sub_pixel_sse_diff_16width_h_msa() 562 filtval = LH(filter); in sub_pixel_sse_diff_4width_v_msa() 604 filtval = LH(filter); in sub_pixel_sse_diff_8width_v_msa() 648 filtval = LH(filter); in sub_pixel_sse_diff_16width_v_msa() 745 filtval = LH(filter_horiz); in sub_pixel_sse_diff_4width_hv_msa() 747 filtval = LH(filter_vert); in sub_pixel_sse_diff_4width_hv_msa() 794 filtval = LH(filter_horiz); in sub_pixel_sse_diff_8width_hv_msa() 796 filtval = LH(filter_vert); in sub_pixel_sse_diff_8width_hv_msa() [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | sub_pixel_variance_msa.c | 393 filtval = LH(filter); in sub_pixel_sse_diff_4width_h_msa() 432 filtval = LH(filter); in sub_pixel_sse_diff_8width_h_msa() 474 filtval = LH(filter); in sub_pixel_sse_diff_16width_h_msa() 559 filtval = LH(filter); in sub_pixel_sse_diff_4width_v_msa() 601 filtval = LH(filter); in sub_pixel_sse_diff_8width_v_msa() 645 filtval = LH(filter); in sub_pixel_sse_diff_16width_v_msa() 742 filtval = LH(filter_horiz); in sub_pixel_sse_diff_4width_hv_msa() 744 filtval = LH(filter_vert); in sub_pixel_sse_diff_4width_hv_msa() 791 filtval = LH(filter_horiz); in sub_pixel_sse_diff_8width_hv_msa() 793 filtval = LH(filter_vert); in sub_pixel_sse_diff_8width_hv_msa() [all …]
|
/external/python/httplib2/tests/tls/ |
D | server.key | 25 M4Cws86fbRSWESqvY3NVJCA5Na9HN0/LH/UlxN8tfrEfv1al/2UXN8zIL1a1uVfK
|
D | server.pem | 45 M4Cws86fbRSWESqvY3NVJCA5Na9HN0/LH/UlxN8tfrEfv1al/2UXN8zIL1a1uVfK
|
D | server_chain.pem | 65 M4Cws86fbRSWESqvY3NVJCA5Na9HN0/LH/UlxN8tfrEfv1al/2UXN8zIL1a1uVfK
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIntrinsics.td | 529 // Rd=add(Rt.[LH],Rs.[HL])[:sat][:<16] 530 // Rd=sub(Rt.[LH],Rs.[HL])[:sat][:<16] 533 //Rd=add(Rt.L,Rs.[LH]) 537 //Rd=add(Rt.L,Rs.[LH]):sat 541 //Rd=sub(Rt.L,Rs.[LH]) 545 //Rd=sub(Rt.L,Rs.[LH]):sat 549 //Rd=add(Rt.[LH],Rs.[LH]):<<16 555 //Rd=sub(Rt.[LH],Rs.[LH]):<<16 561 //Rd=add(Rt.[LH],Rs.[LH]):sat:<<16 567 //Rd=sub(Rt.[LH],Rs.[LH]):sat:<<16
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 189 auto LH = Layer.addModuleSet(std::move(S), std::move(MemMgr), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local 191 ModuleHandleT H = createHandle(Layer, LH); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
/external/python/httplib2/python2/httplib2/test/ |
D | server.pem | 41 0SAwfOhgTu4KYKCdTorYNHS98kC818KzGrK716VKTGWUQ4IWmo92KgWwnj2n++LH
|
/external/ImageMagick/PerlMagick/t/ |
D | input_gray_lsb_08bit.mat | 3 …J.(.000)!!\h{rfPdFIIFNYGDIIJKKMMKES_fb]``_^][YXQID(&>LH@<<999:3* …
|
/external/zstd/build/cmake/ |
D | README.md | 34 cmake -LH ..
|