Searched refs:getSamplerType (Results 1 – 5 of 5) sorted by relevance
41 return getSamplerType(T); in convertOpenCLSpecificType()69 llvm::Type *CGOpenCLRuntime::getSamplerType(const Type *T) { in getSamplerType() function in CGOpenCLRuntime
7964 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()
362 llvm::to_underlying(RTy->getSamplerType())); in createElementStruct()477 dxil::SamplerType ResourceTypeInfo::getSamplerType() const { in getSamplerType() function in ResourceTypeInfo479 return cast<SamplerExtType>(HandleTy)->getSamplerType(); in getSamplerType()565 if (isSampler() && RHS.isSampler() && getSamplerType() < RHS.getSamplerType()) in operator <()590 OS << " Sampler Type: " << getSamplerTypeName(getSamplerType()) << "\n"; in print()651 MDVals.push_back(getIntMD(llvm::to_underlying(RTI.getSamplerType()))); in getAsMetadata()705 SamplerCmpOrHasCounter = RTI.getSamplerType() == SamplerType::Comparison; in getAnnotateProps()
194 dxil::SamplerType getSamplerType() const { in getSamplerType() function317 LLVM_ABI dxil::SamplerType getSamplerType() const;
3055 static SPIRVType *getSamplerType(MachineIRBuilder &MIRBuilder, in getSamplerType() function3273 TargetType = getSamplerType(MIRBuilder, GR); in lowerBuiltinType()