Searched refs:PPCTTIImpl (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 31 PPCTTIImpl::getPopcntSupport(unsigned TyWidth) { in getPopcntSupport() 38 int PPCTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() 67 int PPCTTIImpl::getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCost() 98 return PPCTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost() 101 int PPCTTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost() 181 return PPCTTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost() 184 void PPCTTIImpl::getUnrollingPreferences(Loop *L, in getUnrollingPreferences() 199 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() 210 bool PPCTTIImpl::enableInterleavedAccessVectorization() { in enableInterleavedAccessVectorization() 214 unsigned PPCTTIImpl::getNumberOfRegisters(bool Vector) { in getNumberOfRegisters() [all …]
|
D | PPCTargetTransformInfo.h | 28 class PPCTTIImpl : public BasicTTIImplBase<PPCTTIImpl> { 29 typedef BasicTTIImplBase<PPCTTIImpl> BaseT; 40 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl() function 45 PPCTTIImpl(const PPCTTIImpl &Arg) in PPCTTIImpl() function 47 PPCTTIImpl(PPCTTIImpl &&Arg) in PPCTTIImpl() function
|
D | PPCTargetMachine.cpp | 405 return TargetTransformInfo(PPCTTIImpl(this, F)); in getTargetIRAnalysis()
|