Searched refs:UNKNOWN_LIBCALL (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | 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) in setMips16HardFloatLibCalls() 442 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; in getOpndList() 485 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, in getOpndList()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 42 RTLIB::UNKNOWN_LIBCALL; in GetFPLibCall() 460 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!"); in SoftenFloatRes_FP_EXTEND() 476 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!"); in SoftenFloatRes_FP16_TO_FP() 490 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!"); in SoftenFloatRes_FP_ROUND() 699 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() 701 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) { in SoftenFloatRes_XINT_TO_FP() 707 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!"); in SoftenFloatRes_XINT_TO_FP() 823 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND libcall"); in SoftenFloatOp_FP_EXTEND() 839 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND libcall"); in SoftenFloatOp_FP_ROUND() 879 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatOp_FP_TO_XINT() [all …]
|
D | LegalizeIntegerTypes.cpp | 1405 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected atomic op or value type!"); in ExpandAtomic() 1971 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected fp-to-sint conversion!"); in ExpandIntRes_FP_TO_SINT() 1986 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected fp-to-uint conversion!"); in ExpandIntRes_FP_TO_UINT() 2136 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() 2145 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported MUL!"); in ExpandIntRes_MUL() 2217 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() 2226 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); in ExpandIntRes_SDIV() 2286 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() 2321 if (LC != RTLIB::UNKNOWN_LIBCALL && TLI.getLibcallName(LC)) { in ExpandIntRes_Shift() 2402 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() [all …]
|
D | TargetLowering.cpp | 106 if (LC == RTLIB::UNKNOWN_LIBCALL) in makeLibCall() 131 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL; in softenSetCCOperands() 220 if (LC2 != RTLIB::UNKNOWN_LIBCALL) { in softenSetCCOperands()
|
D | LegalizeDAG.cpp | 3626 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandNode() 3635 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Cannot expand this operation!"); in ExpandNode() 3999 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected atomic op or value type!"); in ConvertNodeToLibcall() 4152 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unable to expand fp_to_fp16"); in ConvertNodeToLibcall()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 433 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) { in InitLibcallCallingConvs() 454 return UNKNOWN_LIBCALL; in getFPEXT() 489 return UNKNOWN_LIBCALL; in getFPROUND() 531 return UNKNOWN_LIBCALL; in getFPTOSINT() 573 return UNKNOWN_LIBCALL; in getFPTOUINT() 613 return UNKNOWN_LIBCALL; in getSINTTOFP() 653 return UNKNOWN_LIBCALL; in getUINTTOFP() 661 return UNKNOWN_LIBCALL; \ in getATOMIC() 691 return UNKNOWN_LIBCALL; in getATOMIC() 697 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL); in InitCmpLibcallCCs()
|
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 394 UNKNOWN_LIBCALL enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1941 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; 1945 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL]; 1948 CallingConv::ID LibcallCallingConvs[RTLIB::UNKNOWN_LIBCALL];
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 387 for (unsigned I = 0, E = static_cast<unsigned>(RTLIB::UNKNOWN_LIBCALL); in accumulateAndSortLibcalls()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1707 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectDiv() 1718 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); in SelectDiv() 1729 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectRem() 1740 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!"); in SelectRem()
|
D | ARMISelLowering.cpp | 244 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) in ARMTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 3324 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL; in ReplaceNodeResults()
|