Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h163 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp230 cast<BinaryOperator>(I)->swapOperands(); in canonicalizeOperands()
689 Op->swapOperands(); in RewriteExprTree()
728 Op->swapOperands(); in RewriteExprTree()
DNewGVN.cpp1136 E->swapOperands(0, 1); in createExpression()
1144 E->swapOperands(0, 1); in createExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h411 bool swapOperands();
890 void swapOperands();
DInstructions.h1278 void swapOperands() {
1386 void swapOperands() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3915 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
4916 swapOperands(Inst); in moveToVALU()
4922 swapOperands(Inst); in moveToVALU()
4928 swapOperands(Inst); in moveToVALU()
4934 swapOperands(Inst); in moveToVALU()
4940 swapOperands(Inst); in moveToVALU()
4946 swapOperands(Inst); in moveToVALU()
DSIInstrInfo.h82 void swapOperands(MachineInstr &Inst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2418 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3511 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
3513 IC->swapOperands(); in swapOperands()
3515 cast<FCmpInst>(this)->swapOperands(); in swapOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1160 LHS->swapOperands(); in foldAndOfICmps()
2260 LHS->swapOperands(); in foldOrOfICmps()
2805 LHS->swapOperands(); in foldXorOfICmps()
DInstCombineCompares.cpp5466 I.swapOperands(); in visitICmpInst()
6040 I.swapOperands(); in visitFCmpInst()
DInstructionCombining.cpp338 Changed = !I.swapOperands(); in SimplifyAssociativeOrCommutative()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1220 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local
1223 …ic = Ice::InstArithmetic::create(::function, op, result, swapOperands ? rhs : lhs, swapOperands ? … in createArithmetic()