Searched refs:FTSQRT (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBack2BackFusion.def | 630 FTSQRT,
|
H A D | PPCISelLowering.h | 90 FTSQRT, enumerator
|
H A D | P10InstrResources.td | 649 FTSQRT,
|
H A D | P9InstrResources.td | 100 FTSQRT,
|
H A D | PPCISelLowering.cpp | 1687 case PPCISD::FTSQRT: in getTargetNodeName() 13713 SDValue FTSQRT = DAG.getNode(PPCISD::FTSQRT, DL, MVT::i32, Op); in getSqrtInputTest() local 13727 FTSQRT, SRIdxVal), in getSqrtInputTest()
|
H A D | PPCInstrInfo.td | 134 def PPCftsqrt : SDNode<"PPCISD::FTSQRT", SDT_PPCFtsqrt,[]>; 2470 def FTSQRT: XForm_17a<63, 160, (outs crrc:$BF), (ins f8rc:$RB),
|
H A D | PPCISelDAGToDAG.cpp | 4818 if (N.getOpcode() == PPCISD::FTSQRT) in isSWTestOp()
|