Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp50 int ARMTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in ARMTTIImpl
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp284 int PPCTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in PPCTTIImpl
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp179 int AArch64TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in AArch64TTIImpl
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp527 int X86TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in X86TTIImpl
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h338 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp239 int TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h285 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { return 1; } in getCastInstrCost() function
DTargetTransformInfo.h774 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) override { in getCastInstrCost() function