/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsPartitionedTests.cpp | 292 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 D | glcSubgroupsArithmeticTests.cpp | 342 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 D | glcSubgroupsClusteredTests.cpp | 272 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 D | vktSubgroupsPartitionedTests.cpp | 207 " 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 D | vktSubgroupsScanHelpers.hpp | 54 std::string getCompare (Operator op, vk::VkFormat format, std::string lhs, std::string rhs);
|
H A D | vktSubgroupsArithmeticTests.cpp | 208 " 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 D | vktSubgroupsScanHelpers.cpp | 277 string getCompare (Operator op, VkFormat format, string lhs, string rhs) in getCompare() function
|
H A D | vktSubgroupsClusteredTests.cpp | 115 const string compare = getCompare(caseDef.op, caseDef.format, "ref", "op"); in getTestSrc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsPartitionedTests.cpp | 209 " 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 D | vktSubgroupsScanHelpers.hpp | 54 std::string getCompare (Operator op, vk::VkFormat format, std::string lhs, std::string rhs);
|
H A D | vktSubgroupsArithmeticTests.cpp | 210 " 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 D | vktSubgroupsScanHelpers.cpp | 277 string getCompare (Operator op, VkFormat format, string lhs, string rhs) in getCompare() function
|
H A D | vktSubgroupsClusteredTests.cpp | 117 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 D | ValueLattice.h | 293 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 D | TargetFolder.h | 230 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 D | ConstantFolder.h | 237 return ConstantExpr::getCompare(P, LHS, RHS); in CreateICmp() 242 return ConstantExpr::getCompare(P, LHS, RHS); in CreateFCmp()
|
H A D | Constants.h | 1138 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 D | LoopUnrollAnalyzer.cpp | 195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
|
H A D | BranchProbabilityInfo.cpp | 583 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(), in computeUnlikelySuccessors()
|
H A D | InlineCost.cpp | 1261 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 D | Evaluator.cpp | 405 InstResult = ConstantExpr::getCompare(CI->getPredicate(), in EvaluateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1226 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction() 1957 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction()
|
H A D | Constants.cpp | 1336 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 D | SCCP.cpp | 1083 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 D | InstCombineCompares.cpp | 2692 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()
|