Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp165 unsigned Opcode2) { in isReassociableOp() argument
168 (BO->getOpcode() == Opcode1 || BO->getOpcode() == Opcode2)) in isReassociableOp()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3271 int64_t Offset2, unsigned Opcode2) { in shouldClusterFI() argument
3283 int Scale2 = AArch64InstrInfo::getMemScale(Opcode2); in shouldClusterFI()