Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleR52.td790 def : InstRW<[R52WriteFPALU_F3, R52Read_F1, R52Read_F2, R52Read_F2], (instregex "(VBIF|VBIT|VBSL|VBSP)d")>;
791 def : InstRW<[R52Write2FPALU_F3, R52Read_F1, R52Read_F2, R52Read_F2], (instregex "(VBIF|VBIT|VBSL|VBSP)q")>;
H A DARMISelLowering.h305 VBSP, enumerator
H A DARMScheduleSwift.td562 "VBSL", "VBSP", "VSLI", "VSRI", "VCLS", "VCLZ", "VCNT")>;
H A DARMScheduleA57.td1196 def : InstRW<[A57Write_3cyc_1V], (instregex "VBIF", "VBIT", "VBSL", "VBSP")>;
H A DARMInstrNEON.td512 def NEONvbsp : SDNode<"ARMISD::VBSP",
5525 // That is why pseudo VBSP implemented. Is is expanded later into
H A DARMISelLowering.cpp1866 MAKE_CASE(ARMISD::VBSP) in getTargetNodeName()
14782 SDValue Result = DAG.getNode(ARMISD::VBSP, dl, CanonicalVT, in PerformORCombine()