Home
last modified time | relevance | path

Searched refs:getTyped (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp533 ResourceTypeInfo::TypedInfo ResourceTypeInfo::getTyped() const { in getTyped() function in ResourceTypeInfo
575 if (isTyped() && RHS.isTyped() && getTyped() < RHS.getTyped()) in operator <()
604 TypedInfo Typed = getTyped(); in print()
678 Tags.push_back(getIntMD(llvm::to_underlying(RTI.getTyped().ElementTy))); in getAsMetadata()
725 ResourceTypeInfo::TypedInfo Typed = RTI.getTyped(); in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp52 switch (RI.getTyped().ElementTy) { in getFormatName()
H A DDXILShaderFlags.cpp191 CSF.TypedUAVLoadAdditionalFormats |= RTI.getTyped().ElementCount > 1; in updateFunctionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h319 LLVM_ABI TypedInfo getTyped() const;