OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphafi
(Results
1 - 1
of
1
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.cpp
339
AlphaMachineFunctionInfo *
AlphaFI
= MF->getInfo<AlphaMachineFunctionInfo>();
340
unsigned GlobalBaseReg =
AlphaFI
->getGlobalBaseReg();
355
AlphaFI
->setGlobalBaseReg(GlobalBaseReg);
364
AlphaMachineFunctionInfo *
AlphaFI
= MF->getInfo<AlphaMachineFunctionInfo>();
365
unsigned GlobalRetAddr =
AlphaFI
->getGlobalRetAddr();
380
AlphaFI
->setGlobalRetAddr(GlobalRetAddr);
Completed in 6416 milliseconds