Lines Matching refs:to_underlying
344 llvm::to_underlying(RTy->getFeedbackType())); in createElementStruct()
362 llvm::to_underlying(RTy->getSamplerType())); in createElementStruct()
651 MDVals.push_back(getIntMD(llvm::to_underlying(RTI.getSamplerType()))); in getAsMetadata()
654 MDVals.push_back(getIntMD(llvm::to_underlying(RTI.getResourceKind()))); in getAsMetadata()
674 getIntMD(llvm::to_underlying(ExtPropTags::StructuredBufferStride))); in getAsMetadata()
677 Tags.push_back(getIntMD(llvm::to_underlying(ExtPropTags::ElementType))); in getAsMetadata()
678 Tags.push_back(getIntMD(llvm::to_underlying(RTI.getTyped().ElementTy))); in getAsMetadata()
681 getIntMD(llvm::to_underlying(ExtPropTags::SamplerFeedbackKind))); in getAsMetadata()
682 Tags.push_back(getIntMD(llvm::to_underlying(RTI.getFeedbackType()))); in getAsMetadata()
694 uint32_t ResourceKind = llvm::to_underlying(RTI.getResourceKind()); in getAnnotateProps()
723 Word1 = llvm::to_underlying(RTI.getFeedbackType()); in getAnnotateProps()
726 uint32_t CompType = llvm::to_underlying(Typed.ElementTy); in getAnnotateProps()