Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp123 bool selectBitcast(Register ResVReg, const SPIRVType *ResType,
538 return selectBitcast(ResVReg, ResType, I); in spvSelect()
710 bool SPIRVInstructionSelector::selectBitcast(Register ResVReg, in selectBitcast() function in SPIRVInstructionSelector