HomeSort by relevance Sort by last modified time
    Searched refs:PEI (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 19 # It will transfer the control to pei core.
52 # Pass BFV into the PEI Core
57 # Pass stack base into the PEI Core
62 # Pass stack size into the PEI Core
67 # Pass Control into the PEI Core
SecEntry.asm 19 ; It will transfer the control to pei core.
58 ; Pass BFV into the PEI Core
63 ; Pass stack base into the PEI Core
68 ; Pass stack size into the PEI Core
73 ; Pass Control into the PEI Core
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShrinkWrapping.cpp 88 void PEI::getAnalysisUsage(AnalysisUsage &AU) const {
104 MachineBasicBlock* PEI::getTopLevelLoopPreheader(MachineLoop* LP) {
115 MachineLoop* PEI::getTopLevelLoopParent(MachineLoop *LP) {
126 bool PEI::isReturnBlock(MachineBasicBlock* MBB) {
131 void PEI::clearAnticAvailSets() {
139 void PEI::clearAllSets() {
150 void PEI::initShrinkWrappingInfo() {
181 void PEI::placeCSRSpillsAndRestores(MachineFunction &Fn) {
200 bool PEI::calcAnticInOut(MachineBasicBlock* MBB) {
238 bool PEI::calcAvailInOut(MachineBasicBlock* MBB)
    [all...]
PrologEpilogInserter.h 36 class PEI : public MachineFunctionPass {
39 PEI() : MachineFunctionPass(ID) {
PrologEpilogInserter.cpp 22 #define DEBUG_TYPE "pei"
47 char PEI::ID = 0;
49 INITIALIZE_PASS_BEGIN(PEI, "prologepilog",
53 INITIALIZE_PASS_END(PEI, "prologepilog",
64 FunctionPass *llvm::createPrologEpilogCodeInserter() { return new PEI(); }
69 bool PEI::runOnMachineFunction(MachineFunction &Fn) {
134 void PEI::getAnalysisUsage(AnalysisUsage &AU) const {
149 void PEI::calculateCallsInformation(MachineFunction &Fn) {
204 void PEI::calculateCalleeSavedRegisters(MachineFunction &Fn) {
294 void PEI::insertCSRSpillsAndRestores(MachineFunction &Fn)
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 106 # Pass entry point of the PEI core
112 # Pass BFV into the PEI Core
118 # Pass stack size into the PEI Core
128 # Pass Control into the PEI Core
PeiCoreEntry.asm 113 ; Pass entry point of the PEI core
119 ; Pass BFV into the PEI Core
125 ; Pass stack size into the PEI Core
135 ; Pass Control into the PEI Core
SecEntry.S 45 # used for a while in PEI and possibly DXE.
48 # transfer to PEI using the newly loaded GDT.
129 # Initializes stack with some early data (BIST, PEI entry, etc)
243 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
SecEntry.asm 54 ; used for a while in PEI and possibly DXE.
57 ; transfer to PEI using the newly loaded GDT.
140 ; Initializes stack with some early data (BIST, PEI entry, etc)
255 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 39 # used for a while in PEI and possibly DXE.
42 # transfer to PEI using the newly loaded GDT.
127 # ROM-based Global-Descriptor Table for the PEI Phase
Flat32.asm 46 ; used for a while in PEI and possibly DXE.
49 ; transfer to PEI using the newly loaded GDT.
136 ; ROM-based Global-Descriptor Table for the PEI Phase
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 114 ; Pass entry point of the PEI core
120 ; Pass BFV into the PEI Core
126 ; Pass stack size into the PEI Core
136 ; Pass Control into the PEI Core
SecEntry.asm 53 ; used for a while in PEI and possibly DXE.
56 ; transfer to PEI using the newly loaded GDT.
139 ; Initializes stack with some early data (BIST, PEI entry, etc)
244 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 80 class PEI : public MachineFunctionPass {
84 PEI() : MachineFunctionPass(ID) {
132 char PEI::ID = 0;
134 char &llvm::PrologEpilogCodeInserterID = PEI::ID;
141 INITIALIZE_PASS_BEGIN(PEI, DEBUG_TYPE, "Prologue/Epilogue Insertion", false,
146 INITIALIZE_PASS_END(PEI, DEBUG_TYPE,
151 return new PEI();
157 void PEI::getAnalysisUsage(AnalysisUsage &AU) const {
170 bool PEI::runOnMachineFunction(MachineFunction &MF) {
245 void PEI::calculateCallFrameInfo(MachineFunction &MF)
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 48 #define DEBUG_TYPE "pei"
60 class PEI : public MachineFunctionPass {
63 explicit PEI(const TargetMachine *TM = nullptr) : MachineFunctionPass(ID) {
131 char PEI::ID = 0;
132 char &llvm::PrologEpilogCodeInserterID = PEI::ID;
139 INITIALIZE_TM_PASS_BEGIN(PEI, "prologepilog", "Prologue/Epilogue Insertion",
144 INITIALIZE_TM_PASS_END(PEI, "prologepilog",
150 return new PEI(TM);
157 void PEI::getAnalysisUsage(AnalysisUsage &AU) const {
172 bool PEI::runOnMachineFunction(MachineFunction &Fn)
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
PrePeiCoreEntryPoint.asm 66 // The PEI Core Entry Point has been computed by GenFV and stored in the second entry of the Reset Vector
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 53 ; At the end of PEI, the pages tables will be rebuilt into a
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 560 ; Pass entry point of the PEI core
570 ; Pass BFV into the PEI Core
583 ; Pass stack base and size into the PEI Core
592 ; Pass Control into the PEI Core
FspApiEntry.s 775 # Pass entry point of the PEI core
785 # Pass BFV into the PEI Core
798 # Pass stack base and size into the PEI Core
807 # Pass Control into the PEI Core
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 76 ; used for a while in PEI and possibly DXE.
79 ; transfer to PEI using the newly loaded GDT.
218 ; Pass Control into the PEI Core
223 ; PEI Core should never return to here, this is just to capture an invalid return.
593 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
Flat32.S 163 # used for a while in PEI and possibly DXE.
166 # transfer to PEI using the newly loaded GDT.
305 # Pass Control into the PEI Core
310 # PEI Core should never return to here, this is just to capture an invalid return.
710 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.fdf 107 # PEI Phase modules
111 # PEI Apriori file example, more PEIM module added later.
113 APRIORI PEI {
114 INF MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
115 INF MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
116 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
123 INF MdeModulePkg/Core/Pei/PeiMain.inf
124 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
125 INF MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
126 INF MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/
Nt32Pkg.fdf 159 # PEI Phase modules
162 # PEI Apriori file example, more PEIM module added later.
164 APRIORI PEI {
165 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
166 INF MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
167 INF MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
176 INF MdeModulePkg/Core/Pei/PeiMain.inf
177 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
178 INF MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
179 INF MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.fdf 304 # PEI Apriori file example, more PEIM module added later.
306 APRIORI PEI {
307 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
309 INF QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
318 INF MdeModulePkg/Core/Pei/PeiMain.inf
321 # PEI Phase RAW Data files.
327 INF RuleOverride = NORELOC MdeModulePkg/Universal/PCD/Pei/Pcd.inf
328 INF QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
330 INF RuleOverride = NORELOC MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
331 INF RuleOverride = NORELOC QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 122 # decompresses the PEI and DXE FVs which handles the rest of the boot sequence.
149 APRIORI PEI {
150 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
154 # PEI Phase modules
156 INF MdeModulePkg/Core/Pei/PeiMain.inf
157 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
158 INF MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
159 INF MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf

Completed in 993 milliseconds

1 2