OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 {
89
AArch64PromoteConstant
() : ModulePass(ID) {}
204
char
AArch64PromoteConstant
::ID = 0;
210
INITIALIZE_PASS_BEGIN(
AArch64PromoteConstant
, "aarch64-promote-const",
213
INITIALIZE_PASS_END(
AArch64PromoteConstant
, "aarch64-promote-const",
217
return new
AArch64PromoteConstant
();
331
Instruction *
AArch64PromoteConstant
::findInsertionPoint(Use &Use)
[
all
...]
Android.mk
38
AArch64PromoteConstant
.cpp \
Completed in 8378 milliseconds