Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp23 WebAssemblyTTIImpl::getPopcntSupport(unsigned TyWidth) const { in getPopcntSupport()
28 unsigned WebAssemblyTTIImpl::getNumberOfRegisters(unsigned ClassID) const { in getNumberOfRegisters()
39 TypeSize WebAssemblyTTIImpl::getRegisterBitWidth( in getRegisterBitWidth()
53 InstructionCost WebAssemblyTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost()
60 BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost( in getArithmeticInstrCost()
84 WebAssemblyTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
97 TTI::ReductionShuffle WebAssemblyTTIImpl::getPreferredExpandedReductionShuffle( in getPreferredExpandedReductionShuffle()
109 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
127 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences()
154 bool WebAssemblyTTIImpl::supportsTailCalls() const { in supportsTailCalls()
H A DWebAssemblyTargetTransformInfo.h28 class WebAssemblyTTIImpl final : public BasicTTIImplBase<WebAssemblyTTIImpl> {
29 typedef BasicTTIImplBase<WebAssemblyTTIImpl> BaseT;
40 WebAssemblyTTIImpl(const WebAssemblyTargetMachine *TM, const Function &F) in WebAssemblyTTIImpl() function
H A DWebAssemblyTargetMachine.cpp369 return TargetTransformInfo(WebAssemblyTTIImpl(this, F)); in getTargetTransformInfo()