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

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 74 unsigned WebAssemblyTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val,
76 unsigned Cost = BasicTTIImplBase::getVectorInstrCost(Opcode, Val, Index);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 215 int AMDGPUTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy,
227 return BaseT::getVectorInstrCost(Opcode, ValTy, Index);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 269 int ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy,
288 return std::max(BaseT::getVectorInstrCost(Opcode, ValTy, Index), 2U);
291 return BaseT::getVectorInstrCost(Opcode, ValTy, Index);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 314 int PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
325 return BaseT::getVectorInstrCost(Opcode, Val, Index);
331 return BaseT::getVectorInstrCost(Opcode, Val, Index);
348 return LHSPenalty + BaseT::getVectorInstrCost(Opcode, Val, Index);
350 return BaseT::getVectorInstrCost(Opcode, Val, Index);
405 Cost += getVectorInstrCost(Instruction::ExtractElement, Src, i);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 311 auto Cost = getVectorInstrCost(Instruction::ExtractElement, VecTy, Index);
349 int AArch64TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 317 int TargetTransformInfo::getVectorInstrCost(unsigned Opcode, Type *Val,
319 int Cost = TTIImpl->getVectorInstrCost(Opcode, Val, Index);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 319 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 54 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
57 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
76 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
78 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
468 return static_cast<T *>(this)->getVectorInstrCost(
518 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
638 Cost += static_cast<T *>(this)->getVectorInstrCost(
644 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
660 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
666 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 354 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 59 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
61 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
300 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
303 ->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
539 return static_cast<T *>(this)->getVectorInstrCost(
590 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) {
710 Cost += static_cast<T *>(this)->getVectorInstrCost(
716 InsSubCost += static_cast<T *>(this)->getVectorInstrCost(
732 ExtSubCost += static_cast<T *>(this)->getVectorInstrCost(
738 ->getVectorInstrCost(Instruction::InsertElement, VT, i)
    [all...]

Completed in 1423 milliseconds