Home
last modified time | relevance | path

Searched refs:getCompare (Results 1 – 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
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", "subs… in getTestString()
418 " if (" + getCompare(caseDef.opType, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
420 …" tempResult |= " + getCompare(caseDef.opType, caseDef.format, "partitionedResult", "su… in getTestString()
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… in initPrograms()
625 …" tempResult |= " + getCompare(caseDef.opType, caseDef.format, "ref", getOpTypeName(caseDef.opT… in initPrograms()
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/vulkan/subgroups/
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") +… in getTestString()
263 " if (" + getCompare(op, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString()
265 …" tempResult |= " + getCompare(op, caseDef.format, "partitionedResult", "subsetResult")… in getTestString()
DvktSubgroupsScanHelpers.hpp54 std::string getCompare (Operator op, vk::VkFormat format, std::string lhs, std::string rhs);
DvktSubgroupsArithmeticTests.cpp208 …" tempRes = " + getCompare(caseDef.op, caseDef.format, "ref", getOpTypeName(caseDef.op, caseDef.s… in getTestSrc()
220 …" tempRes |= " + getCompare(caseDef.op, caseDef.format, "ref", getOpTypeName(caseDef.op, caseDe… in getTestSrc()
DvktSubgroupsScanHelpers.cpp277 string getCompare (Operator op, VkFormat format, string lhs, string rhs) in getCompare() function
DvktSubgroupsClusteredTests.cpp115 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/
DValueLattice.h293 Constant *getCompare(CmpInst::Predicate Pred, Type *Ty, in getCompare() function
299 return ConstantExpr::getCompare(Pred, getConstant(), Other.getConstant()); in getCompare()
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/
DConstantFolder.h237 return ConstantExpr::getCompare(P, LHS, RHS); in CreateICmp()
242 return ConstantExpr::getCompare(P, LHS, RHS); in CreateFCmp()
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/
DLoopUnrollAnalyzer.cpp195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
DBranchProbabilityInfo.cpp583 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(), in computeUnlikelySuccessors()
DInlineCost.cpp1261 return ConstantExpr::getCompare(I.getPredicate(), COps[0], COps[1]); in visitCmpInst()
DConstantFolding.cpp1288 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp405 InstResult = ConstantExpr::getCompare(CI->getPredicate(), in EvaluateBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1226 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction()
1957 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction()
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/
DSCCP.cpp1083 Constant *C = V1State.getCompare(I.getPredicate(), I.getType(), V2State); in visitCmpInst()
DJumpThreading.cpp902 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in ComputeValueKnownInPredecessorsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
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()
DInstructionCombining.cpp1068 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in foldOpIntoPhi()
DInstCombineCalls.cpp3812 Constant *CCmp = ConstantExpr::getCompare(CCVal, CSrc0, CSrc1); in visitCallInst()