Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDisassemblerEmitter.cpp113 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i); in EmitDisassembler()
DX86RecognizableInstr.h352 static void processInstr(DisassemblerTables &tables,
DX86RecognizableInstr.cpp165 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr() function in RecognizableInstr
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp43 bool processInstr(MachineInstr &MI);
61 Changed |= processInstr(MI); in runOnMachineFunction()
1729 bool NVPTXReplaceImageHandles::processInstr(MachineInstr &MI) { in processInstr() function in NVPTXReplaceImageHandles