OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNKNOWN_LIBCALL
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
81
{ RTLIB::
UNKNOWN_LIBCALL
, "__mips16_ret_dc" }, // No associated libcall.
82
{ RTLIB::
UNKNOWN_LIBCALL
, "__mips16_ret_df" }, // No associated libcall.
83
{ RTLIB::
UNKNOWN_LIBCALL
, "__mips16_ret_sc" }, // No associated libcall.
84
{ RTLIB::
UNKNOWN_LIBCALL
, "__mips16_ret_sf" }, // No associated libcall.
250
if (HardFloatLibCalls[I].Libcall != RTLIB::
UNKNOWN_LIBCALL
)
433
Mips16Libcall Find = { RTLIB::
UNKNOWN_LIBCALL
, S->getSymbol() };
455
Mips16Libcall Find = { RTLIB::
UNKNOWN_LIBCALL
,
/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 240 milliseconds