HomeSort by relevance Sort by last modified time
    Searched refs:SUBC (Results 26 - 45 of 45) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 161 #define SUBC (OPC1(0x2) | OPC3(0x0c))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 104 setOperationAction(ISD::SUBC , MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 95 setOperationAction(ISD::SUBC, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 91 setOperationAction(ISD::SUBC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 568 setOperationAction(ISD::SUBC, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 202 setOperationAction(ISD::SUBC, MVT::i32, Custom);
206 setOperationAction(ISD::SUBC, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 187 setOperationAction(ISD::SUBC, VT, Expand);
    [all...]
AMDGPUISelLowering.cpp 388 setOperationAction(ISD::SUBC, VT, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 326 // SUBENode's second operand must be a flag output of an SUBC node in order
330 if (SUBCNode->getOpcode() != ISD::SUBC)
381 // replace uses of sube and subc here
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 465 // SUBENode's second operand must be a flag output of an SUBC node in order
469 if (SUBCNode->getOpcode() != ISD::SUBC)
515 // replace uses of sube and subc here
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 363 setOperationAction(ISD::SUBC, VT, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 293 setOperationAction(ISD::SUBC, VT, Custom);
    [all...]

Completed in 1082 milliseconds

12