HomeSort by: relevance | last modified time | path
    Searched refs:BaseOpc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 370 int getMTBUFOpcode(unsigned BaseOpc, unsigned Elements);
388 int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements);
AMDGPUBaseInfo.cpp 234 int getMTBUFOpcode(unsigned BaseOpc, unsigned Elements) {
235 const MTBUFInfo *Info = getMTBUFInfoFromBaseOpcodeAndElements(BaseOpc, Elements);
264 int getMUBUFOpcode(unsigned BaseOpc, unsigned Elements) {
265 const MUBUFInfo *Info = getMUBUFInfoFromBaseOpcodeAndElements(BaseOpc, Elements);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 2880 unsigned BaseOpc, CondCode;
2884 BaseOpc = ISD::ADD; CondCode = X86::COND_O; break;
2886 BaseOpc = ISD::ADD; CondCode = X86::COND_B; break;
2888 BaseOpc = ISD::SUB; CondCode = X86::COND_O; break;
2890 BaseOpc = ISD::SUB; CondCode = X86::COND_B; break;
2892 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break;
2894 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break;
2909 if (CI->isOne() && (BaseOpc == ISD::ADD || BaseOpc == ISD::SUB) &&
2913 bool IsDec = BaseOpc == ISD::SUB
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 701 int BaseOpc = isThumb2 ? (BaseKill && Base == ARM::SP ? ARM::t2ADDspImm
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)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 881 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(N->getOpcode());
884 return DAG.getNode(BaseOpc, SDLoc(N), N->getValueType(0),
5072 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(Opc);
5073 SDValue NeutralElem = DAG.getNeutralElement(BaseOpc, dl, ElemVT, Flags);
5098 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(Opc);
5099 SDValue NeutralElem = DAG.getNeutralElement(BaseOpc, dl, ElemVT, Flags);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2995 unsigned BaseOpc = BO.first.getOpcode();
2996 if (BaseOpc == HexagonISD::VALIGNADDR && BO.second % LoadLen == 0)
3004 SDValue BaseNoOff = (BaseOpc != HexagonISD::VALIGNADDR)
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 3563 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(Op.getOpcode());
3572 Vec = DAG.getNode(BaseOpc, DL, VecEVT, Lo, Hi);
3598 DAG.getNeutralElement(BaseOpc, DL, VecEltVT, SDNodeFlags());

Completed in 66 milliseconds