Searched refs:OpcA (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp565 unsigned OpcA = FirstMI.getOpcode();
568 switch (OpcA) {
1375 unsigned OpcA = FirstMI.getOpcode();
1379 if (OpcA == OpcB)
1388 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc);
1391 // OpcA will be the first instruction in the pair.
1393 Flags.setSExtIdx(NonSExtOpc == (unsigned)OpcA ? 1 : 0);
1404 if (isNarrowStore(OpcA) || isNarrowStore(OpcB))
1414 return TII->hasUnscaledLdStOffset(OpcA) != TII->hasUnscaledLdStOffset(OpcB) &&
1415 getMatchingPairOpcode(OpcA)
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp820 unsigned OpcA = A->getOpcode(); local
823 return (OpcA == Instruction::FSub && OpcB == Instruction::FAdd) ||
824 (OpcA == Instruction::FAdd && OpcB == Instruction::FSub) ||
825 (OpcA == Instruction::Sub && OpcB == Instruction::Add) ||
826 (OpcA == Instruction::Add && OpcB == Instruction::Sub);

Completed in 113 milliseconds