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

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 74 SDIVREM_I32,
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 87 Names[RTLIB::SDIVREM_I32] = nullptr;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 386 setLibcallName(RTLIB::SDIVREM_I32, "__divmodsi4");
667 setLibcallName(RTLIB::SDIVREM_I32, "__aeabi_idivmod");
676 setLibcallCallingConv(RTLIB::SDIVREM_I32, CallingConv::ARM_AAPCS);
    [all...]

Completed in 580 milliseconds