Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h83 bool canUseExtInstSet(SPIRV::InstructionSet::InstructionSet E) const;
H A DSPIRVSubtarget.cpp75 bool SPIRVSubtarget::canUseExtInstSet( in canUseExtInstSet() function in SPIRVSubtarget
H A DSPIRVLegalizerInfo.cpp261 if (ST.canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std)) { in SPIRVLegalizerInfo()
H A DSPIRVCallLowering.cpp384 ST->canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std)) { in lowerCall()
H A DSPIRVInstructionSelector.cpp515 if (STI.canUseExtInstSet(Set)) { in selectExtInst()