Searched defs:INITIALIZE_PASS (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86EvexToVex.cpp | 275 INITIALIZE_PASS(EvexToVexInstPass, EVEX2VEX_NAME, EVEX2VEX_DESC, false, false) in INITIALIZE_PASS() function
|
D | X86FixupBWInsts.cpp | 144 INITIALIZE_PASS(FixupBWInstPass, FIXUPBW_NAME, FIXUPBW_DESC, false, false) in INITIALIZE_PASS() function
|
D | X86FixupLEAs.cpp | 138 INITIALIZE_PASS(FixupLEAPass, FIXUPLEA_NAME, FIXUPLEA_DESC, false, false) in INITIALIZE_PASS() function
|
/external/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 149 INITIALIZE_PASS(FixupBWInstPass, FIXUPBW_NAME, FIXUPBW_DESC, false, false) in INITIALIZE_PASS() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | PassSupport.h | 34 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ macro
|
/external/llvm/include/llvm/ |
D | PassSupport.h | 36 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | PassSupport.h | 148 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchRelaxation.cpp | 125 INITIALIZE_PASS(BranchRelaxation, DEBUG_TYPE, BRANCH_RELAX_NAME, false, false) in INITIALIZE_PASS() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MicroMipsSizeReduction.cpp | 276 INITIALIZE_PASS(MicroMipsSizeReduce, DEBUG_TYPE, MICROMIPS_SIZE_REDUCE_NAME, in INITIALIZE_PASS() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 241 INITIALIZE_PASS(Thumb2SizeReduce, DEBUG_TYPE, THUMB2_SIZE_REDUCE_NAME, false, in INITIALIZE_PASS() function
|
D | ARMExpandPseudoInsts.cpp | 86 INITIALIZE_PASS(ARMExpandPseudo, DEBUG_TYPE, ARM_EXPAND_PSEUDO_NAME, false, in INITIALIZE_PASS() function
|