Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPostLegalizer.cpp52 extern void processInstr(MachineInstr &MI, MachineIRBuilder &MIB,
146 processInstr(I, MIB, MRI, GR); in processNewInstrs()
H A DSPIRVPreLegalizer.cpp403 void processInstr(MachineInstr &MI, MachineIRBuilder &MIB, in processInstr() function
580 processInstr(MI, MIB, MRI, GR); in processInstrsWithTypeFolding()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp109 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i); in EmitDisassembler()
H A DX86RecognizableInstr.h373 static void processInstr(DisassemblerTables &tables,
H A DX86RecognizableInstr.cpp170 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr() function in RecognizableInstr
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp43 bool processInstr(MachineInstr &MI);
61 Changed |= processInstr(MI); in runOnMachineFunction()
1741 bool NVPTXReplaceImageHandles::processInstr(MachineInstr &MI) { in processInstr() function in NVPTXReplaceImageHandles