Searched refs:MACHINE_FUNCTION_PASS (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | MachinePassRegistry.def | 128 #ifndef MACHINE_FUNCTION_PASS 129 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) 131 MACHINE_FUNCTION_PASS("dead-mi-elimination", DeadMachineInstructionElimPass()) 132 MACHINE_FUNCTION_PASS("finalize-isel", FinalizeISelPass()) 133 MACHINE_FUNCTION_PASS("localstackalloc", LocalStackSlotAllocationPass()) 134 MACHINE_FUNCTION_PASS("no-op-machine-function", NoOpMachineFunctionPass()) 135 MACHINE_FUNCTION_PASS("phi-node-elimination", PHIEliminationPass()) 136 MACHINE_FUNCTION_PASS("print", PrintMIRPass()) 137 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(dbgs())) 138 MACHINE_FUNCTION_PASS("print<live-vars>", LiveVariablesPrinterPass(dbgs())) [all …]
|
H A D | TargetPassRegistry.inc | 55 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) \ 71 #undef MACHINE_FUNCTION_PASS 139 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) ADD_PASS(NAME, CREATE_PASS)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PassRegistry.def | 15 #ifndef MACHINE_FUNCTION_PASS 16 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) 18 MACHINE_FUNCTION_PASS("x86-isel", X86ISelDAGToDAGPass(*this)) 19 #undef MACHINE_FUNCTION_PASS
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPassRegistry.def | 75 #ifndef MACHINE_FUNCTION_PASS 76 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) 78 MACHINE_FUNCTION_PASS("amdgpu-isel", AMDGPUISelDAGToDAGPass(*this)) 79 #undef MACHINE_FUNCTION_PASS
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 466 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) \ in PassBuilder() macro 1326 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) \ in isMachineFunctionPassName() macro 1922 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) \ in parseMachinePass() macro 2285 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) printPassName(NAME, OS); in printPassNames() macro
|