HomeSort by relevance Sort by last modified time
    Searched refs:cmpValues (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 347 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
369 // cmpValues said the functions are the same. So because they aren't
373 // cmpValues will tell us if these are equivalent BasicBlocks, in the
375 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
490 if (int Res = cmpValues(L, R))
504 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
656 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i)))
689 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))
722 int FunctionComparator::cmpValues(const Value *L, const Value *R) const {
780 if (int Res = cmpValues(OpL, OpR)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
FunctionComparator.h 238 /// cmpConstants is used as cmpValues result.
247 int cmpValues(const Value *L, const Value *R) const;
345 /// 5. Compare operands, using cmpValues method.
373 /// fact BBs are ordered in function. And since cmpValues are called during
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
FunctionComparator.cpp 84 return cmpValues(L, R);
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 309 /// 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
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 515 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f };
518 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 717 const float cmpValues[] = { 0.0f, 0.2f, 0.4f, 0.6f, 0.8f, 1.0f };
720 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
    [all...]

Completed in 226 milliseconds