Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp98 bool selectMemOperation(Register ResVReg, MachineInstr &I) const;
306 return selectMemOperation(ResVReg, I); in spvSelect()
636 bool SPIRVInstructionSelector::selectMemOperation(Register ResVReg, in selectMemOperation() function in SPIRVInstructionSelector