Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSFrame.h120 void setFuncInfo(uint8_t PAuthKey, FDEType FDE, FREType FRE) {
122 (static_cast<uint8_t>(FRE) & 0xf);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSchedPredicates.td63 FRE,
H A DPPCScheduleP7.td247 FRE, FRES_rec, FRE_rec, FRSP_rec, FTDIV, FTSQRT,
H A DP9InstrResources.td416 (instregex "FRE(S)?$"),
476 (instregex "FRE(S)?_rec$"),
H A DPPCISelLowering.h83 FRE, enumerator
H A DP10InstrResources.td98 FRE,
H A DPPCInstrInfo.td146 def PPCfre : SDNode<"PPCISD::FRE", SDTFPUnaryOp, []>;
2604 defm FRE : XForm_26r<63, 24, (outs f8rc:$RST), (ins f8rc:$RB),
3465 def : Pat<(int_ppc_fre f64:$A), (FRE $A)>;
H A DPPCISelLowering.cpp1683 case PPCISD::FRE: return "PPCISD::FRE"; in getTargetNodeName()
14606 return DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand); in getRecipEstimate()