HomeSort by: relevance | last modified time | path
    Searched refs:getRegUsageForType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 712 InstructionCost getRegUsageForType(Type *Ty) const;
1531 virtual InstructionCost getRegUsageForType(Type *Ty) = 0;
1925 InstructionCost getRegUsageForType(Type *Ty) override {
1926 return Impl.getRegUsageForType(Ty);
TargetTransformInfoImpl.h 294 InstructionCost getRegUsageForType(Type *Ty) const { return 1; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 452 InstructionCost TargetTransformInfo::getRegUsageForType(Type *Ty) const {
453 return TTIImpl->getRegUsageForType(Ty);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 359 InstructionCost getRegUsageForType(Type *Ty) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 6572 return *TTICapture.getRegUsageForType(VectorType::get(Ty, VF)).getValue();

Completed in 64 milliseconds