Searched defs:isTruncateFree (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp142 bool BasicTTI::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:BasicTTI
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp111 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:TargetTransformInfo
460 bool isTruncateFree(Type *Ty1, Type *Ty2) const { function in struct:__anon2119::NoTTI
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1037 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, function in class:MSP430TargetLowering
1045 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1497 HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:HexagonTargetLowering
1506 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:HexagonTargetLowering
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12874 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:X86TargetLowering
12891 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:X86TargetLowering

Completed in 284 milliseconds