Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp318 int cmpValues(const Value *L, const Value *R) const;
766 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants()
794 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
1060 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations()
1094 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs()
1127 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator
1175 if (int Res = cmpValues(&*InstL, &*InstR)) in cmpBasicBlocks()
1188 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpBasicBlocks()
1200 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks()
1262 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compare()
[all …]
/external/llvm/docs/
DMergeFunctions.rst317 This is done by “``FunctionComparator::cmpValues(const Value*, const Value*)``”
332 arguments (see ``cmpValues`` method below).
384 cmpValues(const Value*, const Value*)
437 What we assiciate in cmpValues?
453 How to implement cmpValues?
533 Now when *cmpValues* returns 0, we can proceed comparison procedure. Otherwise,
598 ``cmpValues`` method.
610 3.3. Compare operands themselves, use ``cmpValues`` method. Return result
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp515 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local
518 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp822 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local
825 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()