Searched refs:gather (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp165 void gather(Instruction *, const ValueVector &);
295 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { function in class:Scalarizer
390 gather(&I, Res);
420 gather(&SI, Res);
465 gather(&GEPI, Res);
483 gather(&CI, Res);
538 gather(&BCI, Res);
562 gather(&SVI, Res);
587 gather(&PHI, Res);
611 gather(
[all...]
/external/llvm/utils/
H A Dllvm-compilers-check328 gather = False
334 gather = False
335 if gather:
339 gather = True
/external/deqp/framework/common/
H A DtcuTexture.hpp762 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
794 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
821 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const function in class:tcu::TextureCube
823 return m_view.gather(sampler, s, t, r, componentNdx);
H A DtcuTexture.cpp3253 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const
3293 const Vec4 gathered = gather(noCompareSampler, s, t, r, 0 /* component 0: depth */);
/external/valgrind/cachegrind/
H A Dcg_annotate.in683 @@ gather new information.
/external/boringssl/mac-x86_64/crypto/bn/
H A Dx86_64-mont5.S1802 jmp L$gather
1804 L$gather:
1822 jnz L$gather
/external/boringssl/win-x86_64/crypto/bn/
H A Dx86_64-mont5.asm1877 jmp NEAR $L$gather
1879 $L$gather:
1897 jnz NEAR $L$gather
/external/valgrind/callgrind/
H A Dcallgrind_annotate.in1009 @@ gather new information.
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp524 return texture.gather(sampler, coord.x(), coord.y(), coord.z(), componentNdx).cast<ColorScalarType>();
954 // \note Filter modes have no effect on gather (except when it comes to
1318 "(note that they should have no effect on gather result)")
1350 m_testCtx.getLog() << TestLog::Message << "Using a program similar to the previous one, except with a gather function call as follows:\n"
2022 : TestCaseGroup(context, "gather", "textureGather* tests")
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp382 gather(Cond);
489 void gather(Value *V) { function in struct:__anon13017::ConstantComparesGatherer
3143 // Try to gather values from a chain of and/or to be turned into a switch
/external/blktrace/btt/doc/
H A Dbtt.tex537 inactivity -- and one can gather a sense of deltas between the queueing

Completed in 302 milliseconds