HomeSort by relevance Sort by last modified time
    Searched refs:SSUBO (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 221 SSUBO, USUBO,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 209 case ISD::SSUBO: return "ssubo";
LegalizeIntegerTypes.cpp 118 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 263 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
264 setOperationAction(ISD::SSUBO, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 608 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 65 milliseconds