Searched refs:canUseExtInstSet (Results 1 – 5 of 5) sorted by relevance
98 bool canUseExtInstSet(SPIRV::InstructionSet::InstructionSet E) const;
102 bool SPIRVSubtarget::canUseExtInstSet( in canUseExtInstSet() function in SPIRVSubtarget
525 bool canUseOpenCL = ST->canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std); in lowerCall()526 bool canUseGLSL = ST->canUseExtInstSet(SPIRV::InstructionSet::GLSL_std_450); in lowerCall()
306 if (ST.canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std)) { in SPIRVLegalizerInfo()
643 if (STI.canUseExtInstSet(Set)) { in selectExtInst()2300 if (STI.canUseExtInstSet(SPIRV::InstructionSet::OpenCL_std)) { in selectLog10()