Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp97 class HexagonCommonGEP : public FunctionPass { class
101 HexagonCommonGEP() : FunctionPass(ID) { in HexagonCommonGEP() function in __anon9d81f58e0111::HexagonCommonGEP
164 char HexagonCommonGEP::ID = 0;
166 INITIALIZE_PASS_BEGIN(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
171 INITIALIZE_PASS_END(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",
324 void HexagonCommonGEP::getBlockTraversalOrder(BasicBlock *Root, in getBlockTraversalOrder()
335 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) { in isHandledGepForm()
345 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI, in processGepInst()
411 void HexagonCommonGEP::collect() { in collect()
532 void HexagonCommonGEP::common() { in common()
[all …]