Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp94 class AArch64PromoteConstant : public ModulePass { class
113 AArch64PromoteConstant() : ModulePass(ID) { in AArch64PromoteConstant() function in __anon20cc58c70111::AArch64PromoteConstant
227 char AArch64PromoteConstant::ID = 0;
229 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const",
232 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const", in INITIALIZE_PASS_DEPENDENCY()
236 return new AArch64PromoteConstant(); in INITIALIZE_PASS_DEPENDENCY()
365 std::make_pair(&C, AArch64PromoteConstant::PromotedConstant())); in shouldConvert()
458 void AArch64PromoteConstant::computeInsertionPoint( in computeInsertionPoint()
499 void AArch64PromoteConstant::insertDefinitions(Function &F, in insertDefinitions()
536 void AArch64PromoteConstant::promoteConstants( in promoteConstants()
[all …]
H A DCMakeLists.txt72 AArch64PromoteConstant.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
H A DBUILD.gn137 "AArch64PromoteConstant.cpp",