Searched refs:UNKNOWN_LIBCALL (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 84 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_dc" }, // No associated libcall. 85 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_df" }, // No associated libcall. 86 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sc" }, // No associated libcall. 87 { RTLIB::UNKNOWN_LIBCALL, "__mips16_ret_sf" }, // No associated libcall. 254 if (HardFloatLibCalls[I].Libcall != RTLIB::UNKNOWN_LIBCALL) in setMips16HardFloatLibCalls() 438 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; in getOpndList() 481 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, in getOpndList()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 42 RTLIB::UNKNOWN_LIBCALL; in GetFPLibCall() 377 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!"); in SoftenFloatRes_FP_EXTEND() 394 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!"); in SoftenFloatRes_FP_ROUND() 590 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() 592 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) { in SoftenFloatRes_XINT_TO_FP() 598 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!"); in SoftenFloatRes_XINT_TO_FP() 662 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND libcall"); in SoftenFloatOp_FP_ROUND() 694 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_SINT!"); in SoftenFloatOp_FP_TO_SINT() 702 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_UINT!"); in SoftenFloatOp_FP_TO_UINT() 1200 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() [all …]
|
D | LegalizeIntegerTypes.cpp | 1828 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected fp-to-sint conversion!"); in ExpandIntRes_FP_TO_SINT() 1840 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected fp-to-uint conversion!"); in ExpandIntRes_FP_TO_UINT() 1987 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() 1996 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported MUL!"); in ExpandIntRes_MUL() 2051 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() 2060 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); in ExpandIntRes_SDIV() 2121 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() 2156 if (LC != RTLIB::UNKNOWN_LIBCALL && TLI.getLibcallName(LC)) { in ExpandIntRes_Shift() 2230 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() 2239 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!"); in ExpandIntRes_SREM() [all …]
|
D | TargetLowering.cpp | 125 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL; in softenSetCCOperands() 205 if (LC2 != RTLIB::UNKNOWN_LIBCALL) { in softenSetCCOperands()
|
D | LegalizeDAG.cpp | 3817 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandNode() 3826 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Cannot expand this operation!"); in ExpandNode()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 413 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) { in InitLibcallCallingConvs() 431 return UNKNOWN_LIBCALL; in getFPEXT() 455 return UNKNOWN_LIBCALL; in getFPROUND() 505 return UNKNOWN_LIBCALL; in getFPTOSINT() 555 return UNKNOWN_LIBCALL; in getFPTOUINT() 595 return UNKNOWN_LIBCALL; in getSINTTOFP() 635 return UNKNOWN_LIBCALL; in getUINTTOFP() 641 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL); in InitCmpLibcallCCs()
|
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 388 UNKNOWN_LIBCALL enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1777 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; 1781 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL]; 1784 CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL];
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 371 for (unsigned I = 0, E = static_cast<unsigned>(RTLIB::UNKNOWN_LIBCALL); in accumulateAndSortLibcalls()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1712 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectDiv() 1723 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); in SelectDiv() 1734 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectRem() 1745 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!"); in SelectRem()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 3177 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults()
|