Searched refs:swapOperands (Results 1 – 12 of 12) sorted by relevance
163 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
230 cast<BinaryOperator>(I)->swapOperands(); in canonicalizeOperands()689 Op->swapOperands(); in RewriteExprTree()728 Op->swapOperands(); in RewriteExprTree()
1136 E->swapOperands(0, 1); in createExpression()1144 E->swapOperands(0, 1); in createExpression()
411 bool swapOperands();890 void swapOperands();
1278 void swapOperands() {1386 void swapOperands() {
3915 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo4916 swapOperands(Inst); in moveToVALU()4922 swapOperands(Inst); in moveToVALU()4928 swapOperands(Inst); in moveToVALU()4934 swapOperands(Inst); in moveToVALU()4940 swapOperands(Inst); in moveToVALU()4946 swapOperands(Inst); in moveToVALU()
82 void swapOperands(MachineInstr &Inst) const;
2418 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator3511 void CmpInst::swapOperands() { in swapOperands() function in CmpInst3513 IC->swapOperands(); in swapOperands()3515 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
1160 LHS->swapOperands(); in foldAndOfICmps()2260 LHS->swapOperands(); in foldOrOfICmps()2805 LHS->swapOperands(); in foldXorOfICmps()
5466 I.swapOperands(); in visitICmpInst()6040 I.swapOperands(); in visitFCmpInst()
338 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()
1220 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local1223 …ic = Ice::InstArithmetic::create(::function, op, result, swapOperands ? rhs : lhs, swapOperands ? … in createArithmetic()