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

  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 391 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
393 Libcall getFPEXT(EVT OpVT, EVT RetVT);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 418 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
420 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 376 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1647 milliseconds