Searched defs:OrigLoad (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 719 LoadInst *OrigLoad; in DoPromotion() local 826 LoadInst *OrigLoad = in DoPromotion() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 187 LoadInst *OrigLoad; in doPromotion() local 282 LoadInst *OrigLoad = in doPromotion() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 8111 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() 8374 SDValue SelectionDAG::getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoadVP() 8625 SDValue SelectionDAG::getIndexedStridedLoadVP(SDValue OrigLoad, const SDLoc &DL, in getIndexedStridedLoadVP() 8901 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad()
|
H A D | DAGCombiner.cpp | 11926 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6907 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() 7102 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad()
|
H A D | DAGCombiner.cpp | 9223 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 5170 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad()
|
H A D | DAGCombiner.cpp | 12463 if (LoadSDNode *OrigLoad = dyn_cast<LoadSDNode>(InVec)) { in visitEXTRACT_VECTOR_ELT() local
|