Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSchedPredicates.td77 FRSQRTE,
H A DP9InstrResources.td423 (instregex "FRSQRTE(S)?$"),
484 (instregex "FRSQRTE(S)?_rec$"),
H A DPPCISelLowering.h87 FRSQRTE, enumerator
H A DP10InstrResources.td105 FRSQRTE,
H A DPPCInstrInfo.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)>;
H A DPPCISelLowering.cpp1686 case PPCISD::FRSQRTE: return "PPCISD::FRSQRTE"; in getTargetNodeName()
13758 return DAG.getNode(PPCISD::FRSQRTE, SDLoc(Operand), VT, Operand); in getSqrtEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h337 FRSQRTE, enumerator
H A DAArch64InstrInfo.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">;
H A DAArch64ISelLowering.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/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td820 def FRSQRTE : SInst<"vrsqrte", "..", "dQd">;