Home
last modified time | relevance | path

Searched refs:Opcode2 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp718 unsigned Opcode2) const { in areOpcodesEqualOrInverse()
719 return Opcode1 == Opcode2 || getInverseOpcode(Opcode1) == Opcode2; in areOpcodesEqualOrInverse()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1199 bool areOpcodesEqualOrInverse(unsigned Opcode1, unsigned Opcode2) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp165 unsigned Opcode2) { in isReassociableOp() argument
168 (BO->getOpcode() == Opcode1 || BO->getOpcode() == Opcode2)) in isReassociableOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3312 int64_t Offset2, unsigned Opcode2) { in shouldClusterFI() argument
3324 int Scale2 = AArch64InstrInfo::getMemScale(Opcode2); in shouldClusterFI()