Searched defs:swapOperands (Results 1 – 6 of 6) sorted by relevance
163 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
1956 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
2297 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator3415 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
2418 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator3511 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
3915 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
1232 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local