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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 50 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty,
52 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
534 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/Analysis/
TargetTransformInfoImpl.h 48 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
814 return static_cast<T *>(this)->getOperationCost(
  /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 219 milliseconds