Home
last modified time | relevance | path

Searched refs:getCompare (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsPartitionedTests.cpp292 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() function
360 " if (" + getCompare(caseDef.opType, caseDef.format, "allResult", "refResult") + ") {\n" in getTestString()
371 " if (" + getCompare(caseDef.opType, caseDef.format, "allResult", "refResult") + ") {\n" in getTestString()
389 " if (" + getCompare(caseDef.opType, caseDef.format, "selfResult", expectedSelfResult) + ") {\n" in getTestString()
404 " if (" + getCompare(caseDef.opType, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
406 " tempResult |= " + getCompare(caseDef.opType, caseDef.format, "partitionedResult", "subsetResult") + " ? (0x4u << N) : 0u;\n" in getTestString()
418 " if (" + getCompare(caseDef.opType, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
420 " tempResult |= " + getCompare(caseDef.opType, caseDef.format, "partitionedResult", "subsetResult") + " ? (0x20000u << N) : 0u;\n" in getTestString()
H A DglcSubgroupsArithmeticTests.cpp342 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() function
441 << " tempResult = " << getCompare(caseDef.opType, caseDef.format, "ref", in initFrameBufferPrograms()
454 << " tempResult |= " << getCompare(caseDef.opType, caseDef.format, "ref", in initFrameBufferPrograms()
613 " tempResult = " + getCompare(caseDef.opType, caseDef.format, "ref", getOpTypeName(caseDef.opType) + "(data[gl_SubgroupInvocationID])") + " ? 0x1u : 0u;\n" in initPrograms()
625 " tempResult |= " + getCompare(caseDef.opType, caseDef.format, "ref", getOpTypeName(caseDef.opType) + "(data[gl_SubgroupInvocationID])") + " ? 0x2u : 0u;\n" in initPrograms()
H A DglcSubgroupsClusteredTests.cpp272 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() function
343 << " if (!" << getCompare(caseDef.opType, caseDef.format, "ref", "op") << ")\n" in getBodySource()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsPartitionedTests.cpp207 " if (" + getCompare(op, caseDef.format, "allResult", "refResult") + ") {\n" in getTestString()
218 " if (" + getCompare(op, caseDef.format, "allResult", "refResult") + ") {\n" in getTestString()
234 " if (" + getCompare(op, caseDef.format, "selfResult", expectedSelfResult) + ") {\n" in getTestString()
249 " if (" + getCompare(op, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
251 " tempResult |= " + getCompare(op, caseDef.format, "partitionedResult", "subsetResult") + " ? (0x4 << N) : 0;\n" in getTestString()
263 " if (" + getCompare(op, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
265 " tempResult |= " + getCompare(op, caseDef.format, "partitionedResult", "subsetResult") + " ? (0x20000 << N) : 0;\n" in getTestString()
H A DvktSubgroupsScanHelpers.hpp54 std::string getCompare (Operator op, vk::VkFormat format, std::string lhs, std::string rhs);
H A DvktSubgroupsArithmeticTests.cpp208 " tempRes = " + getCompare(caseDef.op, caseDef.format, "ref", getOpTypeName(caseDef.op, caseDef.scanType) + "(data[gl_SubgroupInvocationID])") + " ? 0x1 : 0;\n" in getTestSrc()
220 " tempRes |= " + getCompare(caseDef.op, caseDef.format, "ref", getOpTypeName(caseDef.op, caseDef.scanType) + "(data[gl_SubgroupInvocationID])") + " ? 0x2 : 0;\n" in getTestSrc()
H A DvktSubgroupsScanHelpers.cpp277 string getCompare (Operator op, VkFormat format, string lhs, string rhs) in getCompare() function
H A DvktSubgroupsClusteredTests.cpp115 const string compare = getCompare(caseDef.op, caseDef.format, "ref", "op"); in getTestSrc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsPartitionedTests.cpp209 " if (" + getCompare(op, caseDef.format, "allResult", "refResult") + ") {\n" in getTestString()
220 " if (" + getCompare(op, caseDef.format, "allResult", "refResult") + ") {\n" in getTestString()
236 " if (" + getCompare(op, caseDef.format, "selfResult", expectedSelfResult) + ") {\n" in getTestString()
251 " if (" + getCompare(op, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
253 " tempResult |= " + getCompare(op, caseDef.format, "partitionedResult", "subsetResult") + " ? (0x4 << N) : 0;\n" in getTestString()
265 " if (" + getCompare(op, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
267 " tempResult |= " + getCompare(op, caseDef.format, "partitionedResult", "subsetResult") + " ? (0x20000 << N) : 0;\n" in getTestString()
H A DvktSubgroupsScanHelpers.hpp54 std::string getCompare (Operator op, vk::VkFormat format, std::string lhs, std::string rhs);
H A DvktSubgroupsArithmeticTests.cpp210 " tempRes = " + getCompare(caseDef.op, caseDef.format, "ref", getOpTypeName(caseDef.op, caseDef.scanType) + "(data[gl_SubgroupInvocationID])") + " ? 0x1 : 0;\n" in getTestSrc()
222 " tempRes |= " + getCompare(caseDef.op, caseDef.format, "ref", getOpTypeName(caseDef.op, caseDef.scanType) + "(data[gl_SubgroupInvocationID])") + " ? 0x2 : 0;\n" in getTestSrc()
H A DvktSubgroupsScanHelpers.cpp277 string getCompare (Operator op, VkFormat format, string lhs, string rhs) in getCompare() function
H A DvktSubgroupsClusteredTests.cpp117 const string compare = getCompare(caseDef.op, caseDef.format, "ref", "op"); in getTestSrc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h293 Constant *getCompare(CmpInst::Predicate Pred, Type *Ty, in getCompare() function in llvm::ValueLatticeElement
299 return ConstantExpr::getCompare(Pred, getConstant(), Other.getConstant()); in getCompare()
H A DTargetFolder.h230 return Fold(ConstantExpr::getCompare(P, LHS, RHS)); in CreateICmp()
234 return Fold(ConstantExpr::getCompare(P, LHS, RHS)); in CreateFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h237 return ConstantExpr::getCompare(P, LHS, RHS); in CreateICmp()
242 return ConstantExpr::getCompare(P, LHS, RHS); in CreateFCmp()
H A DConstants.h1138 static Constant *getCompare(unsigned short pred, Constant *C1, Constant *C2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DBranchProbabilityInfo.cpp583 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(), in computeUnlikelySuccessors()
H A DInlineCost.cpp1261 return ConstantExpr::getCompare(I.getPredicate(), COps[0], COps[1]); in visitCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp405 InstResult = ConstantExpr::getCompare(CI->getPredicate(), in EvaluateBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp1226 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
1957 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction()
H A DConstants.cpp1336 return ConstantExpr::getCompare(getPredicate(), Ops[0], Ops[1], in getWithOperands()
2036 Constant *ConstantExpr::getCompare(unsigned short Predicate, Constant *C1, in getCompare() function in ConstantExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1083 Constant *C = V1State.getCompare(I.getPredicate(), I.getType(), V2State); in visitCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2692 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C) in foldICmpSelectConstant()
2695 ConstantExpr::getCompare(Cmp.getPredicate(), C2Equal, C) in foldICmpSelectConstant()
2698 ConstantExpr::getCompare(Cmp.getPredicate(), C3GreaterThan, C) in foldICmpSelectConstant()

Completed in 47 milliseconds

12