Searched refs:CustomNonLegalBITCASTResults (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 25783 static void CustomNonLegalBITCASTResults(SDNode *N, in CustomNonLegalBITCASTResults() function 25807 CustomNonLegalBITCASTResults(N, Results, DAG, MVT::v2i32, MVT::v4i16); in ReplaceBITCASTResults() 25812 CustomNonLegalBITCASTResults(N, Results, DAG, MVT::v2i32, MVT::v8i8); in ReplaceBITCASTResults() 25817 CustomNonLegalBITCASTResults(N, Results, DAG, MVT::v4i16, MVT::v8i8); in ReplaceBITCASTResults()
|