Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp303 unsigned IndexSize = PointerMemSize; in parseSpecifier() local
317 IndexSize = inBytes(getInt(Tok)); in parseSpecifier()
318 if (!IndexSize) in parseSpecifier()
323 PointerMemSize, IndexSize); in parseSpecifier()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2448 unsigned IndexSize = DL.getPointerSizeInBits(); in getGSVectorCost() local
2450 if (IndexSize < 64 || !GEP) in getGSVectorCost()
2451 return IndexSize; in getGSVectorCost()
2456 return IndexSize; in getGSVectorCost()
2466 return IndexSize; // 64 in getGSVectorCost()
2474 unsigned IndexSize = (ST->hasAVX512() && VF >= 16) in getGSVectorCost() local
2479 IndexSize), VF); in getGSVectorCost()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c1305 UINT IndexSize,
1485 ARG_VAL(UINT, IndexSize), in CSMT_ITEM_NO_WAIT() argument
1490 context->index_size = IndexSize; in CSMT_ITEM_NO_WAIT()
1502 UINT IndexSize = 0; in nine_context_set_indices() local
1507 IndexSize = idxbuf->index_size; in nine_context_set_indices()
1510 nine_context_set_indices_apply(device, res, IndexSize, OffsetInBytes); in nine_context_set_indices()