OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibCall
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp
140
Instruction *
LibCall
= Call->clone();
141
Builder.Insert(
LibCall
);
155
Phi->addIncoming(
LibCall
, LibCallBB);
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
89
Expand, // Try to expand this to other ops, otherwise use a
libcall
.
90
LibCall
, // Don't try to expand this to other ops, always use a
libcall
.
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
74
//
Libcall
insertion helpers.
112
SDValue ExpandLibCall(RTLIB::
Libcall
LC, SDNode *Node, bool isSigned);
113
SDValue ExpandLibCall(RTLIB::
Libcall
LC, EVT RetVT, const SDValue *Ops,
116
std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::
Libcall
LC,
118
SDValue ExpandFPLibCall(SDNode *Node, RTLIB::
Libcall
Call_F32,
119
RTLIB::
Libcall
Call_F64, RTLIB::
Libcall
Call_F80,
120
RTLIB::
Libcall
Call_F128,
121
RTLIB::
Libcall
Call_PPCF128);
123
RTLIB::
Libcall
Call_I8
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
175
const RTLIB::
Libcall
Op;
245
setLibcallCallingConv((RTLIB::
Libcall
)i, CallingConv::ARM_AAPCS_VFP);
259
const RTLIB::
Libcall
Op;
358
const RTLIB::
Libcall
Op;
381
const RTLIB::
Libcall
Op;
[
all
...]
Completed in 178 milliseconds