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

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 79 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 341 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
344 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 535 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
    [all...]
TargetTransformInfoImpl.h 333 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 688 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Store,
698 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Load,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 554 milliseconds