HomeSort by relevance Sort by last modified time
    Searched refs:HexagonCommonGEP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 1 //===--- HexagonCommonGEP.cpp ---------------------------------------------===//
79 class HexagonCommonGEP : public FunctionPass {
82 HexagonCommonGEP() : FunctionPass(ID) {
146 char HexagonCommonGEP::ID = 0;
147 INITIALIZE_PASS_BEGIN(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
152 INITIALIZE_PASS_END(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
296 void HexagonCommonGEP::getBlockTraversalOrder(BasicBlock *Root,
311 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) {
322 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI,
388 void HexagonCommonGEP::collect()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 1 //===- HexagonCommonGEP.cpp -----------------------------------------------===//
96 class HexagonCommonGEP : public FunctionPass {
100 HexagonCommonGEP() : FunctionPass(ID) {
163 char HexagonCommonGEP::ID = 0;
165 INITIALIZE_PASS_BEGIN(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
170 INITIALIZE_PASS_END(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
322 void HexagonCommonGEP::getBlockTraversalOrder(BasicBlock *Root,
333 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) {
343 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI,
409 void HexagonCommonGEP::collect()
    [all...]

Completed in 218 milliseconds