Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp39 struct BPFMIPeephole : public MachineFunctionPass { struct
46 BPFMIPeephole() : MachineFunctionPass(ID) { in BPFMIPeephole() function
71 void BPFMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
78 bool BPFMIPeephole::isMovFrom32Def(MachineInstr *MovMI) in isMovFrom32Def()
119 bool BPFMIPeephole::eliminateZExtSeq(void) { in eliminateZExtSeq()
189 INITIALIZE_PASS(BPFMIPeephole, DEBUG_TYPE,
192 char BPFMIPeephole::ID = 0;
193 FunctionPass* llvm::createBPFMIPeepholePass() { return new BPFMIPeephole(); } in createBPFMIPeepholePass()
DCMakeLists.txt26 BPFMIPeephole.cpp