Home
last modified time | relevance | path

Searched refs:IsReduction (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp163 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
166 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
209 if (IsReduction) { in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8192 auto IsReduction = [&BinOpToRVVReduce](SDValue V, unsigned Opc) { in combineBinOpToReduce() local
8200 if (IsReduction(N->getOperand(0), Opc)) in combineBinOpToReduce()
8202 else if (IsReduction(N->getOperand(1), Opc)) in combineBinOpToReduce()