OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpandPostRA
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp
31
struct
ExpandPostRA
: public MachineFunctionPass {
38
ExpandPostRA
() : MachineFunctionPass(ID) {}
58
char
ExpandPostRA
::ID = 0;
59
char &llvm::ExpandPostRAPseudosID =
ExpandPostRA
::ID;
61
INITIALIZE_PASS(
ExpandPostRA
, "postrapseudos",
68
ExpandPostRA
::TransferImplicitDefs(MachineInstr *MI) {
80
bool
ExpandPostRA
::LowerSubregToReg(MachineInstr *MI) {
137
bool
ExpandPostRA
::LowerCopy(MachineInstr *MI) {
182
bool
ExpandPostRA
::runOnMachineFunction(MachineFunction &MF) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ExpandPostRAPseudos.cpp
30
struct
ExpandPostRA
: public MachineFunctionPass {
37
ExpandPostRA
() : MachineFunctionPass(ID) {}
63
char
ExpandPostRA
::ID = 0;
66
return new
ExpandPostRA
();
73
ExpandPostRA
::TransferDeadFlag(MachineInstr *MI, unsigned DstReg,
88
ExpandPostRA
::TransferImplicitDefs(MachineInstr *MI) {
100
bool
ExpandPostRA
::LowerSubregToReg(MachineInstr *MI) {
152
bool
ExpandPostRA
::LowerCopy(MachineInstr *MI) {
191
bool
ExpandPostRA
::runOnMachineFunction(MachineFunction &MF) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp
31
struct
ExpandPostRA
: public MachineFunctionPass {
38
ExpandPostRA
() : MachineFunctionPass(ID) {}
58
char
ExpandPostRA
::ID = 0;
59
char &llvm::ExpandPostRAPseudosID =
ExpandPostRA
::ID;
61
INITIALIZE_PASS(
ExpandPostRA
, DEBUG_TYPE,
67
void
ExpandPostRA
::TransferImplicitOperands(MachineInstr *MI) {
76
bool
ExpandPostRA
::LowerSubregToReg(MachineInstr *MI) {
133
bool
ExpandPostRA
::LowerCopy(MachineInstr *MI) {
180
bool
ExpandPostRA
::runOnMachineFunction(MachineFunction &MF) {
Completed in 288 milliseconds