Searched refs:BaseOpc (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h274 int getMTBUFOpcode(unsigned BaseOpc, unsigned Elements);
292 int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements);
H A DAMDGPUBaseInfo.cpp170 int getMTBUFOpcode(unsigned BaseOpc, unsigned Elements) { argument
171 const MTBUFInfo *Info = getMTBUFInfoFromBaseOpcodeAndElements(BaseOpc, Elements);
200 int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements) { argument
201 const MUBUFInfo *Info = getMUBUFInfoFromBaseOpcodeAndElements(BaseOpc, Elements);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2886 unsigned BaseOpc, CondCode; local
2890 BaseOpc = ISD::ADD; CondCode = X86::COND_O; break;
2892 BaseOpc = ISD::ADD; CondCode = X86::COND_B; break;
2894 BaseOpc = ISD::SUB; CondCode = X86::COND_O; break;
2896 BaseOpc = ISD::SUB; CondCode = X86::COND_B; break;
2898 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break;
2900 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break;
2916 if (CI->isOne() && (BaseOpc == ISD::ADD || BaseOpc == ISD::SUB) &&
2920 bool IsDec = BaseOpc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp701 int BaseOpc = isThumb2 ? (BaseKill && Base == ARM::SP ? ARM::t2ADDspImm local
713 BaseOpc = isThumb2 ? (BaseKill && Base == ARM::SP ? ARM::t2SUBspImm
736 (BaseOpc == ARM::tADDi8 || BaseOpc == ARM::tSUBi8)) {
754 if (BaseOpc == ARM::tADDrSPi) {
756 BuildMI(MBB, InsertBefore, DL, TII->get(BaseOpc), NewBase)
761 BuildMI(MBB, InsertBefore, DL, TII->get(BaseOpc), NewBase)
767 BuildMI(MBB, InsertBefore, DL, TII->get(BaseOpc), NewBase)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2900 unsigned BaseOpc = BO.first.getOpcode(); local
2901 if (BaseOpc == HexagonISD::VALIGNADDR && BO.second % LoadLen == 0)
2909 SDValue BaseNoOff = (BaseOpc != HexagonISD::VALIGNADDR)

Completed in 191 milliseconds