Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp43 bool processInstr(MachineInstr &MI);
64 Changed |= processInstr(MI); in runOnMachineFunction()
79 bool NVPTXReplaceImageHandles::processInstr(MachineInstr &MI) { in processInstr() function in NVPTXReplaceImageHandles
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp117 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i); in EmitDisassembler()
H A DX86RecognizableInstr.h354 static void processInstr(DisassemblerTables &tables,
H A DX86RecognizableInstr.cpp131 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr() function in RecognizableInstr