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

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 86 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_dc" }, // No associated libcall.
87 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_df" }, // No associated libcall.
88 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sc" }, // No associated libcall.
89 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sf" }, // No associated libcall.
258 if (HardFloatLibCalls[I].Libcall != RTLIB::UNKNOWN_LIBCALL)
442 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() };
485 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL,
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 433 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) {
439 /// UNKNOWN_LIBCALL if there is none.
454 return UNKNOWN_LIBCALL;
458 /// UNKNOWN_LIBCALL if there is none.
489 return UNKNOWN_LIBCALL;
493 /// UNKNOWN_LIBCALL if there is none.
531 return UNKNOWN_LIBCALL;
535 /// UNKNOWN_LIBCALL if there is none.
573 return UNKNOWN_LIBCALL;
577 /// UNKNOWN_LIBCALL if there is none
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 394 UNKNOWN_LIBCALL
398 /// UNKNOWN_LIBCALL if there is none.
402 /// UNKNOWN_LIBCALL if there is none.
406 /// UNKNOWN_LIBCALL if there is none.
410 /// UNKNOWN_LIBCALL if there is none.
414 /// UNKNOWN_LIBCALL if there is none.
418 /// UNKNOWN_LIBCALL if there is none.
422 /// UNKNOWN_LIBCALL if there is none.
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 42 RTLIB::UNKNOWN_LIBCALL;
460 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
476 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
490 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!");
    [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 106 if (LC == RTLIB::UNKNOWN_LIBCALL)
131 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL;
220 if (LC2 != RTLIB::UNKNOWN_LIBCALL) {
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 387 for (unsigned I = 0, E = static_cast<unsigned>(RTLIB::UNKNOWN_LIBCALL);
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp 244 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 450 milliseconds