Home
last modified time | relevance | path

Searched refs:getLayoutType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp122 return isa<ScalableVectorType>(TT->getLayoutType()); in isScalableTargetExtTy()
272 return TTy->getLayoutType()->isSized(Visited); in isSizedDerivedType()
1059 Type *TargetExtType::getLayoutType() const { in getLayoutType() function in TargetExtType
H A DDataLayout.cpp834 Type *LayoutTy = cast<TargetExtType>(Ty)->getLayoutType(); in getAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h717 Type *LayoutTy = cast<TargetExtType>(Ty)->getLayoutType(); in getTypeSizeInBits()
H A DDerivedTypes.h859 LLVM_ABI Type *getLayoutType() const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp895 C = Constant::getNullValue(TETy->getLayoutType()); in getConstantValue()
1037 Ty = TETy->getLayoutType(); in StoreValueToMemory()
1091 Ty = TETy->getLayoutType(); in LoadValueFromMemory()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3165 static SPIRVType *getLayoutType(const TargetExtType *ExtensionType, in getLayoutType() function
3249 TargetType = getLayoutType(BuiltinType, MIRBuilder, GR); in lowerBuiltinType()