Searched refs:WebAssemblyTTIImpl (Results 1 – 3 of 3) sorted by relevance
24 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport()29 unsigned WebAssemblyTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()39 unsigned WebAssemblyTTIImpl::getRegisterBitWidth(bool Vector) const { in getRegisterBitWidth()46 unsigned WebAssemblyTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()51 unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost( in getArithmeticInstrCost()74 unsigned WebAssemblyTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
29 class WebAssemblyTTIImpl final : public BasicTTIImplBase<WebAssemblyTTIImpl> {30 typedef BasicTTIImplBase<WebAssemblyTTIImpl> BaseT;41 WebAssemblyTTIImpl(const WebAssemblyTargetMachine *TM, const Function &F) in WebAssemblyTTIImpl() function
189 return TargetTransformInfo(WebAssemblyTTIImpl(this, F)); in getTargetTransformInfo()