Home
last modified time | relevance | path

Searched refs:FRECPS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h336 FRECPS, enumerator
H A DAArch64SchedNeoverseN1.td790 def : InstRW<[N1Write_4c_1V], (instregex "^FRECPS(16|32|64)$", "^FRECPSv",
H A DAArch64SchedNeoverseV1.td1042 def : InstRW<[V1Write_4c_1V], (instregex "^FRECPS(16|32|64)$", "^FRECPSv",
H A DAArch64SchedNeoverseV2.td1717 def : InstRW<[V2Write_4cyc_1V], (instregex "^FRECPS(32|64|v)",
H A DAArch64InstrInfo.td850 def AArch64frecps : SDNode<"AArch64ISD::FRECPS", SDTFPBinOp>;
5542 defm FRECPS : SIMDThreeSameVectorFP<0,0,0b111,"frecps", int_aarch64_neon_frecps>;
5933 defm FRECPS : SIMDFPThreeScalar<0, 0, 0b111, "frecps", int_aarch64_neon_frecps, HasNEONandIsStrea…
H A DAArch64ISelLowering.cpp2755 MAKE_CASE(AArch64ISD::FRECPS) in getTargetNodeName()
5878 return DAG.getNode(AArch64ISD::FRECPS, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
11409 SDValue Step = DAG.getNode(AArch64ISD::FRECPS, DL, VT, Operand, in getRecipEstimate()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td817 def FRECPS : IInst<"vrecps", "...", "dQd">;