Home
last modified time | relevance | path

Searched defs:swapOperands (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h164 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1966 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
2871 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2140 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3228 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1956 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
/external/llvm/lib/IR/
DInstructions.cpp2297 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3415 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3153 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp722 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local