Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp203 getActionDefinitionsBuilder(G_FCONSTANT).customFor({s32, s64}); in ARMLegalizerInfo()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h588 LegalizeRuleSet &customFor(std::initializer_list<LLT> Types) { in customFor() function