Home
last modified time | relevance | path

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

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