Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp219 bool selectAllocaArray(Register ResVReg, const SPIRVType *ResType,
2040 return selectAllocaArray(ResVReg, ResType, I); in selectIntrinsic()
2087 bool SPIRVInstructionSelector::selectAllocaArray(Register ResVReg, in selectAllocaArray() function in SPIRVInstructionSelector