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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
534 return static_cast<T *>(this)->getOperationCost(
TargetTransformInfo.h 137 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
141 /// The contract for this function is the same as \c getOperationCost except
149 /// The contract for this is the same as \c getOperationCost except that it
192 /// lowered. It has two primary advantages over the \c getOperationCost and
632 virtual int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) = 0;
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 50 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,
52 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 186 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
190 /// The contract for this function is the same as \c getOperationCost except
198 /// The contract for this function is the same as \c getOperationCost except
205 /// The contract for this is the same as \c getOperationCost except that it
254 /// lowered. It has two primary advantages over the \c getOperationCost and
    [all...]
TargetTransformInfoImpl.h 48 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
814 return static_cast<T *>(this)->getOperationCost(
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 210 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
226 return BaseT::getOperationCost(Opcode, Ty, OpTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 344 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
358 return BaseT::getOperationCost(Opcode, Ty, OpTy);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 57 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,
59 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);
    [all...]

Completed in 214 milliseconds