Searched defs:CGBR (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp3320 // later, by the CGBR pass (below).
3464 /// CGBR - Create Global Base Reg pass. This initializes the PIC
3466 struct CGBR : public MachineFunctionPass { struct in namespace:__anon18877
3468 CGBR() : MachineFunctionPass(ID) {} function in struct:__anon18877::CGBR
3528 char CGBR::ID = 0;
3530 llvm::createGlobalBaseRegPass() { return new CGBR(); }
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6954 // later, by the CGBR pass (below).
7368 struct CGBR : public MachineFunctionPass { struct in namespace:__anon13242
7370 CGBR() : MachineFunctionPass(ID) {} function in struct:__anon13242::CGBR
7433 char CGBR::ID = 0;
7435 llvm::createX86GlobalBaseRegPass() { return new CGBR(); }

Completed in 133 milliseconds