Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp98 class AMDGPUCodeGenPrepareImpl class
99 : public InstVisitor<AMDGPUCodeGenPrepareImpl, bool> {
325 AMDGPUCodeGenPrepareImpl Impl;
348 bool AMDGPUCodeGenPrepareImpl::run(Function &F) { in run()
377 unsigned AMDGPUCodeGenPrepareImpl::getBaseElementBitWidth(const Type *T) const { in getBaseElementBitWidth()
385 Type *AMDGPUCodeGenPrepareImpl::getI32Ty(IRBuilder<> &B, const Type *T) const { in getI32Ty()
393 bool AMDGPUCodeGenPrepareImpl::isSigned(const BinaryOperator &I) const { in isSigned()
398 bool AMDGPUCodeGenPrepareImpl::isSigned(const SelectInst &I) const { in isSigned()
403 bool AMDGPUCodeGenPrepareImpl::needsPromotionToI32(const Type *T) const { in needsPromotionToI32()
423 bool AMDGPUCodeGenPrepareImpl::isLegalFloatingTy(const Type *Ty) const { in isLegalFloatingTy()
[all …]