/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/X86/ |
D | ext.ll | 28 ; It is an ExtLoad. 43 ; It is an ExtLoad. 58 ; It is an ExtLoad. 73 ; It is an ExtLoad. 88 ; It is an ExtLoad. 103 ; It is an ExtLoad. 118 ; It is an ExtLoad. 133 ; It is an ExtLoad. 148 ; It is an ExtLoad. 163 ; It is an ExtLoad. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/PowerPC/ |
D | ext.ll | 12 ; It is an ExtLoad. 27 ; It is an ExtLoad. 42 ; It is an ExtLoad. 57 ; It is an ExtLoad. 72 ; It is an ExtLoad. 87 ; It is an ExtLoad. 102 ; It is an ExtLoad. 117 ; It is an ExtLoad. 132 ; It is an ExtLoad.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/AArch64/ |
D | ext.ll | 60 ; It is an ExtLoad. 75 ; It is an ExtLoad. 90 ; It is an ExtLoad. 105 ; It is an ExtLoad. 120 ; It is an ExtLoad. 135 ; It is an ExtLoad. 150 ; It is an ExtLoad. 165 ; It is an ExtLoad. 180 ; It is an ExtLoad. 195 ; It is an ExtLoad. [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 132 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad); 142 SDValue Trunc, SDValue ExtLoad, DebugLoc DL, 664 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { in ReplaceLoadWithPromotedLoad() argument 667 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0)); in ReplaceLoadWithPromotedLoad() 676 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1), in ReplaceLoadWithPromotedLoad() 2382 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, N0.getDebugLoc(), VT, in visitAND() local 2388 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 2404 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, N0.getDebugLoc(), VT, in visitAND() local 2411 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 3929 SDValue Trunc, SDValue ExtLoad, DebugLoc DL, in ExtendSetCCUses() argument [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 206 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad); 216 SDValue ExtLoad, const SDLoc &DL, 937 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { in ReplaceLoadWithPromotedLoad() argument 940 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0)); in ReplaceLoadWithPromotedLoad() 949 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad() 3315 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, in visitAND() local 3319 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 3335 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, in visitAND() local 3339 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 5898 SDValue Trunc, SDValue ExtLoad, in ExtendSetCCUses() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 262 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad); 607 SDValue OrigLoad, SDValue ExtLoad, 1085 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { in ReplaceLoadWithPromotedLoad() argument 1088 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, DL, VT, SDValue(ExtLoad, 0)); in ReplaceLoadWithPromotedLoad() 1094 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad() 4626 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, in visitAND() local 4630 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 4646 SDValue ExtLoad = DAG.getExtLoad(ISD::ZEXTLOAD, SDLoc(N0), VT, in visitAND() local 4650 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 8024 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument [all …]
|