Searched refs:ExtLoad (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp351 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
718 SDValue OrigLoad, SDValue ExtLoad,
1101 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { argument
1104 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, VT, SDValue(ExtLoad, 0));
1110 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1));
5418 SDValue ExtLoad = local
5422 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1));
9230 SDValue OrigLoad, SDValue ExtLoad,
9233 SDLoc DL(ExtLoad);
9229 ExtendSetCCUses(const SmallVectorImpl<SDNode *> &SetCCs, SDValue OrigLoad, SDValue ExtLoad, ISD::NodeType ExtType) argument
9527 SDValue ExtLoad = DAG.getExtLoad(ExtLoadType, SDLoc(LN0), VT, LN0->getChain(), local
9708 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, SDLoc(LN00), VT, local
10032 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(LN00), VT, local
10217 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT, local
10246 SDValue ExtLoad = DAG.getExtLoad(ExtType, SDLoc(N), local
10665 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, SDLoc(N), VT, local
10681 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, SDLoc(N), VT, local
13314 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT, local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp822 unsigned ExtLoad = ZExt ? TargetOpcode::G_ZEXTLOAD local
824 MIRBuilder.buildInstr(ExtLoad)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12537 SDValue ExtLoad = DAG.getNode(NewOpc, SDLoc(N), VTs, Ops); local
12538 DCI.CombineTo(N, ExtLoad);
12539 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1));

Completed in 165 milliseconds