Home
last modified time | relevance | path

Searched refs:Index0 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6076 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2,
6078 const SizeT Mask = (Index0 & 0x3) | ((Index1 & 0x3) << 2) |
6086 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) {
6088 assert((Index0 & SrcBit) == (Index1 & SrcBit));
6089 assert((Index0 & SrcBit) == (Index2 & SrcBit));
6090 assert((Index0 & SrcBit) == (Index3 & SrcBit));
6097 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6104 Operand *Src0, SizeT Index0, SizeT Index1, Operand *Src1, SizeT Index2,
6107 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX));
6117 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
[all …]
DIceTargetLoweringX86Base.h1181 Variable *lowerShuffleVector_AllFromSameSrc(Operand *Src, SizeT Index0,
1185 Variable *lowerShuffleVector_TwoFromSameSrc(Operand *Src0, SizeT Index0,
1191 SizeT Index0,
/external/llvm/lib/Option/
DArgList.cpp367 unsigned Index0 = MakeIndex(String0); in MakeIndex() local
369 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
371 return Index0; in MakeIndex()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DSkinnedVertShader.vsh12 position = (BoneMatrixArray[Index0] * inVertex) * Weight0 +
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp1136 auto Index0 = GEP->getOperand(1); in getScalarOrArray() local
1137 (void) Index0; in getScalarOrArray()
1138 assert(dyn_cast<ConstantInt>(Index0)->getZExtValue() == 0); in getScalarOrArray()