/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 725 LHS->swapOperands(); in FoldAndOfICmps() 1466 LHS->swapOperands(); in FoldOrOfICmps() 2089 Op0I->swapOperands(); in visitXor() 2203 Op1I->swapOperands(); in visitXor() 2204 I.swapOperands(); in visitXor() 2207 I.swapOperands(); // Simplified below. in visitXor() 2213 Op1I->swapOperands(); in visitXor() 2217 I.swapOperands(); // Simplified below. in visitXor() 2277 LHS->swapOperands(); in visitXor()
|
D | InstCombineCompares.cpp | 1782 I.swapOperands(); in visitICmpInst() 2775 I.swapOperands(); in visitFCmpInst()
|
D | InstructionCombining.cpp | 181 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 875 LHS->swapOperands(); in FoldAndOfICmps() 1779 LHS->swapOperands(); in FoldOrOfICmps() 2505 Op0I->swapOperands(); in visitXor() 2642 Op1I->swapOperands(); in visitXor() 2643 I.swapOperands(); in visitXor() 2646 I.swapOperands(); // Simplified below. in visitXor() 2652 Op1I->swapOperands(); in visitXor() 2656 I.swapOperands(); // Simplified below. in visitXor() 2758 LHS->swapOperands(); in visitXor()
|
D | InstCombineCompares.cpp | 3164 I.swapOperands(); in visitICmpInst() 4543 I.swapOperands(); in visitFCmpInst()
|
D | InstructionCombining.cpp | 195 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 337 bool swapOperands(); 763 void swapOperands();
|
D | Instructions.h | 1013 void swapOperands() { 1123 void swapOperands() {
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1956 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo 2546 swapOperands(Inst); in moveToVALU() 2552 swapOperands(Inst); in moveToVALU() 2558 swapOperands(Inst); in moveToVALU() 2564 swapOperands(Inst); in moveToVALU() 2570 swapOperands(Inst); in moveToVALU() 2576 swapOperands(Inst); in moveToVALU()
|
D | SIInstrInfo.h | 57 void swapOperands(MachineInstr &Inst) const;
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 214 cast<BinaryOperator>(I)->swapOperands(); in canonicalizeOperands() 665 Op->swapOperands(); in RewriteExprTree() 704 Op->swapOperands(); in RewriteExprTree() 1936 cast<BinaryOperator>(User)->swapOperands(); in canonicalizeNegConstExpr()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 536 bool swapOperands(); 998 void swapOperands();
|
D | Instructions.h | 1218 void swapOperands() { 1333 void swapOperands() {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1966 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator 2871 void CmpInst::swapOperands() { in swapOperands() function in CmpInst 2873 IC->swapOperands(); in swapOperands() 2875 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2297 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator 3415 void CmpInst::swapOperands() { in swapOperands() function in CmpInst 3417 IC->swapOperands(); in swapOperands() 3419 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 310 bool Success = !I->swapOperands(); in LinearizeExprTree()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1414 ICmp2->swapOperands(); in SinkThenElseCodeToEnd() 1419 ICmp2->swapOperands(); in SinkThenElseCodeToEnd() 1437 ICmp2->swapOperands(); in SinkThenElseCodeToEnd()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 714 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local 717 …ic = Ice::InstArithmetic::create(::function, op, result, swapOperands ? rhs : lhs, swapOperands ? … in createArithmetic()
|