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

/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h42 void swapOperands(MachineBasicBlock::iterator Inst) const;
H A DSIInstrInfo.cpp1761 void SIInstrInfo::swapOperands(MachineBasicBlock::iterator Inst) const {
2499 swapOperands(Inst);
2505 swapOperands(Inst);
2511 swapOperands(Inst);
2517 swapOperands(Inst);
2523 swapOperands(Inst);
2529 swapOperands(Inst);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp887 LHS->swapOperands();
1880 LHS->swapOperands();
2646 Op0I->swapOperands();
2783 Op1I->swapOperands();
2784 I.swapOperands();
2787 I.swapOperands(); // Simplified below.
2793 Op1I->swapOperands();
2797 I.swapOperands(); // Simplified below.
2899 LHS->swapOperands();
H A DInstCombineCompares.cpp2753 I.swapOperands();
4084 I.swapOperands();
H A DInstructionCombining.cpp199 Changed = !I.swapOperands();
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp315 cast<BinaryOperator>(I)->swapOperands();
766 Op->swapOperands();
805 Op->swapOperands();
2002 cast<BinaryOperator>(User)->swapOperands();
/external/llvm/include/llvm/IR/
H A DInstrTypes.h527 bool swapOperands();
1014 void swapOperands();
H A DInstructions.h1227 void swapOperands() { function in class:llvm::ICmpInst
1342 void swapOperands() { function in class:llvm::FCmpInst
/external/llvm/lib/IR/
H A DInstructions.cpp2161 // swapOperands - Exchange the two operands to this instruction. This
2166 bool BinaryOperator::swapOperands() {
3340 void CmpInst::swapOperands() {
3342 IC->swapOperands();
3344 cast<FCmpInst>(this)->swapOperands();
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1312 ICmp2->swapOperands();
1317 ICmp2->swapOperands();
1336 ICmp2->swapOperands();

Completed in 227 milliseconds