Home
last modified time | relevance | path

Searched defs:getArithmeticInstrCost (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp92 int NVPTXTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in NVPTXTTIImpl
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp260 int PPCTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in PPCTTIImpl
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp387 int ARMTTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in ARMTTIImpl
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp319 int AArch64TTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in AArch64TTIImpl
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp88 int X86TTIImpl::getArithmeticInstrCost( in getArithmeticInstrCost() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp222 int TargetTransformInfo::getArithmeticInstrCost( in getArithmeticInstrCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h272 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() function
DTargetTransformInfo.h763 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() function