Home
last modified time | relevance | path

Searched refs:ChainOp (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmIndexingTests.cpp52 enum ChainOp enum
584 const ChainOp chainOps[] = { CHAIN_OP_ACCESS_CHAIN, CHAIN_OP_PTR_ACCESS_CHAIN }; in addComputeIndexingNon16BaseAlignmentTests()
709 const ChainOp chainOp = chainOps[chainOpIdx]; in addComputeIndexingNon16BaseAlignmentTests()
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanTest.cpp527 VPValue ChainOp; in TEST() local
530 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, false, in TEST()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1106 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() argument
1110 VPValue(VPValue::VPVReductionSC, I), VPUser({ChainOp, VecOp}), in VPReductionRecipe()
DLoopVectorize.cpp8557 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForInLoopReductions() local
8577 &RdxDesc, R, ChainOp, VecOp, CondOp, Legal->hasFunNoNaNAttr(), TTI); in adjustRecipesForInLoopReductions()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10741 for (const SDValue &ChainOp : Chain->op_values()) in CheckForMaskedLoad() local
10742 if (ChainOp.getNode() == LD) { in CheckForMaskedLoad()