Searched refs:VBSP (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleR52.td | 790 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 D | ARMISelLowering.h | 305 VBSP, enumerator
|
H A D | ARMScheduleSwift.td | 562 "VBSL", "VBSP", "VSLI", "VSRI", "VCLS", "VCLZ", "VCNT")>;
|
H A D | ARMScheduleA57.td | 1196 def : InstRW<[A57Write_3cyc_1V], (instregex "VBIF", "VBIT", "VBSL", "VBSP")>;
|
H A D | ARMInstrNEON.td | 512 def NEONvbsp : SDNode<"ARMISD::VBSP", 5525 // That is why pseudo VBSP implemented. Is is expanded later into
|
H A D | ARMISelLowering.cpp | 1866 MAKE_CASE(ARMISD::VBSP) in getTargetNodeName() 14782 SDValue Result = DAG.getNode(ARMISD::VBSP, dl, CanonicalVT, in PerformORCombine()
|