Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineAndOrXor.cpp890 LHS->swapOperands(); in FoldAndOfICmps()
1792 LHS->swapOperands(); in FoldOrOfICmps()
2561 Op0I->swapOperands(); in visitXor()
2698 Op1I->swapOperands(); in visitXor()
2699 I.swapOperands(); in visitXor()
2702 I.swapOperands(); // Simplified below. in visitXor()
2708 Op1I->swapOperands(); in visitXor()
2712 I.swapOperands(); // Simplified below. in visitXor()
2814 LHS->swapOperands(); in visitXor()
HDInstCombineCompares.cpp2643 I.swapOperands(); in visitICmpInst()
3924 I.swapOperands(); in visitFCmpInst()
HDInstructionCombining.cpp190 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()
/NextBSD/contrib/llvm/include/llvm/IR/
HDInstrTypes.h332 bool swapOperands();
814 void swapOperands();
HDInstructions.h1217 void swapOperands() {
1333 void swapOperands() {
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp1639 void SIInstrInfo::swapOperands(MachineBasicBlock::iterator Inst) const { in swapOperands() function in SIInstrInfo
2250 swapOperands(Inst); in moveToVALU()
2256 swapOperands(Inst); in moveToVALU()
2262 swapOperands(Inst); in moveToVALU()
2268 swapOperands(Inst); in moveToVALU()
2274 swapOperands(Inst); in moveToVALU()
2280 swapOperands(Inst); in moveToVALU()
HDSIInstrInfo.h48 void swapOperands(MachineBasicBlock::iterator Inst) const;
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDReassociate.cpp347 cast<BinaryOperator>(I)->swapOperands(); in canonicalizeOperands()
798 Op->swapOperands(); in RewriteExprTree()
837 Op->swapOperands(); in RewriteExprTree()
2023 cast<BinaryOperator>(User)->swapOperands(); in canonicalizeNegConstExpr()
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp1852 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3027 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
3029 IC->swapOperands(); in swapOperands()
3031 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp1285 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()
1290 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()
1309 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()