HomeSort by: relevance | last modified time | path
    Searched defs:isProfitableLSRChainElement (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 216 bool isProfitableLSRChainElement(Instruction *I) const { return false; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 329 bool isProfitableLSRChainElement(Instruction *I) {
330 return TargetTransformInfoImplBase::isProfitableLSRChainElement(I);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 354 bool TargetTransformInfo::isProfitableLSRChainElement(Instruction *I) const {
355 return TTIImpl->isProfitableLSRChainElement(I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1004 bool ARMTTIImpl::isProfitableLSRChainElement(Instruction *I) {

Completed in 21 milliseconds