Searched refs:RegisterRegAlloc (Results 1 – 22 of 22) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Passes.cpp | 25 MachinePassRegistry RegisterRegAlloc::Registry; 28 static RegisterRegAlloc 38 static cl::opt<RegisterRegAlloc::FunctionPassCtor, false, 39 RegisterPassParser<RegisterRegAlloc> > 51 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegisterAllocator() 55 RegisterRegAlloc::setDefault(RegAlloc); in createRegisterAllocator()
|
D | RegAllocBasic.cpp | 57 static RegisterRegAlloc basicRegAlloc("basic", "basic register allocator",
|
D | RegAllocPBQP.cpp | 61 static RegisterRegAlloc
|
D | RegAllocFast.cpp | 44 static RegisterRegAlloc
|
D | RegAllocGreedy.cpp | 63 static RegisterRegAlloc greedyRegAlloc("greedy", "greedy register allocator",
|
D | RegAllocLinearScan.cpp | 69 static RegisterRegAlloc
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | RegAllocRegistry.h | 27 class RegisterRegAlloc : public MachinePassRegistryNode { 35 RegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in RegisterRegAlloc() function 40 ~RegisterRegAlloc() { Registry.Remove(this); } in ~RegisterRegAlloc() 45 RegisterRegAlloc *getNext() const { in getNext() 46 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext(); in getNext() 48 static RegisterRegAlloc *getList() { in getList() 49 return (RegisterRegAlloc *)Registry.getList(); in getList()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocRegistry.h | 27 class RegisterRegAlloc : public MachinePassRegistryNode { 35 RegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in RegisterRegAlloc() function 39 ~RegisterRegAlloc() { Registry.Remove(this); } in ~RegisterRegAlloc() 43 RegisterRegAlloc *getNext() const { in getNext() 44 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext(); in getNext() 46 static RegisterRegAlloc *getList() { in getList() 47 return (RegisterRegAlloc *)Registry.getList(); in getList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RegAllocRegistry.h | 29 class RegisterRegAlloc : public MachinePassRegistryNode { 35 RegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C) in RegisterRegAlloc() function 40 ~RegisterRegAlloc() { Registry.Remove(this); } in ~RegisterRegAlloc() 43 RegisterRegAlloc *getNext() const { in getNext() 44 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext(); in getNext() 47 static RegisterRegAlloc *getList() { in getList() 48 return (RegisterRegAlloc *)Registry.getList(); in getList()
|
/external/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 716 MachinePassRegistry RegisterRegAlloc::Registry; 722 static RegisterRegAlloc 728 static cl::opt<RegisterRegAlloc::FunctionPassCtor, false, 729 RegisterPassParser<RegisterRegAlloc> > 735 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in initializeDefaultRegisterAllocatorOnce() 739 RegisterRegAlloc::setDefault(RegAlloc); in initializeDefaultRegisterAllocatorOnce() 773 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
|
D | RegAllocBasic.cpp | 44 static RegisterRegAlloc basicRegAlloc("basic", "basic register allocator",
|
D | RegAllocPBQP.cpp | 65 static RegisterRegAlloc
|
D | RegAllocFast.cpp | 44 static RegisterRegAlloc
|
D | RegAllocGreedy.cpp | 104 static RegisterRegAlloc greedyRegAlloc("greedy", "greedy register allocator",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 780 static cl::opt<RegisterRegAlloc::FunctionPassCtor, false, 781 RegisterPassParser<RegisterRegAlloc>> 984 MachinePassRegistry RegisterRegAlloc::Registry; 990 static RegisterRegAlloc 996 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in initializeDefaultRegisterAllocatorOnce() 1000 RegisterRegAlloc::setDefault(RegAlloc); in initializeDefaultRegisterAllocatorOnce() 1033 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
|
D | RegAllocBasic.cpp | 44 static RegisterRegAlloc basicRegAlloc("basic", "basic register allocator",
|
D | RegAllocPBQP.cpp | 95 static RegisterRegAlloc
|
D | RegAllocFast.cpp | 59 static RegisterRegAlloc
|
D | RegAllocGreedy.cpp | 146 static RegisterRegAlloc greedyRegAlloc("greedy", "greedy register allocator",
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXRegAlloc.cpp | 51 static RegisterRegAlloc
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1252 (``RegisterScheduler``) and register allocation (``RegisterRegAlloc``) machine 1273 ``RegisterRegAlloc::FunctionPassCtor``. In the same file add the "installing" 1278 static RegisterRegAlloc myRegAlloc("myregalloc", 1300 ``RegisterRegAlloc::FunctionPassCtor``.
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1256 (``RegisterScheduler``) and register allocation (``RegisterRegAlloc``) machine 1277 ``RegisterRegAlloc::FunctionPassCtor``. In the same file add the "installing" 1282 static RegisterRegAlloc myRegAlloc("myregalloc", 1304 ``RegisterRegAlloc::FunctionPassCtor``.
|