Home
last modified time | relevance | path

Searched refs:FRSQRTE (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCSchedPredicates.td77 FRSQRTE,
HDPPCScheduleP7.td248 FRSP, FRES, FRSQRTE, FRSQRTES, FRSQRTES_rec, FRSQRTE_rec, FSELD, FSELS,
HDP9InstrResources.td423 (instregex "FRSQRTE(S)?$"),
484 (instregex "FRSQRTE(S)?_rec$"),
HDPPCISelLowering.h87 FRSQRTE, enumerator
HDP10InstrResources.td105 FRSQRTE,
HDPPCInstrInfo.td132 def PPCfrsqrte: SDNode<"PPCISD::FRSQRTE", SDTFPUnaryOp, []>;
2582 defm FRSQRTE : XForm_26r<63, 26, (outs f8rc:$RST), (ins f8rc:$RB),
4212 def : Pat<(int_ppc_frsqrte f8rc:$frB), (FRSQRTE $frB)>;
HDPPCISelLowering.cpp1686 case PPCISD::FRSQRTE: return "PPCISD::FRSQRTE"; in getTargetNodeName()
13758 return DAG.getNode(PPCISD::FRSQRTE, SDLoc(Operand), VT, Operand); in getSqrtEstimate()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h337 FRSQRTE, enumerator
HDAArch64InstrInfo.td851 def AArch64frsqrte : SDNode<"AArch64ISD::FRSQRTE", SDTFPUnaryOp>;
5335 defm FRSQRTE: SIMDTwoVectorFP<1, 1, 0b11101, "frsqrte", int_aarch64_neon_frsqrte>;
6039 defm FRSQRTE : SIMDFPTwoScalar< 1, 1, 0b11101, "frsqrte">;
HDAArch64ISelLowering.cpp2756 MAKE_CASE(AArch64ISD::FRSQRTE) in getTargetNodeName()
5881 return DAG.getNode(AArch64ISD::FRSQRTE, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
11368 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRSQRTE, Operand, in getSqrtEstimate()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_neon.td820 def FRSQRTE : SInst<"vrsqrte", "..", "dQd">;