Home
last modified time | relevance | path

Searched refs:UNKNOWN_LIBCALL (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp86 { 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) in setMips16HardFloatLibCalls()
442 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; in getOpndList()
485 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, in getOpndList()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp428 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) { in InitLibcallCallingConvs()
449 return UNKNOWN_LIBCALL; in getFPEXT()
484 return UNKNOWN_LIBCALL; in getFPROUND()
534 return UNKNOWN_LIBCALL; in getFPTOSINT()
584 return UNKNOWN_LIBCALL; in getFPTOUINT()
624 return UNKNOWN_LIBCALL; in getSINTTOFP()
664 return UNKNOWN_LIBCALL; in getUINTTOFP()
672 return UNKNOWN_LIBCALL; \ in getATOMIC()
702 return UNKNOWN_LIBCALL; in getATOMIC()
708 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL); in InitCmpLibcallCCs()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp42 RTLIB::UNKNOWN_LIBCALL; in GetFPLibCall()
417 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!"); in SoftenFloatRes_FP_EXTEND()
433 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!"); in SoftenFloatRes_FP16_TO_FP()
447 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!"); in SoftenFloatRes_FP_ROUND()
646 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP()
648 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) { in SoftenFloatRes_XINT_TO_FP()
654 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!"); in SoftenFloatRes_XINT_TO_FP()
724 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND libcall"); in SoftenFloatOp_FP_EXTEND()
740 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND libcall"); in SoftenFloatOp_FP_ROUND()
772 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_SINT!"); in SoftenFloatOp_FP_TO_SINT()
[all …]
DLegalizeIntegerTypes.cpp1337 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected atomic op or value type!"); in ExpandAtomic()
1864 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected fp-to-sint conversion!"); in ExpandIntRes_FP_TO_SINT()
1880 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected fp-to-uint conversion!"); in ExpandIntRes_FP_TO_UINT()
2029 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL()
2038 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported MUL!"); in ExpandIntRes_MUL()
2093 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV()
2102 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); in ExpandIntRes_SDIV()
2163 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift()
2198 if (LC != RTLIB::UNKNOWN_LIBCALL && TLI.getLibcallName(LC)) { in ExpandIntRes_Shift()
2272 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM()
[all …]
DTargetLowering.cpp103 if (LC == RTLIB::UNKNOWN_LIBCALL) in makeLibCall()
128 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL; in softenSetCCOperands()
208 if (LC2 != RTLIB::UNKNOWN_LIBCALL) { in softenSetCCOperands()
DLegalizeDAG.cpp2835 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected atomic op or value type!"); in ExpandAtomic()
3458 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unable to expand fp_to_fp16"); in ExpandNode()
3706 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandNode()
3715 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Cannot expand this operation!"); in ExpandNode()
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h402 UNKNOWN_LIBCALL enumerator
/external/llvm/include/llvm/Target/
DTargetLowering.h1882 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL];
1886 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL];
1889 CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL];
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp454 for (unsigned I = 0, E = static_cast<unsigned>(RTLIB::UNKNOWN_LIBCALL); in accumulateAndSortLibcalls()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1714 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectDiv()
1725 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); in SelectDiv()
1736 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectRem()
1747 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!"); in SelectRem()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3183 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults()