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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 235 SSUBO, USUBO,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 229 case ISD::SSUBO: return "ssubo";
LegalizeIntegerTypes.cpp 128 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 800 setOperationAction(ISD::SSUBO, VT, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 256 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
257 setOperationAction(ISD::SSUBO, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 344 milliseconds