Home
last modified time | relevance | path

Searched defs:swapOperands (Results 1 – 4 of 4) 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/IR/
DInstructions.cpp2418 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3511 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
/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
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1220 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local