Home
last modified time | relevance | path

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

/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/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/src/Reactor/
DSubzeroReactor.cpp714 bool swapOperands = llvm::isa<Ice::Constant>(lhs) && isCommutative(op); in createArithmetic() local