Searched refs:AMDGPUCodeGenPrepareImpl (Results 1 – 1 of 1) sorted by relevance
102 class AMDGPUCodeGenPrepareImpl class103 : public InstVisitor<AMDGPUCodeGenPrepareImpl, bool> {121 AMDGPUCodeGenPrepareImpl(Function &F, const AMDGPUTargetMachine &TM, in AMDGPUCodeGenPrepareImpl() function in __anon45f4c7150111::AMDGPUCodeGenPrepareImpl354 bool AMDGPUCodeGenPrepareImpl::run() { in run()383 unsigned AMDGPUCodeGenPrepareImpl::getBaseElementBitWidth(const Type *T) const { in getBaseElementBitWidth()391 Type *AMDGPUCodeGenPrepareImpl::getI32Ty(IRBuilder<> &B, const Type *T) const { in getI32Ty()399 bool AMDGPUCodeGenPrepareImpl::isSigned(const BinaryOperator &I) const { in isSigned()404 bool AMDGPUCodeGenPrepareImpl::isSigned(const SelectInst &I) const { in isSigned()409 bool AMDGPUCodeGenPrepareImpl::needsPromotionToI32(const Type *T) const { in needsPromotionToI32()429 bool AMDGPUCodeGenPrepareImpl::isLegalFloatingTy(const Type *Ty) const { in isLegalFloatingTy()[all …]