Searched refs:ExtLoad (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/X86/ |
| H A 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 …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/PowerPC/ |
| H A 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.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/AArch64/ |
| H A 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 …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6464 SDValue ExtLoad = in visitAND() local 6468 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitAND() 11468 SDLoc DL(ExtLoad); in ExtendSetCCUses() 11726 SDValue ExtLoad = in tryToFoldExtOfExtload() local 12052 return ExtLoad; in visitSIGN_EXTEND() 12328 return ExtLoad; in visitZERO_EXTEND() 13085 CombineTo(N, ExtLoad); in visitSIGN_EXTEND_INREG() 13086 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitSIGN_EXTEND_INREG() 13102 CombineTo(N, ExtLoad); in visitSIGN_EXTEND_INREG() 13103 CombineTo(N0.getNode(), ExtLoad, ExtLoad.getValue(1)); in visitSIGN_EXTEND_INREG() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 19256 SDValue ExtLoad = DAG.getNode(NewOpc, SDLoc(N), VTs, Ops); in performSignExtendInRegCombine() local 19257 DCI.CombineTo(N, ExtLoad); in performSignExtendInRegCombine() 19258 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1)); in performSignExtendInRegCombine() 19418 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT, in performFPExtendCombine() local 19421 DCI.CombineTo(N, ExtLoad); in performFPExtendCombine() 19424 ExtLoad, DAG.getIntPtrConstant(1, SDLoc(N0))), in performFPExtendCombine() 19425 ExtLoad.getValue(1)); in performFPExtendCombine()
|
| H A D | AArch64InstrInfo.td | 7107 SDPatternOperator ExtLoad, Instruction LD1> 7108 : Pat<(ResultTy (scalar_to_vector (i32 (ExtLoad GPR64sp:$Rn)))),
|