Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h19 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
20 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;
31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
36 SystemZTTIImpl(const SystemZTTIImpl &Arg) in SystemZTTIImpl() function
38 SystemZTTIImpl(SystemZTTIImpl &&Arg) in SystemZTTIImpl() function
DSystemZTargetTransformInfo.cpp34 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
66 int SystemZTTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost()
181 return SystemZTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost()
184 int SystemZTTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
230 return SystemZTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost()
234 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
241 unsigned SystemZTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
251 unsigned SystemZTTIImpl::getRegisterBitWidth(bool Vector) { in getRegisterBitWidth()
DSystemZTargetMachine.cpp197 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetIRAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp34 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
66 int SystemZTTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost()
181 return SystemZTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost()
184 int SystemZTTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, in getIntImmCost()
230 return SystemZTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost()
234 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
241 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
296 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
308 unsigned SystemZTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters()
318 unsigned SystemZTTIImpl::getRegisterBitWidth(bool Vector) const { in getRegisterBitWidth()
[all …]
DSystemZTargetTransformInfo.h19 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
20 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;
33 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
DSystemZTargetMachine.cpp262 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()