Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp121 bool propagateSignExtension(Instructions &SExtInsts);
135 void analyzeSExtension(Instructions &SExtInsts);
252 AArch64AddressTypePromotion::propagateSignExtension(Instructions &SExtInsts) { in propagateSignExtension() argument
258 while (!SExtInsts.empty()) { in propagateSignExtension()
260 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension()
416 void AArch64AddressTypePromotion::analyzeSExtension(Instructions &SExtInsts) { in analyzeSExtension() argument
467 SExtInsts.push_back(SExt); in analyzeSExtension()
470 SExtInsts.push_back(AlreadySeen->second); in analyzeSExtension()
489 Instructions SExtInsts; in runOnFunction() local
490 analyzeSExtension(SExtInsts); in runOnFunction()
[all …]