Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/
Dwidened.ll33 %indexB = add i16 %iv.trunc.16, %offB
35 %rcB = icmp ult i16 %indexB, %lengthB
41 %indexB.ext = zext i16 %indexB to i64
42 %addrB = getelementptr inbounds i8, i8* %arrB, i64 %indexB.ext
86 %indexB = add i32 %iv.trunc, %offB
90 %rcB = icmp ult i32 %indexB, %lengthB
96 %indexB.ext = zext i32 %indexB to i64
97 %addrB = getelementptr inbounds i8, i8* %arrB, i64 %indexB.ext
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1223 Value *indexB = C(linkedAttrib * 12 + channel + 4); in CompileFS() local
1228 indexB = ADD(indexB, offset); in CompileFS()
1233 Value *vb = VBROADCAST(LOAD(GEP(pAttribs, indexB))); in CompileFS()