Searched refs:FRECPS (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 336 FRECPS, enumerator
|
H A D | AArch64SchedNeoverseN1.td | 790 def : InstRW<[N1Write_4c_1V], (instregex "^FRECPS(16|32|64)$", "^FRECPSv",
|
H A D | AArch64SchedNeoverseV1.td | 1042 def : InstRW<[V1Write_4c_1V], (instregex "^FRECPS(16|32|64)$", "^FRECPSv",
|
H A D | AArch64SchedNeoverseV2.td | 1717 def : InstRW<[V2Write_4cyc_1V], (instregex "^FRECPS(32|64|v)",
|
H A D | AArch64InstrInfo.td | 850 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 D | AArch64ISelLowering.cpp | 2755 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 D | arm_neon.td | 817 def FRECPS : IInst<"vrecps", "...", "dQd">;
|