HomeSort by relevance Sort by last modified time
    Searched refs:UMULO (Results 1 - 25 of 31) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 232 SMULO, UMULO,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 238 SMULO, UMULO,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 257 SMULO, UMULO,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 336 case Intrinsic::umul_with_overflow: Opcode = ISD::UMULO; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 233 case ISD::UMULO: return "umulo";
LegalizeIntegerTypes.cpp 137 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break;
786 if (N->getOpcode() == ISD::UMULO) {
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 275 case ISD::UMULO: return "umulo";
    [all...]
LegalizeIntegerTypes.cpp 139 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break;
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 119 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break;
659 if (N->getOpcode() == ISD::UMULO) {
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 617 setOperationAction(ISD::UMULO, VT, Expand);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 249 setOperationAction(ISD::UMULO, MVT::i32, Custom);
250 setOperationAction(ISD::UMULO, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 319 setOperationAction(ISD::UMULO, MVT::i32, Custom);
320 setOperationAction(ISD::UMULO, MVT::i64, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1093 milliseconds

1 2