HomeSort by relevance Sort by last modified time
    Searched refs:getCallInstrCost (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 105 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
HexagonTargetTransformInfo.cpp 127 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy,
129 return BaseT::getCallInstrCost(F, RetTy, Tys);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 375 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy,
377 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 574 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
    [all...]
TargetTransformInfoImpl.h 356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 466 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 498 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy,
500 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys);
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 168 milliseconds