Home
last modified time | relevance | path

Searched refs:LibcallPrefix (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp472 #define RTLIBCASE_INT(LibcallPrefix) \ in getRTLibDesc() argument
476 return RTLIB::LibcallPrefix##32; \ in getRTLibDesc()
478 return RTLIB::LibcallPrefix##64; \ in getRTLibDesc()
480 return RTLIB::LibcallPrefix##128; \ in getRTLibDesc()
486 #define RTLIBCASE(LibcallPrefix) \ in getRTLibDesc() argument
490 return RTLIB::LibcallPrefix##32; \ in getRTLibDesc()
492 return RTLIB::LibcallPrefix##64; \ in getRTLibDesc()
494 return RTLIB::LibcallPrefix##80; \ in getRTLibDesc()
496 return RTLIB::LibcallPrefix##128; \ in getRTLibDesc()