OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFPROUND
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h
359
///
getFPROUND
- Return the FPROUND_*_* value for the given types, or
361
Libcall
getFPROUND
(EVT OpVT, EVT RetVT);
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
390
RTLIB::Libcall LC = RTLIB::
getFPROUND
(Op.getValueType(), N->getValueType(0));
644
RTLIB::Libcall LC = RTLIB::
getFPROUND
(SVT, RVT);
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
385
///
getFPROUND
- Return the FPROUND_*_* value for the given types, or
387
RTLIB::Libcall RTLIB::
getFPROUND
(EVT OpVT, EVT RetVT) {
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 29 milliseconds