Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp92 class AArch64PromoteConstant : public ModulePass { class
111 AArch64PromoteConstant() : ModulePass(ID) {} in AArch64PromoteConstant() function in __anon049483970111::AArch64PromoteConstant
223 char AArch64PromoteConstant::ID = 0;
225 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const",
228 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const", in INITIALIZE_PASS_DEPENDENCY()
232 return new AArch64PromoteConstant(); in INITIALIZE_PASS_DEPENDENCY()
363 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert()
365 std::make_pair(&C, AArch64PromoteConstant::PromotedConstant())); in shouldConvert()
371 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint()
381 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1398 SRCS_MIN+= Target/AArch64/AArch64PromoteConstant.cpp