Home
last modified time | relevance | path

Searched refs:IndexSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1447 unsigned IndexSize = DL.getPointerSizeInBits(); in getGSVectorCost() local
1449 if (IndexSize < 64 || !GEP) in getGSVectorCost()
1450 return IndexSize; in getGSVectorCost()
1455 return IndexSize; in getGSVectorCost()
1465 return IndexSize; // 64 in getGSVectorCost()
1473 unsigned IndexSize = (VF >= 16) ? getIndexSizeInBits(Ptr, DL) : in getGSVectorCost() local
1477 IndexSize), VF); in getGSVectorCost()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c1392 UINT IndexSize,
1572 ARG_VAL(UINT, IndexSize), in CSMT_ITEM_NO_WAIT() argument
1577 context->idxbuf.index_size = IndexSize; in CSMT_ITEM_NO_WAIT()
1591 UINT IndexSize = 0; in nine_context_set_indices() local
1596 IndexSize = pipe_idxbuf->index_size; in nine_context_set_indices()
1601 nine_context_set_indices_apply(device, res, IndexSize, OffsetInBytes); in nine_context_set_indices()