Searched defs:PPCTTIImpl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h28 class PPCTTIImpl : public BasicTTIImplBase<PPCTTIImpl> { class in namespace:llvm
29 typedef BasicTTIImplBase<PPCTTIImpl> BaseT;
40 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) function in class:llvm::PPCTTIImpl
45 PPCTTIImpl(const PPCTTIImpl &Arg) function in class:llvm::PPCTTIImpl
47 PPCTTIImpl(PPCTTIImpl &&Arg) function in class:llvm::PPCTTIImpl

Completed in 85 milliseconds