Home
last modified time | relevance | path

Searched refs:SelectIndexedLoad (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp119 SDNode *SelectIndexedLoad(SDNode *Op);
329 SDNode *MSP430DAGToDAGISel::SelectIndexedLoad(SDNode *N) { in SelectIndexedLoad() function in MSP430DAGToDAGISel
414 if (SDNode *ResNode = SelectIndexedLoad(Node)) in Select()
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp96 void SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl);
240 void HexagonDAGToDAGISel::SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl) { in SelectIndexedLoad() function in HexagonDAGToDAGISel
524 SelectIndexedLoad(LD, dl); in SelectLoad()