Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPostLegalizer.cpp41 extern void processInstr(MachineInstr &MI, MachineIRBuilder &MIB,
110 processInstr(I, MIB, MRI, GR, GR->getSPIRVTypeForVReg(ResVReg)); in processNewInstrs()
H A DSPIRVPreLegalizer.cpp471 void processInstr(MachineInstr &MI, MachineIRBuilder &MIB, in processInstr() function
698 processInstr(MI, MIB, MRI, GR, nullptr); in processInstrsWithTypeFolding()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp107 RecognizableInstr::processInstr(Tables, *NumberedInst, Idx); in emitDisassembler()
H A DX86RecognizableInstr.h376 static void processInstr(DisassemblerTables &tables,
H A DX86RecognizableInstr.cpp169 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr() function in RecognizableInstr
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp41 bool processInstr(MachineInstr &MI);
57 Changed |= processInstr(MI); in runOnMachineFunction()
1737 bool NVPTXReplaceImageHandles::processInstr(MachineInstr &MI) { in processInstr() function in NVPTXReplaceImageHandles