Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp155 static bool isConstantCostlierToNegate(MachineInstr &MI, Register Reg, in isConstantCostlierToNegate() function
221 return !isConstantCostlierToNegate(*MatchInfo, in matchFoldableFneg()
H A DAMDGPUISelLowering.h130 bool isConstantCostlierToNegate(SDValue N) const;
H A DAMDGPUISelLowering.cpp4689 bool AMDGPUTargetLowering::isConstantCostlierToNegate(SDValue N) const { in isConstantCostlierToNegate() function in AMDGPUTargetLowering
4852 if (isConstantCostlierToNegate(RHS)) in performFNegCombine()