Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp157 unsigned Opcode2) { in isReassociableOp() argument
160 (I->getOpcode() == Opcode1 || I->getOpcode() == Opcode2)) in isReassociableOp()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2159 int64_t Offset2, unsigned Opcode2) { in shouldClusterFI() argument
2167 if (!unscaleOffset(Opcode1, Offset1) || !unscaleOffset(Opcode2, Offset2)) in shouldClusterFI()
2173 !scaleOffset(Opcode2, ObjectOffset2)) in shouldClusterFI()