Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp61 bool isLoadInst(unsigned Opcode);
126 bool BPFMISimplifyPatchable::isLoadInst(unsigned Opcode) { in isLoadInst() function in __anon217b3e8c0111::BPFMISimplifyPatchable
291 if (isLoadInst(Opcode)) { in processInst()
320 if (!isLoadInst(MI.getOpcode())) in removeLD()