Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h248 void swapOperands() { in swapOperands() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp969 void CmpInst::swapOperands() { in swapOperands() function in llvm::sandboxir::CmpInst
976 void ICmpInst::swapOperands() { in swapOperands() function in llvm::sandboxir::ICmpInst
981 void FCmpInst::swapOperands() { in swapOperands() function in llvm::sandboxir::FCmpInst
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h163 void swapOperands(unsigned First, unsigned Second) { in swapOperands() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2734 bool BinaryOperator::swapOperands() { in swapOperands() function in BinaryOperator
3526 void CmpInst::swapOperands() { in swapOperands() function in CmpInst
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2042 void swapOperands() { swapOperandsInternal(0, 1); } in swapOperands() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5936 void SIInstrInfo::swapOperands(MachineInstr &Inst) const { in swapOperands() function in SIInstrInfo