Home
last modified time | relevance | path

Searched defs:Mips16Libcall (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp34 struct Mips16Libcall { struct
35 RTLIB::Libcall Libcall;
36 const char *Name;
38 bool operator<(const Mips16Libcall &RHS) const { in operator <()