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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 220 /// FIXME: These nodes are deprecated in favor of ADDCARRY and SUBCARRY.
222 /// toward the use of ADDCARRY/SUBCARRY and will eventually be removed.
242 ADDCARRY, SUBCARRY,
421 /// (setcccarry lhshi rhshi (subcarry lhslo rhslo) cc).
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 99 SADDO, SSUBO, UADDO, USUBO, ADDCARRY, SUBCARRY,
SystemZISelLowering.cpp 177 setOperationAction(ISD::SUBCARRY, VT, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 142 case ISD::SUBCARRY: Res = PromoteIntRes_ADDSUBCARRY(N, ResNo); break;
778 // A SUBCARRY can generate borrow only if LHS < RHS and this property will be
    [all...]
SelectionDAGDumper.cpp 278 case ISD::SUBCARRY: return "subcarry";
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp 233 setOperationAction(ISD::SUBCARRY, MVT::i32, Legal);
237 setOperationAction(ISD::SUBCARRY, MVT::i64, Legal);
621 setTargetDAGCombine(ISD::SUBCARRY);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 621 setOperationAction(ISD::SUBCARRY, 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 2346 milliseconds