Home
last modified time | relevance | path

Searched refs:StoreSrc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp801 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
844 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
1046 if (compCtrl[i] == StoreSrc) in JitGatherVertices()
1410 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle8bpcGatherd16()
1483 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle8bpcGatherd16()
1585 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle8bpcGatherd()
1786 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle16bpcGather16()
1891 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle16bpcGather16()
2032 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle16bpcGather()
2128 if (compCtrl[i] == ComponentControl::StoreSrc) in Shuffle16bpcGather()
[all …]
Dfetch_jit.h85 StoreSrc = 1, enumerator
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp605 ? ComponentControl::StoreSrc in swr_create_vertex_elements_state()
609 ? ComponentControl::StoreSrc in swr_create_vertex_elements_state()
613 ? ComponentControl::StoreSrc in swr_create_vertex_elements_state()
617 ? ComponentControl::StoreSrc in swr_create_vertex_elements_state()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16569 StoreSource StoreSrc = getStoreSource(Val); in getStoreMergeCandidates() local
16570 assert(StoreSrc != StoreSource::Unknown && "Expected known source for store"); in getStoreMergeCandidates()
16576 if (StoreSrc == StoreSource::Load) { in getStoreMergeCandidates()
16604 switch (StoreSrc) { in getStoreMergeCandidates()
17311 const StoreSource StoreSrc = getStoreSource(StoredVal); in mergeConsecutiveStores() local
17312 if (StoreSrc == StoreSource::Unknown) in mergeConsecutiveStores()
17333 bool IsNonTemporalLoad = StoreSrc == StoreSource::Load && in mergeConsecutiveStores()
17353 switch (StoreSrc) { in mergeConsecutiveStores()