OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFPEXT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h
304
///
getFPEXT
- Return the FPEXT_*_* value for the given types, or
306
Libcall
getFPEXT
(EVT OpVT, EVT RetVT);
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
350
RTLIB::Libcall LC = RTLIB::
getFPEXT
(Op.getValueType(), N->getValueType(0));
[
all
...]
TargetLowering.cpp
336
///
getFPEXT
- Return the FPEXT_*_* value for the given types, or
338
RTLIB::Libcall RTLIB::
getFPEXT
(EVT OpVT, EVT RetVT) {
[
all
...]
Completed in 27 milliseconds