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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 92 int NVPTXTTIImpl::getArithmeticInstrCost(
103 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
116 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 46 unsigned WebAssemblyTTIImpl::getArithmeticInstrCost(
51 unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost(
66 getArithmeticInstrCost(Opcode, VTy->getElementType()) +
  /external/llvm/lib/Target/Lanai/
LanaiTargetTransformInfo.h 58 unsigned getArithmeticInstrCost(
68 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
79 return 64 * BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 110 int AMDGPUTTIImpl::getArithmeticInstrCost(
117 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
200 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 411 int ARMTTIImpl::getArithmeticInstrCost(
466 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 280 int PPCTTIImpl::getArithmeticInstrCost(
287 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 374 int AArch64TTIImpl::getArithmeticInstrCost(
390 int Cost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info,
393 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, Opd1Info, Opd2Info,
396 Cost += getArithmeticInstrCost(Instruction::Select, Ty, Opd1Info, Opd2Info,
399 Cost += getArithmeticInstrCost(Instruction::AShr, Ty, Opd1Info, Opd2Info,
407 return BaseT::getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 272 int TargetTransformInfo::getArithmeticInstrCost(
276 int Cost = TTIImpl->getArithmeticInstrCost(Opcode, Ty, Opd1Info, Opd2Info,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 293 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 297 unsigned getArithmeticInstrCost(
333 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 88 int X86TTIImpl::getArithmeticInstrCost(
105 int Cost = 2 * getArithmeticInstrCost(Instruction::AShr, Ty, Op1Info,
108 Cost += getArithmeticInstrCost(Instruction::LShr, Ty, Op1Info, Op2Info,
111 Cost += getArithmeticInstrCost(Instruction::Add, Ty, Op1Info, Op2Info,
412 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 325 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 354 unsigned getArithmeticInstrCost(
391 ->getArithmeticInstrCost(Opcode, Ty->getScalarType());
    [all...]

Completed in 624 milliseconds

1 2