Home
last modified time | relevance | path

Searched refs:FRE (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSchedPredicates.td63 FRE,
H A DP9InstrResources.td414 (instregex "FRE(S)?$"),
474 (instregex "FRE(S)?_rec$"),
H A DPPCISelLowering.h89 FRE, enumerator
H A DP10InstrResources.td98 FRE,
H A DPPCInstrInfo.td128 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 DPPCISelLowering.cpp1625 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 Datomic.ll340 ; 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