Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp46 struct BPFMISimplifyPatchable : public MachineFunctionPass { struct
52 BPFMISimplifyPatchable() : MachineFunctionPass(ID) { in BPFMISimplifyPatchable() function
90 void BPFMISimplifyPatchable::initialize(MachineFunction &MFParm) { in initialize()
96 bool BPFMISimplifyPatchable::isLoadInst(unsigned Opcode) { in isLoadInst()
102 void BPFMISimplifyPatchable::checkADDrr(MachineRegisterInfo *MRI, in checkADDrr()
154 void BPFMISimplifyPatchable::checkShift(MachineRegisterInfo *MRI, in checkShift()
240 void BPFMISimplifyPatchable::processInst(MachineRegisterInfo *MRI, in processInst()
259 bool BPFMISimplifyPatchable::removeLD() { in removeLD()
322 INITIALIZE_PASS(BPFMISimplifyPatchable, DEBUG_TYPE,
325 char BPFMISimplifyPatchable::ID = 0;
[all …]
H A DCMakeLists.txt35 BPFMISimplifyPatchable.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/BPF/
H A DBUILD.gn74 "BPFMISimplifyPatchable.cpp",