Home
last modified time | relevance | path

Searched refs:DontCare (Results 1 – 21 of 21) sorted by relevance

/external/vixl/test/aarch32/
Dtest-disasm-a32.cc3964 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 …]
Dtest-assembler-aarch32.cc5985 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/
DGLES1State.cpp81 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/
Dandroid_sparse.rs86 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/
DGrMtlCommandBuffer.mm58 // * the first's store actions are either Store or DontCare
59 // * the second's load actions are either Load or DontCare
/external/llvm-project/llvm/lib/CodeGen/
DSpillPlacement.h81 DontCare, ///< Block doesn't care / variable not live. enumerator
DSpillPlacement.cpp266 if (I->Entry != DontCare) { in addConstraints()
273 if (I->Exit != DontCare) { in addConstraints()
DRegAllocGreedy.cpp1207 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1211 : SpillPlacement::DontCare; in addSplitConstraints()
/external/llvm/lib/CodeGen/
DSpillPlacement.h82 DontCare, ///< Block doesn't care / variable not live. enumerator
DSpillPlacement.cpp262 if (I->Entry != DontCare) { in addConstraints()
269 if (I->Exit != DontCare) { in addConstraints()
DRegAllocGreedy.cpp947 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
948 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.h81 DontCare, ///< Block doesn't care / variable not live. enumerator
DSpillPlacement.cpp270 if (I->Entry != DontCare) { in addConstraints()
277 if (I->Exit != DontCare) { in addConstraints()
DRegAllocGreedy.cpp1199 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1203 : SpillPlacement::DontCare; in addSplitConstraints()
/external/llvm-project/clang/include/clang/AST/
DFormatString.h278 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enumerator
279 TypeKind TK = TypeKind::DontCare;
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2424 ? 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()
Dvk_cache_utils.h108 DontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE, enumerator
Dvk_helpers.cpp1521 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/
DPackedGLEnums_autogen.cpp681 return HintSetting::DontCare; in FromGLenum()
695 case HintSetting::DontCare: in ToGLenum()
711 case HintSetting::DontCare: in operator <<()
DPackedGLEnums_autogen.h190 DontCare = 0, enumerator
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h47 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 …]