Home
last modified time | relevance | path

Searched refs:SystemZTTIImpl (Results 1 – 9 of 9) 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/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp33 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost()
66 int SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst()
183 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostInst()
186 int SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
233 return SystemZTTIImpl::getIntImmCost(Imm, Ty, CostKind); in getIntImmCostIntrin()
237 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
244 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
298 void SystemZTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences()
303 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
315 unsigned SystemZTTIImpl::getNumberOfRegisters(unsigned ClassID) const { in getNumberOfRegisters()
[all …]
DSystemZTargetTransformInfo.h18 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
19 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;
32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
DSystemZTargetMachine.cpp322 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp33 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
65 int SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst()
180 return SystemZTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCostInst()
183 int SystemZTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()
229 return SystemZTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCostIntrin()
233 SystemZTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport()
240 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
295 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
307 unsigned SystemZTTIImpl::getNumberOfRegisters(unsigned ClassID) const { in getNumberOfRegisters()
318 unsigned SystemZTTIImpl::getRegisterBitWidth(bool Vector) const { in getRegisterBitWidth()
[all …]
DSystemZTargetTransformInfo.h18 class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
19 typedef BasicTTIImplBase<SystemZTTIImpl> BaseT;
32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl() function
DSystemZTargetMachine.cpp280 return TargetTransformInfo(SystemZTTIImpl(this, F)); in getTargetTransformInfo()