Searched refs:ExtLoad (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 351 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad); 718 SDValue OrigLoad, SDValue ExtLoad, 1094 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { in ReplaceLoadWithPromotedLoad() argument 1097 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, VT, SDValue(ExtLoad, 0)); in ReplaceLoadWithPromotedLoad() 1103 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad() 5411 SDValue ExtLoad = in visitAND() local 5415 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 9223 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument 9226 SDLoc DL(ExtLoad); in ExtendSetCCUses() 9233 Ops.push_back(ExtLoad); in ExtendSetCCUses() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 822 unsigned ExtLoad = ZExt ? TargetOpcode::G_ZEXTLOAD in narrowScalar() local 824 MIRBuilder.buildInstr(ExtLoad) in narrowScalar()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 12537 SDValue ExtLoad = DAG.getNode(NewOpc, SDLoc(N), VTs, Ops); in performSignExtendInRegCombine() local 12538 DCI.CombineTo(N, ExtLoad); in performSignExtendInRegCombine() 12539 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1)); in performSignExtendInRegCombine()
|