Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp277 auto NegateOperand = [&](MachineOperand &Op) { in applyFoldableFneg() local
305 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()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1403 bool NegateOperand = false; in tryFoldLoadStoreIntoMemOperand() local
1408 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1419 NegateOperand = true; in tryFoldLoadStoreIntoMemOperand()
1442 if (NegateOperand) in tryFoldLoadStoreIntoMemOperand()