HomeSort by relevance Sort by last modified time
    Searched refs:getCmpSelInstrCost (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 116 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 84 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
PPCTargetTransformInfo.cpp 310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
311 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 663 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
691 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
TargetTransformInfo.cpp 310 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
312 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 513 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 597 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 634 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 634 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 597 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 634 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 634 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]

Completed in 724 milliseconds

1 2 3