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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 40 RTLIB::UNKNOWN_LIBCALL;
374 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
391 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!");
573 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
575 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) {
581 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!");
645 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND libcall");
677 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_SINT!");
685 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_UINT!");
    [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 110 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL;
189 if (LC2 != RTLIB::UNKNOWN_LIBCALL) {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 364 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) {
370 /// UNKNOWN_LIBCALL if there is none.
382 return UNKNOWN_LIBCALL;
386 /// UNKNOWN_LIBCALL if there is none.
406 return UNKNOWN_LIBCALL;
410 /// UNKNOWN_LIBCALL if there is none.
456 return UNKNOWN_LIBCALL;
460 /// UNKNOWN_LIBCALL if there is none.
506 return UNKNOWN_LIBCALL;
510 /// UNKNOWN_LIBCALL if there is none
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 352 UNKNOWN_LIBCALL
356 /// UNKNOWN_LIBCALL if there is none.
360 /// UNKNOWN_LIBCALL if there is none.
364 /// UNKNOWN_LIBCALL if there is none.
368 /// UNKNOWN_LIBCALL if there is none.
372 /// UNKNOWN_LIBCALL if there is none.
376 /// UNKNOWN_LIBCALL if there is none.
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 356 milliseconds