Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUTargetTransformInfo.h28 class AMDGPUTTIImpl : public BasicTTIImplBase<AMDGPUTTIImpl> {
29 typedef BasicTTIImplBase<AMDGPUTTIImpl> BaseT;
40 explicit AMDGPUTTIImpl(const AMDGPUTargetMachine *TM) in AMDGPUTTIImpl() function
44 AMDGPUTTIImpl(const AMDGPUTTIImpl &Arg) in AMDGPUTTIImpl() function
46 AMDGPUTTIImpl(AMDGPUTTIImpl &&Arg) in AMDGPUTTIImpl() function
49 AMDGPUTTIImpl &operator=(const AMDGPUTTIImpl &RHS) {
55 AMDGPUTTIImpl &operator=(AMDGPUTTIImpl &&RHS) {
DAMDGPUTargetTransformInfo.cpp31 void AMDGPUTTIImpl::getUnrollingPreferences(Loop *L, in getUnrollingPreferences()
66 unsigned AMDGPUTTIImpl::getNumberOfRegisters(bool Vec) { in getNumberOfRegisters()
77 unsigned AMDGPUTTIImpl::getRegisterBitWidth(bool) { return 32; } in getRegisterBitWidth()
79 unsigned AMDGPUTTIImpl::getMaxInterleaveFactor() { in getMaxInterleaveFactor()
DAMDGPUTargetMachine.cpp160 [this](Function &F) { return TargetTransformInfo(AMDGPUTTIImpl(this)); }); in getTargetIRAnalysis()