Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp164 bool IsReduction = TII->isReductionOp(MI.getOpcode()); in runOnMachineFunction() local
167 if (!IsReduction && !IsVector && !IsCube) { in runOnMachineFunction()
210 if (IsReduction) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1067 bool IsReduction = RealPHI == R && (!ImagPHI || ImagPHI == I); in identifyNode() local
1068 if (!IsReduction && R->getType() != I->getType()) in identifyNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14960 auto IsReduction = [&BinOpToRVVReduce](SDValue V, unsigned Opc) { in combineBinOpToReduce() local
14968 if (IsReduction(N->getOperand(0), Opc)) in combineBinOpToReduce()
14970 else if (IsReduction(N->getOperand(1), Opc)) in combineBinOpToReduce()