Home
last modified time | relevance | path

Searched refs:swapOperands (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp889 LHS->swapOperands(); in FoldAndOfICmps()
1791 LHS->swapOperands(); in FoldOrOfICmps()
2560 Op0I->swapOperands(); in visitXor()
2697 Op1I->swapOperands(); in visitXor()
2698 I.swapOperands(); in visitXor()
2701 I.swapOperands(); // Simplified below. in visitXor()
2707 Op1I->swapOperands(); in visitXor()
2711 I.swapOperands(); // Simplified below. in visitXor()
2813 LHS->swapOperands(); in visitXor()
DInstCombineCompares.cpp2660 I.swapOperands(); in visitICmpInst()
3940 I.swapOperands(); in visitFCmpInst()
DInstructionCombining.cpp190 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()
/external/llvm/include/llvm/IR/
DInstrTypes.h328 bool swapOperands();
810 void swapOperands();
DInstructions.h1142 void swapOperands() {
1255 void swapOperands() {
/external/llvm/lib/Target/R600/
DSIInstrInfo.h48 void swapOperands(MachineBasicBlock::iterator Inst) const;
DSIInstrInfo.cpp1573 void SIInstrInfo::swapOperands(MachineBasicBlock::iterator Inst) const { in swapOperands() function in SIInstrInfo
2181 swapOperands(Inst); in moveToVALU()
2187 swapOperands(Inst); in moveToVALU()
2193 swapOperands(Inst); in moveToVALU()
2199 swapOperands(Inst); in moveToVALU()
2205 swapOperands(Inst); in moveToVALU()
2211 swapOperands(Inst); in moveToVALU()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp347 cast<BinaryOperator>(I)->swapOperands(); in canonicalizeOperands()
799 Op->swapOperands(); in RewriteExprTree()
838 Op->swapOperands(); in RewriteExprTree()
2028 cast<BinaryOperator>(User)->swapOperands(); in canonicalizeNegConstExpr()
/external/llvm/lib/IR/
DInstructions.cpp1897 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3069 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
3071 IC->swapOperands(); in swapOperands()
3073 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1291 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()
1296 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()
1315 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()