Searched refs:ChainOp (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmIndexingTests.cpp | 52 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/ |
D | VPlanTest.cpp | 527 VPValue ChainOp; in TEST() local 530 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, false, in TEST()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 1106 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() argument 1110 VPValue(VPValue::VPVReductionSC, I), VPUser({ChainOp, VecOp}), in VPReductionRecipe()
|
D | LoopVectorize.cpp | 8557 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForInLoopReductions() local 8577 &RdxDesc, R, ChainOp, VecOp, CondOp, Legal->hasFunNoNaNAttr(), TTI); in adjustRecipesForInLoopReductions()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10741 for (const SDValue &ChainOp : Chain->op_values()) in CheckForMaskedLoad() local 10742 if (ChainOp.getNode() == LD) { in CheckForMaskedLoad()
|