Home
last modified time | relevance | path

Searched refs:customPassID (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp88 : MachineFunctionPass(ID), builder(b), customPassID(cPassID) { in RegAllocPBQP()
125 char *customPassID; member in __anonaf47a6de0111::RegAllocPBQP
454 if (customPassID) in getAnalysisUsage()
455 au.addRequiredID(*customPassID); in getAnalysisUsage()
710 char *customPassID) { in createPBQPRegisterAllocator() argument
711 return new RegAllocPBQP(builder, customPassID); in createPBQPRegisterAllocator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp123 : MachineFunctionPass(ID), customPassID(cPassID) { in RegAllocPBQP()
153 char *customPassID; member in __anone52c97ea0111::RegAllocPBQP
541 if (customPassID) in getAnalysisUsage()
542 au.addRequiredID(*customPassID); in getAnalysisUsage()
937 FunctionPass *llvm::createPBQPRegisterAllocator(char *customPassID) { in createPBQPRegisterAllocator() argument
938 return new RegAllocPBQP(customPassID); in createPBQPRegisterAllocator()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp94 : MachineFunctionPass(ID), customPassID(cPassID) { in RegAllocPBQP()
122 char *customPassID; member in __anon4cb6f5b20111::RegAllocPBQP
515 if (customPassID) in getAnalysisUsage()
516 au.addRequiredID(*customPassID); in getAnalysisUsage()
885 FunctionPass *llvm::createPBQPRegisterAllocator(char *customPassID) { in createPBQPRegisterAllocator() argument
886 return new RegAllocPBQP(customPassID); in createPBQPRegisterAllocator()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h165 char *customPassID=0);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h532 createPBQPRegisterAllocator(char *customPassID = nullptr);
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h595 createPBQPRegisterAllocator(char *customPassID = nullptr);