Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp43 bool processInstr(MachineInstr &MI);
64 Changed |= processInstr(MI); in runOnMachineFunction()
79 bool NVPTXReplaceImageHandles::processInstr(MachineInstr &MI) { in processInstr() function in NVPTXReplaceImageHandles
/external/llvm/utils/TableGen/
DDisassemblerEmitter.cpp118 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i); in EmitDisassembler()
DX86RecognizableInstr.h231 static void processInstr(DisassemblerTables &tables,
DX86RecognizableInstr.cpp265 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr() function in RecognizableInstr