Lines Matching refs:AArch64PromoteConstant
85 class AArch64PromoteConstant : public ModulePass { class
89 AArch64PromoteConstant() : ModulePass(ID) {} in AArch64PromoteConstant() function in __anone48eb3b90111::AArch64PromoteConstant
204 char AArch64PromoteConstant::ID = 0;
210 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const",
213 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const", in INITIALIZE_PASS_DEPENDENCY()
217 return new AArch64PromoteConstant(); in INITIALIZE_PASS_DEPENDENCY()
331 Instruction *AArch64PromoteConstant::findInsertionPoint(Use &Use) { in findInsertionPoint()
342 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Use &Use, in isDominated()
368 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Use &Use, in tryAndMerge()
418 void AArch64PromoteConstant::computeInsertionPoints( in computeInsertionPoints()
460 bool AArch64PromoteConstant::insertDefinitions( in insertDefinitions()
516 bool AArch64PromoteConstant::computeAndInsertDefinitions(Constant *Val) { in computeAndInsertDefinitions()
522 bool AArch64PromoteConstant::promoteConstant(Constant *Cst) { in promoteConstant()
536 bool AArch64PromoteConstant::runOnFunction(Function &F) { in runOnFunction()