Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h98 bool canUseExtInstSet(SPIRV::InstructionSet::InstructionSet E) const;
H A DSPIRVSubtarget.cpp102 bool SPIRVSubtarget::canUseExtInstSet( in canUseExtInstSet() function in SPIRVSubtarget
H A DSPIRVCallLowering.cpp525 bool canUseOpenCL = ST->canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std); in lowerCall()
526 bool canUseGLSL = ST->canUseExtInstSet(SPIRV::InstructionSet::GLSL_std_450); in lowerCall()
H A DSPIRVLegalizerInfo.cpp306 if (ST.canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std)) { in SPIRVLegalizerInfo()
H A DSPIRVInstructionSelector.cpp643 if (STI.canUseExtInstSet(Set)) { in selectExtInst()
2300 if (STI.canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std)) { in selectLog10()