HomeSort by relevance Sort by last modified time
    Searched refs:getFPROUND (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 395 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
397 Libcall getFPROUND(EVT OpVT, EVT RetVT);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 393 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
661 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, RVT);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 434 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
436 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 776 milliseconds