HomeSort by relevance Sort by last modified time
    Searched full:aarch64promoteconstant (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 1 //=- AArch64PromoteConstant.cpp --- Promote constant to global for AArch64 -==//
10 // This file implements the AArch64PromoteConstant pass which promotes constants
55 // AArch64PromoteConstant
85 class AArch64PromoteConstant : public ModulePass {
104 AArch64PromoteConstant() : ModulePass(ID) {}
215 char AArch64PromoteConstant::ID = 0;
221 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const",
224 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const",
228 return new AArch64PromoteConstant();
341 AArch64PromoteConstant::PromotionCacheTy &PromotionCache)
    [all...]
CMakeLists.txt 55 AArch64PromoteConstant.cpp

Completed in 847 milliseconds