Home
last modified time | relevance | path

Searched refs:LayoutType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp971 Type *LayoutType; member
975 TargetTypeInfo(Type *LayoutType, ArgTys... Properties) in TargetTypeInfo()
976 : LayoutType(LayoutType), Properties((0 | ... | Properties)) { in TargetTypeInfo()
978 LayoutType->isSized()) && in TargetTypeInfo()
997 llvm::Type *LayoutType = nullptr; in getTargetTypeInfo() local
999 LayoutType = in getTargetTypeInfo()
1005 LayoutType = Type::getInt32Ty(C); in getTargetTypeInfo()
1008 return TargetTypeInfo(LayoutType, TargetExtType::CanBeGlobal, in getTargetTypeInfo()
1060 return getTargetTypeInfo(this).LayoutType; in getLayoutType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp165 llvm::Type *LayoutType = *ElemIt++; in emitBufferGlobalsAndMetadata() local
172 cast<GlobalVariable>(CGM.GetAddrOfGlobalVar(VD, LayoutType)); in emitBufferGlobalsAndMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp350 LayoutExtType *LayoutType = cast<LayoutExtType>(RTy->getResourceType()); in createElementStruct() local
351 StructType *Ty = cast<StructType>(LayoutType->getWrappedType()); in createElementStruct()