Searched refs:FRE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedPredicates.td | 63 FRE,
|
| H A D | P9InstrResources.td | 415 (instregex "FRE(S)?$"), 475 (instregex "FRE(S)?_rec$"),
|
| H A D | PPCISelLowering.h | 86 FRE, enumerator
|
| H A D | P10InstrResources.td | 98 FRE,
|
| H A D | PPCInstrInfo.td | 131 def PPCfre : SDNode<"PPCISD::FRE", SDTFPUnaryOp, []>; 2576 defm FRE : XForm_26r<63, 24, (outs f8rc:$RST), (ins f8rc:$RB), 3436 def : Pat<(int_ppc_fre f64:$A), (FRE $A)>;
|
| H A D | PPCISelLowering.cpp | 1685 case PPCISD::FRE: return "PPCISD::FRE"; in getTargetNodeName() 13773 return DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand); in getRecipEstimate()
|