Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp83 class PEI : public MachineFunctionPass { class
87 PEI() : MachineFunctionPass(ID) { in PEI() function in __anonc9108a930111::PEI
147 char PEI::ID = 0;
149 char &llvm::PrologEpilogCodeInserterID = PEI::ID;
151 INITIALIZE_PASS_BEGIN(PEI, DEBUG_TYPE, "Prologue/Epilogue Insertion", false,
156 INITIALIZE_PASS_END(PEI, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
161 return new PEI(); in INITIALIZE_PASS_DEPENDENCY()
167 void PEI::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
221 bool PEI::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
357 void PEI::calculateCallFrameInfo(MachineFunction &MF) { in calculateCallFrameInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt87 being run after the WebAssembly PEI pass.
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec107 ## @libraryclass Provides a service to retrieve a pointer to the PEI Services Table.
110 ## @libraryclass Provides library functions for all PEI Services.
116 ## @libraryclass Module entry point library for PEI core.
160 …## @libraryclass Provides services to create and parse HOBs. Only available for PEI and DXE modu…
2042 ## Status code value for indicating the handoff from PEI phase to DXE phase.
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td472 // with MOV_rr and ADD_ri in PEI phase
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td302 // from removing one half of the matched pairs. That breaks PEI, which assumes
H A DARMInstrInfo.td2189 // from removing one half of the matched pairs. That breaks PEI, which assumes