Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp122 bool propagateSignExtension(Instructions &SExtInsts);
136 void analyzeSExtension(Instructions &SExtInsts);
251 AArch64AddressTypePromotion::propagateSignExtension(Instructions &SExtInsts) { in propagateSignExtension() argument
257 while (!SExtInsts.empty()) { in propagateSignExtension()
259 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension()
415 void AArch64AddressTypePromotion::analyzeSExtension(Instructions &SExtInsts) { in analyzeSExtension() argument
466 SExtInsts.push_back(SExt); in analyzeSExtension()
469 SExtInsts.push_back(AlreadySeen->second); in analyzeSExtension()
491 Instructions SExtInsts; in runOnFunction() local
492 analyzeSExtension(SExtInsts); in runOnFunction()
[all …]