HomeSort by relevance Sort by last modified time
    Searched refs:AArch64PromoteConstant (Results 1 - 3 of 3) 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...]
  /external/swiftshader/third_party/llvm-7.0/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
63 // AArch64PromoteConstant
94 class AArch64PromoteConstant : public ModulePass {
113 AArch64PromoteConstant() : ModulePass(ID) {
227 char AArch64PromoteConstant::ID = 0;
229 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const",
232 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const",
236 return new AArch64PromoteConstant();
349 AArch64PromoteConstant::PromotionCacheTy &PromotionCache)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 693 llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp \
    [all...]

Completed in 77 milliseconds