Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp533 unsigned FirstOpc; in expandMOVImmSimple() local
536 FirstOpc = (isNeg ? AArch64::MOVNWi : AArch64::MOVZWi); in expandMOVImmSimple()
538 FirstOpc = (isNeg ? AArch64::MOVNXi : AArch64::MOVZXi); in expandMOVImmSimple()
551 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)) in expandMOVImmSimple()
DAArch64InstrInfo.cpp2338 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2339 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2342 switch (FirstOpc) { in canPairLdStOpc()
2375 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local
2377 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2388 if (isUnscaledLdSt(FirstOpc) && !scaleOffset(FirstOpc, Offset1)) in shouldClusterMemOps()
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp536 unsigned FirstOpc; in expandMOVImm() local
539 FirstOpc = (isNeg ? AArch64::MOVNWi : AArch64::MOVZWi); in expandMOVImm()
541 FirstOpc = (isNeg ? AArch64::MOVNXi : AArch64::MOVZXi); in expandMOVImm()
554 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)) in expandMOVImm()
DAArch64InstrInfo.cpp1740 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
1741 if (FirstOpc == SecondOpc) in canPairLdStOpc()
1744 switch (FirstOpc) { in canPairLdStOpc()
1769 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local
1771 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
1782 if (isUnscaledLdSt(FirstOpc) && !scaleOffset(FirstOpc, Offset1)) in shouldClusterMemOps()