/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 3964 CHECK_T32_16(Adc(DontCare, r7, r7, r6), "adcs r7, r6\n"); in TEST() 3966 CHECK_T32_16_IT_BLOCK(Adc(DontCare, eq, r7, r7, r6), in TEST() 3970 CHECK_T32_16(Add(DontCare, r6, r7, 7), "adds r6, r7, #7\n"); in TEST() 3972 CHECK_T32_16_IT_BLOCK(Add(DontCare, lt, r6, r7, 7), in TEST() 3976 CHECK_T32_16(Add(DontCare, r5, r5, 255), "adds r5, #255\n"); in TEST() 3978 CHECK_T32_16_IT_BLOCK(Add(DontCare, lt, r5, r5, 255), in TEST() 3984 CHECK_T32_16(Add(DontCare, r1, r1, r2), "add r1, r2\n"); in TEST() 3986 CHECK_T32_16(Add(DontCare, r1, r2, r7), "adds r1, r2, r7\n"); in TEST() 3988 CHECK_T32_16_IT_BLOCK(Add(DontCare, lt, r1, r2, r7), in TEST() 3992 CHECK_T32_16(Add(DontCare, r4, r4, r12), "add r4, ip\n"); in TEST() [all …]
|
D | test-assembler-aarch32.cc | 5985 CHECK_SIZE_MATCH(Add(DontCare, r1, r2, r7), Add(DontCare, r1, r7, r2)); in TEST_T32() 5987 CHECK_SIZE_MATCH(Add(DontCare, lt, r1, r2, r7), in TEST_T32() 5988 Add(DontCare, lt, r1, r7, r2)); in TEST_T32()
|
/external/angle/src/libANGLE/ |
D | GLES1State.cpp | 81 mLineSmoothHint(HintSetting::DontCare), 82 mPointSmoothHint(HintSetting::DontCare), 83 mPerspectiveCorrectionHint(HintSetting::DontCare), 84 mFogHint(HintSetting::DontCare) 170 mLineSmoothHint = HintSetting::DontCare; in initialize() 171 mPointSmoothHint = HintSetting::DontCare; in initialize() 172 mPerspectiveCorrectionHint = HintSetting::DontCare; in initialize() 173 mFogHint = HintSetting::DontCare; in initialize()
|
/external/crosvm/disk/src/ |
D | android_sparse.rs | 86 DontCare, enumerator 139 CHUNK_TYPE_DONT_CARE => Chunk::DontCare, in parse_chunk() 304 Chunk::DontCare => { in read_at_volatile() 378 chunk: Chunk::DontCare, in parse_dont_care() 434 chunk: Chunk::DontCare, in read_dontcare() 480 chunk: Chunk::DontCare, in read_fill_offset_edges()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCommandBuffer.mm | 58 // * the first's store actions are either Store or DontCare 59 // * the second's load actions are either Load or DontCare
|
/external/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 82 DontCare, ///< Block doesn't care / variable not live. enumerator
|
D | SpillPlacement.cpp | 262 if (I->Entry != DontCare) { in addConstraints() 269 if (I->Exit != DontCare) { in addConstraints()
|
D | RegAllocGreedy.cpp | 947 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 948 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 81 DontCare, ///< Block doesn't care / variable not live. enumerator
|
D | SpillPlacement.cpp | 266 if (I->Entry != DontCare) { in addConstraints() 273 if (I->Exit != DontCare) { in addConstraints()
|
D | RegAllocGreedy.cpp | 1207 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 1211 : SpillPlacement::DontCare; in addSplitConstraints()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 81 DontCare, ///< Block doesn't care / variable not live. enumerator
|
D | SpillPlacement.cpp | 270 if (I->Entry != DontCare) { in addConstraints() 277 if (I->Exit != DontCare) { in addConstraints()
|
D | RegAllocGreedy.cpp | 1199 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 1203 : SpillPlacement::DontCare; in addSplitConstraints()
|
/external/llvm-project/clang/include/clang/AST/ |
D | FormatString.h | 278 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enumerator 279 TypeKind TK = TypeKind::DontCare;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 2424 ? vk::RenderPassStoreOp::DontCare in startNewRenderPass() 2460 vk::RenderPassStoreOp::DontCare); in startNewRenderPass() 2528 depthStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2532 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2571 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2576 depthStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass()
|
D | vk_cache_utils.h | 108 DontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE, enumerator
|
D | vk_helpers.cpp | 1521 dsOps.storeOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore() 1535 dsOps.stencilStoreOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore() 1568 dsOps.stencilStoreOp == RenderPassStoreOp::DontCare) in finalizeDepthStencilLoadStore() 1680 SetBitField(mAttachmentOps[attachmentIndex].storeOp, RenderPassStoreOp::DontCare); in invalidateRenderPassColorAttachment()
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 681 return HintSetting::DontCare; in FromGLenum() 695 case HintSetting::DontCare: in ToGLenum() 711 case HintSetting::DontCare: in operator <<()
|
D | PackedGLEnums_autogen.h | 190 DontCare = 0, enumerator
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 47 enum FlagsUpdate { LeaveFlags = 0, SetFlags = 1, DontCare = 2 }; enumerator 1021 case DontCare: in Adc() 1105 case DontCare: in Add() 1195 case DontCare: in And() 1264 case DontCare: in Asr() 1389 case DontCare: in Bic() 1733 case DontCare: in Eor() 2286 case DontCare: in Lsl() 2353 case DontCare: in Lsr() 2415 case DontCare: in Mla() [all …]
|