Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp85 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()
[all …]
DAndroid.mk38 AArch64PromoteConstant.cpp \
DCMakeLists.txt37 AArch64PromoteConstant.cpp