Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp305 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
306 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
319 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
320 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
328 NegateOperand(MatchInfo->getOperand(3)); in applyFoldableFneg()
340 NegateOperand(MatchInfo->getOperand(1)); in applyFoldableFneg()
349 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
355 NegateOperand(MatchInfo->getOperand(2)); in applyFoldableFneg()
356 NegateOperand(MatchInfo->getOperand(3)); in applyFoldableFneg()
357 NegateOperand(MatchInfo->getOperand(4)); in applyFoldableFneg()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1388 bool NegateOperand = false; in tryFoldLoadStoreIntoMemOperand() local
1393 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1404 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1427 if (NegateOperand) in tryFoldLoadStoreIntoMemOperand()