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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 421 /// (setcccarry lhshi rhshi (subcarry lhslo rhslo) cc).
423 SETCCCARRY,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 255 case ISD::SETCCCARRY: return "setcccarry";
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 622 setOperationAction(ISD::SETCCCARRY, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1005 milliseconds