Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp28 class ARCExpandPseudos : public MachineFunctionPass { class
31 ARCExpandPseudos() : MachineFunctionPass(ID) {} in ARCExpandPseudos() function in __anona5a530040111::ARCExpandPseudos
45 char ARCExpandPseudos::ID = 0;
62 void ARCExpandPseudos::expandStore(MachineFunction &MF, in expandStore()
79 void ARCExpandPseudos::expandCTLZ(MachineFunction &MF, in expandCTLZ()
108 void ARCExpandPseudos::expandCTTZ(MachineFunction &MF, in expandCTTZ()
131 bool ARCExpandPseudos::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
164 return new ARCExpandPseudos(); in createARCExpandPseudosPass()