Searched refs:IInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 23 def SCALAR_FRECPSH : IInst<"vrecps", "111", "Sh">; 25 def SCALAR_FRSQRTSH : IInst<"vrsqrts", "111", "Sh">; 28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">; 31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">; 34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">; 109 def SCALAR_FACGEH : IInst<"vcage", "(1U)11", "Sh">; 110 def SCALAR_FACLEH : IInst<"vcale", "(1U)11", "Sh">; 113 def SCALAR_FACGT : IInst<"vcagt", "(1U)11", "Sh">; 114 def SCALAR_FACLT : IInst<"vcalt", "(1U)11", "Sh">; 120 def SCALAR_ABDH: IInst<"vabd", "111", "Sh">;
|
| H A D | arm_neon.td | 308 def VADDHN : IInst<"vaddhn", "<QQ", "silUsUiUl">; 309 def VRADDHN : IInst<"vraddhn", "<QQ", "silUsUiUl">; 340 def VSUBHN : IInst<"vsubhn", "<QQ", "silUsUiUl">; 341 def VRSUBHN : IInst<"vrsubhn", "<QQ", "silUsUiUl">; 353 def VCAGE : IInst<"vcage", "U..", "fQf">; 354 def VCALE : IInst<"vcale", "U..", "fQf">; 357 def VCAGT : IInst<"vcagt", "U..", "fQf">; 358 def VCALT : IInst<"vcalt", "U..", "fQf">; 376 def VPADD : IInst<"vpadd", "...", "csiUcUsUif">; 387 def VRECPS : IInst<"vrecps", "...", "fQf">; [all …]
|
| H A D | arm_neon_incl.td | 300 // IInst: Instruction with generic integer suffix (e.g., "i8") 303 class IInst<string n, string p, string t, list<ImmCheck> ch = []> : Inst<n, p, t, OP_NONE, ch> {}
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 1045 auto *IInst = dyn_cast<IntrinsicInst>(*CommonUser); in identifyPartialReduction() local 1046 if (!IInst || IInst->getIntrinsicID() != in identifyPartialReduction() 1050 if (NodePtr CN = identifyDotProduct(IInst)) in identifyPartialReduction()
|