Searched refs:AArch64PromoteConstant (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 94 class AArch64PromoteConstant : public ModulePass { class 113 AArch64PromoteConstant() : ModulePass(ID) { in AArch64PromoteConstant() function in __anonea356bfc0111::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() 349 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() 351 std::make_pair(&C, AArch64PromoteConstant::PromotedConstant())); in shouldConvert() 357 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint() 367 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() [all …]
|
D | CMakeLists.txt | 46 AArch64PromoteConstant.cpp
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 85 class AArch64PromoteConstant : public ModulePass { class 104 AArch64PromoteConstant() : ModulePass(ID) {} in AArch64PromoteConstant() function in __anone536f1640111::AArch64PromoteConstant 215 char AArch64PromoteConstant::ID = 0; 221 INITIALIZE_PASS_BEGIN(AArch64PromoteConstant, "aarch64-promote-const", 224 INITIALIZE_PASS_END(AArch64PromoteConstant, "aarch64-promote-const", in INITIALIZE_PASS_DEPENDENCY() 228 return new AArch64PromoteConstant(); in INITIALIZE_PASS_DEPENDENCY() 341 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() 343 std::make_pair(&C, AArch64PromoteConstant::PromotedConstant())); in shouldConvert() 349 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint() 359 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() [all …]
|
D | CMakeLists.txt | 55 AArch64PromoteConstant.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.bp | 569 "llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp",
|
D | BUILD.gn | 516 "llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1328 ${LLVM_DIR}/lib/Target/AArch64/AArch64PromoteConstant.cpp
|