Searched refs:FRE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 89 FRE, enumerator
|
| H A D | P9InstrResources.td | 413 (instregex "FRE(S)?$"), 473 (instregex "FRE(S)?_rec$"),
|
| H A D | PPCInstrInfo.td | 128 def PPCfre : SDNode<"PPCISD::FRE", SDTFPUnaryOp, []>; 2875 defm FRE : XForm_26r<63, 24, (outs f8rc:$frD), (ins f8rc:$frB), 3672 def : Pat<(int_ppc_fre f64:$A), (FRE $A)>;
|
| H A D | PPCISelLowering.cpp | 1593 case PPCISD::FRE: return "PPCISD::FRE"; in getTargetNodeName() 12744 return DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand); in getRecipEstimate()
|