Searched defs:getCastInstrCost (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 50 int ARMTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in ARMTTIImpl
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 284 int PPCTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in PPCTTIImpl
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 179 int AArch64TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in AArch64TTIImpl
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 527 int X86TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function in X86TTIImpl
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 338 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 239 int TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() function in TargetTransformInfo
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 285 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { return 1; } in getCastInstrCost() function
|
D | TargetTransformInfo.h | 774 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) override { in getCastInstrCost() function
|