Searched refs:HexagonCommonGEP (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1 //===- HexagonCommonGEP.cpp -----------------------------------------------===//
97 class HexagonCommonGEP : public FunctionPass { class in namespace:__anon2223
101 HexagonCommonGEP() : FunctionPass(ID) { function in class:__anon2223::HexagonCommonGEP
164 char HexagonCommonGEP::ID = 0;
166 INITIALIZE_PASS_BEGIN(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
171 INITIALIZE_PASS_END(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
323 void HexagonCommonGEP::getBlockTraversalOrder(BasicBlock *Root,
334 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) {
344 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI,
410 void HexagonCommonGEP
[all...]

Completed in 97 milliseconds