/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
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", "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()
|
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… in initPrograms() 625 …" tempResult |= " + getCompare(caseDef.opType, caseDef.format, "ref", getOpTypeName(caseDef.opT… in initPrograms()
|
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/vulkan/subgroups/ |
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") +… in getTestString() 263 " if (" + getCompare(op, caseDef.format, "idhashFmt", "iFmt") + ") {\n" in getTestString() 265 …" tempResult |= " + getCompare(op, caseDef.format, "partitionedResult", "subsetResult")… in getTestString()
|
D | vktSubgroupsScanHelpers.hpp | 54 std::string getCompare (Operator op, vk::VkFormat format, std::string lhs, std::string rhs);
|
D | vktSubgroupsArithmeticTests.cpp | 208 …" 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()
|
D | vktSubgroupsScanHelpers.cpp | 277 string getCompare (Operator op, VkFormat format, string lhs, string rhs) in getCompare() function
|
D | vktSubgroupsClusteredTests.cpp | 115 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/ |
D | ValueLattice.h | 293 Constant *getCompare(CmpInst::Predicate Pred, Type *Ty, in getCompare() function 299 return ConstantExpr::getCompare(Pred, getConstant(), Other.getConstant()); in getCompare()
|
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/ |
D | ConstantFolder.h | 237 return ConstantExpr::getCompare(P, LHS, RHS); in CreateICmp() 242 return ConstantExpr::getCompare(P, LHS, RHS); in CreateFCmp()
|
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/ |
D | LoopUnrollAnalyzer.cpp | 195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
|
D | BranchProbabilityInfo.cpp | 583 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(), in computeUnlikelySuccessors()
|
D | InlineCost.cpp | 1261 return ConstantExpr::getCompare(I.getPredicate(), COps[0], COps[1]); in visitCmpInst()
|
D | ConstantFolding.cpp | 1288 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
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/ |
D | ConstantFold.cpp | 1226 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction() 1957 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction()
|
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/ |
D | SCCP.cpp | 1083 Constant *C = V1State.getCompare(I.getPredicate(), I.getType(), V2State); in visitCmpInst()
|
D | JumpThreading.cpp | 902 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/ |
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()
|
D | InstructionCombining.cpp | 1068 InV = ConstantExpr::getCompare(CI->getPredicate(), InC, C); in foldOpIntoPhi()
|
D | InstCombineCalls.cpp | 3812 Constant *CCmp = ConstantExpr::getCompare(CCVal, CSrc0, CSrc1); in visitCallInst()
|