Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp294 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
295 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
306 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
307 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
315 NegateOperand(MatchInfo->getOperand(3)); in applyFoldableFneg()
327 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
335 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
341 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
342 NegateOperand(MatchInfo->getOperand(3)); in applyFoldableFneg()
343 NegateOperand(MatchInfo->getOperand(4)); in applyFoldableFneg()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1346 bool NegateOperand = false; in tryFoldLoadStoreIntoMemOperand() local
1351 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1362 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1385 if (NegateOperand) in tryFoldLoadStoreIntoMemOperand()