Searched refs:FRSQRTE (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSchedPredicates.td | 77 FRSQRTE,
|
H A D | P9InstrResources.td | 423 (instregex "FRSQRTE(S)?$"), 484 (instregex "FRSQRTE(S)?_rec$"),
|
H A D | PPCISelLowering.h | 87 FRSQRTE, enumerator
|
H A D | P10InstrResources.td | 105 FRSQRTE,
|
H A D | PPCInstrInfo.td | 132 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 D | PPCISelLowering.cpp | 1686 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 D | AArch64ISelLowering.h | 337 FRSQRTE, enumerator
|
H A D | AArch64InstrInfo.td | 851 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 D | AArch64ISelLowering.cpp | 2756 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 D | arm_neon.td | 820 def FRSQRTE : SInst<"vrsqrte", "..", "dQd">;
|