/external/llvm-project/flang/lib/Parser/ |
D | provenance.cpp | 156 return origin[origin.covers.MemberOffset(at)]; in operator []() 189 ProvenanceRange covers{range_.NextAfter(), source.bytes()}; in AddIncludedFile() local 190 CHECK(range_.AnnexIfPredecessor(covers)); in AddIncludedFile() 191 CHECK(origin_.back().covers.ImmediatelyPrecedes(covers)); in AddIncludedFile() 192 origin_.emplace_back(covers, source, from, isModule); in AddIncludedFile() 193 return covers; in AddIncludedFile() 198 ProvenanceRange covers{range_.NextAfter(), expansion.size()}; in AddMacroCall() local 199 CHECK(range_.AnnexIfPredecessor(covers)); in AddMacroCall() 200 CHECK(origin_.back().covers.ImmediatelyPrecedes(covers)); in AddMacroCall() 201 origin_.emplace_back(covers, def, use, expansion); in AddMacroCall() [all …]
|
/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
D | index.txt | 22 … "cov-analysis-reachable-from-many", "A fragment shader that covers a specific LLVM an… 23 … "cov-apfloat-acos-ldexp", "A fragment shader that covers a specific AP floa… 24 … "cov-apfloat-determinant", "A fragment shader that covers a specific arbitra… 25 … "cov-apfloat-mix-nan", "A fragment shader that covers a specific floatin… 26 … "cov-apfloat-mod-zero", "A fragment shader that covers a specific floatin… 27 … "cov-apfloat-negative-step-func", "A fragment shader that covers a specific floatin… 28 … "cov-apfloat-sinh-negative-log2", "A fragment shader that covers a specific floatin… 29 … "cov-apfloat-tanh", "A fragment shader that covers a specific arbitra… 30 … "cov-apfloat-undefined-matrix-mul", "A fragment shader that covers a specific floatin… 31 … "cov-apfloat-determinant-for-if", "A fragment shader that covers a specific APFloat… [all …]
|
/external/pdfium/third_party/agg23/ |
D | agg_renderer_scanline.h | 56 const typename Scanline::cover_type* covers = span->covers; in render() local 64 covers += xmin - x; in render() 76 solid ? 0 : covers, in render() 77 *covers); in render()
|
D | agg_scanline_u.h | 38 cover_type* covers; member 79 m_cur_span->covers = m_covers + x; in add_cell() 83 void add_cells(int x, unsigned len, const CoverT* covers) in add_cells() argument 86 memcpy(m_covers + x, covers, len * sizeof(CoverT)); in add_cells() 93 m_cur_span->covers = m_covers + x; in add_cells() 107 m_cur_span->covers = m_covers + x; in add_span()
|
D | agg_renderer_base.h | 134 const cover_type* covers) in blend_solid_hspan() argument 147 covers += xmin() - x; in blend_solid_hspan() 156 m_ren->blend_solid_hspan(x, y, len, c, covers); in blend_solid_hspan()
|
D | agg_pixfmt_gray.h | 155 const int8u* covers) in blend_solid_hspan() argument 160 calc_type alpha = (calc_type(c.a) * (calc_type(*covers) + 1)) >> 8; in blend_solid_hspan() 164 Blender::blend_pix(p, c.v, alpha, *covers); in blend_solid_hspan() 167 ++covers; in blend_solid_hspan()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDF.cpp | 19 bool HexagonRegisterAliasInfo::covers(RegisterRef RA, RegisterRef RB) const { in covers() function in HexagonRegisterAliasInfo 34 return RegisterAliasInfo::covers(RA, RB); in covers() 37 bool HexagonRegisterAliasInfo::covers(const RegisterSet &RRs, RegisterRef RR) in covers() function in HexagonRegisterAliasInfo 59 return RegisterAliasInfo::covers(RRs, RR); in covers()
|
D | HexagonRDF.h | 21 bool covers(RegisterRef RA, RegisterRef RR) const override; 22 bool covers(const RegisterSet &RRs, RegisterRef RR) const override;
|
D | RDFLiveness.cpp | 112 if (RAI.covers(RR, RefRR)) { in getAllReachingDefs() 200 if (!FullChain && RAI.covers(RRs, RefRR)) in getAllReachingDefs() 215 if (FullChain || IsPhi || !RAI.covers(RRs, QR)) in getAllReachingDefs() 287 if (RAI.covers(DefRRs, RefRR)) in getAllReachedUses() 295 if (RAI.alias(RefRR, UR) && !RAI.covers(DefRRs, UR)) in getAllReachedUses() 307 if (RAI.covers(DefRRs, DR) || !RAI.alias(RefRR, DR)) in getAllReachedUses() 489 if (!RAI.covers(MidDefs, T.first)) in computePhiInfo() 852 bool Covering = RAI.covers(DDR, I.first); in traverse() 857 Covering = RAI.covers(DA.Addr->getRegRef(), Q); in traverse() 879 if (RAI.covers(RRs, DRR)) in traverse()
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBank.cpp | 31 if (!covers(RC)) in verify() 49 assert(covers(SubRC) && "Not all subclasses are covered"); in verify() 55 bool RegisterBank::covers(const TargetRegisterClass &RC) const { in covers() function in RegisterBank 99 if (!covers(RC)) in print()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBank.cpp | 36 if (!covers(RC)) in verify() 54 assert(covers(SubRC) && "Not all subclasses are covered"); in verify() 60 bool RegisterBank::covers(const TargetRegisterClass &RC) const { in covers() function in RegisterBank 106 if (!covers(RC)) in print()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBank.cpp | 36 if (!covers(RC)) in verify() 54 assert(covers(SubRC) && "Not all subclasses are covered"); in verify() 60 bool RegisterBank::covers(const TargetRegisterClass &RC) const { in covers() function in RegisterBank 106 if (!covers(RC)) in print()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBankInfo.cpp | 37 assert(RBGPR.covers(*TRI.getRegClass(AArch64::GPR32RegClassID)) && in AArch64RegisterBankInfo() 48 assert(RBFPR.covers(*TRI.getRegClass(AArch64::QQRegClassID)) && in AArch64RegisterBankInfo() 50 assert(RBFPR.covers(*TRI.getRegClass(AArch64::FPR64RegClassID)) && in AArch64RegisterBankInfo() 60 assert(RBCCR.covers(*TRI.getRegClass(AArch64::CCRRegClassID)) && in AArch64RegisterBankInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBankInfo.cpp | 149 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRRegClassID)) && in ARMRegisterBankInfo() 151 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRwithAPSRRegClassID)) && in ARMRegisterBankInfo() 153 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRnopcRegClassID)) && in ARMRegisterBankInfo() 155 assert(RBGPR.covers(*TRI.getRegClass(ARM::rGPRRegClassID)) && in ARMRegisterBankInfo() 157 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPRRegClassID)) && in ARMRegisterBankInfo() 159 assert(RBGPR.covers(*TRI.getRegClass(ARM::tcGPRRegClassID)) && in ARMRegisterBankInfo() 161 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPR_and_tcGPRRegClassID)) && in ARMRegisterBankInfo() 163 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPREven_and_tGPR_and_tcGPRRegClassID)) && in ARMRegisterBankInfo() 165 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPROdd_and_tcGPRRegClassID)) && in ARMRegisterBankInfo()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMRegisterBankInfo.cpp | 147 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRRegClassID)) && in ARMRegisterBankInfo() 149 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRwithAPSRRegClassID)) && in ARMRegisterBankInfo() 151 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRnopcRegClassID)) && in ARMRegisterBankInfo() 153 assert(RBGPR.covers(*TRI.getRegClass(ARM::rGPRRegClassID)) && in ARMRegisterBankInfo() 155 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPRRegClassID)) && in ARMRegisterBankInfo() 157 assert(RBGPR.covers(*TRI.getRegClass(ARM::tcGPRRegClassID)) && in ARMRegisterBankInfo() 159 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPR_and_tcGPRRegClassID)) && in ARMRegisterBankInfo() 161 assert(RBGPR.covers( in ARMRegisterBankInfo() 164 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPROdd_and_tcGPRRegClassID)) && in ARMRegisterBankInfo()
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 107 // AT697E: Provides full coverage of AT697E - covers all the erratum fixes for 114 // AT697F: Provides full coverage of AT697F - covers all the erratum fixes for 123 // - covers all the erratum fixes for LEON3, but does not support the CASA 131 // - covers all the erratum fixed for LEON3 and support for the CASA 140 // GR740: Provides full coverage of GR740 - covers all the erratum fixes for
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SaveSlices.pbtxt | 33 larger tensor and the slice that this tensor covers. `shapes_and_slices` must 47 * The string `-` meaning that the slice covers all indices of this dimension 49 case the slice covers `length` indices starting at `start`.
|
D | api_def_RequantizationRange.pbtxt | 34 "Computes a range that covers the actual values present in a quantized tensor." 37 range that covers the actual values present in that tensor. This op is typically
|
/external/python/cpython3/Doc/extending/ |
D | index.rst | 28 This guide only covers the basic tools for creating extensions provided 38 The Python Packaging User Guide not only covers several available 47 This section of the guide covers creating C and C++ extensions without 67 the CPython runtime inside a larger application. This section covers
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases.
|
/external/llvm/lib/Target/Mips/ |
D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases.
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_bound.c | 216 isl_bool covers; in isl_pw_qpolynomial_fold_bound() local 257 covers = isl_pw_qpolynomial_fold_covers(bound.pwf_tight, bound.pwf); in isl_pw_qpolynomial_fold_bound() 258 if (covers < 0) in isl_pw_qpolynomial_fold_bound() 262 *tight = covers; in isl_pw_qpolynomial_fold_bound() 267 if (covers) { in isl_pw_qpolynomial_fold_bound()
|
D | isl_bernstein.c | 365 isl_bool covers; in bernstein_coefficients_base() local 411 covers = isl_pw_qpolynomial_fold_covers(data->pwf_tight, data->pwf); in bernstein_coefficients_base() 412 if (covers < 0) in bernstein_coefficients_base() 416 *tight = covers; in bernstein_coefficients_base() 418 if (covers) { in bernstein_coefficients_base()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 288 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() function 308 bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers() function 311 case 1: return u.format1.covers (set_index, glyph_id); in covers() 385 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id);… in mark_set_covers()
|