/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 347 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) in cmpConstants() 375 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants() 490 if (int Res = cmpValues(L, R)) in cmpOperations() 504 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand())) in cmpOperations() 656 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations() 689 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) in cmpGEPs() 722 int FunctionComparator::cmpValues(const Value *L, const Value *R) const { in cmpValues() function in FunctionComparator 780 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() 838 if (cmpValues(&*ArgLI, &*ArgRI) != 0) in compareSignature() 866 if (int Res = cmpValues(BBL, BBR)) in compare()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 318 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 247 int cmpValues(const Value *L, const Value *R) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | FunctionComparator.cpp | 84 return cmpValues(L, R); in testCmpValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MergeFunctions.rst | 317 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/llvm/docs/ |
D | MergeFunctions.rst | 317 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/ |
D | es31fOpaqueTypeIndexingTests.cpp | 515 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-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 4270 int cmpValues = 0; // 1 if there is a compare value (handier than a bool below) in decomposeSampleMethods() local 4273 case EOpMethodGatherCmpRed: cmpValues = 1; // fall through in decomposeSampleMethods() 4275 case EOpMethodGatherCmpGreen: cmpValues = 1; // fall through in decomposeSampleMethods() 4277 case EOpMethodGatherCmpBlue: cmpValues = 1; // fall through in decomposeSampleMethods() 4279 case EOpMethodGatherCmpAlpha: cmpValues = 1; // fall through in decomposeSampleMethods() 4290 if (cmpValues != 0 && op != EOpMethodGatherCmpRed) { in decomposeSampleMethods() 4308 bool hasStatus = (argSize == (5+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods() 4319 if (cmpValues > 0 && ! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods() 4326 hasOffset1 = (argSize == (4+cmpValues) || argSize == (5+cmpValues)); in decomposeSampleMethods() 4327 hasOffset4 = (argSize == (7+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 717 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f }; in iterate() local 720 …Comps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues)); in iterate()
|