Searched refs:FRE (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedPredicates.td | 63 FRE,
|
| H A D | P9InstrResources.td | 414 (instregex "FRE(S)?$"), 474 (instregex "FRE(S)?_rec$"),
|
| H A D | PPCISelLowering.h | 89 FRE, enumerator
|
| H A D | P10InstrResources.td | 98 FRE,
|
| H A D | PPCInstrInfo.td | 128 def PPCfre : SDNode<"PPCISD::FRE", SDTFPUnaryOp, []>; 2416 defm FRE : XForm_26r<63, 24, (outs f8rc:$frD), (ins f8rc:$frB), 3249 def : Pat<(int_ppc_fre f64:$A), (FRE $A)>;
|
| H A D | PPCISelLowering.cpp | 1625 case PPCISD::FRE: return "PPCISD::FRE"; in getTargetNodeName() 13112 return DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand); in getRecipEstimate()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | atomic.ll | 340 ; Note: The cross block FRE testing is deliberately light. All of the tricky 341 ; bits of legality are shared code with the block-local FRE above. These
|