Searched refs:cmpValues (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp309 /// cmpConstants is used as cmpValues result.
318 int cmpValues(const Value *L, const Value *R) const;
354 /// 5. Compare operands, using cmpValues method.
437 /// fact BBs are ordered in function. And since cmpValues are called during
766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
788 // cmpValues said the functions are the same. So because they aren't
792 // cmpValues will tell us if these are equivalent BasicBlocks, in the
794 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
1060 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i)))
1094 if (int Res = cmpValues(GEP
1127 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { function in class:FunctionComparator
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp515 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; local
518 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp804 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; local
807 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));

Completed in 264 milliseconds