Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp233 bool selectSUCmp(Register ResVReg, const SPIRVType *ResType, MachineInstr &I,
684 return selectSUCmp(ResVReg, ResType, I, true); in spvSelect()
686 return selectSUCmp(ResVReg, ResType, I, false); in spvSelect()
2613 bool SPIRVInstructionSelector::selectSUCmp(Register ResVReg, in selectSUCmp() function in SPIRVInstructionSelector