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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp174 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:BPFTargetLowering
182 bool BPFTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:BPFTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h282 bool isTruncateFree(Type *Ty1, Type *Ty2) { function in class:llvm::BasicTTIImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1390 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, function in class:MSP430TargetLowering
1398 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h232 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp443 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:TargetTransformInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2032 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:HexagonTargetLowering
2036 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:HexagonTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp335 bool RISCVTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const { function in class:RISCVTargetLowering
343 bool RISCVTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const { function in class:RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp871 bool AMDGPUTargetLowering::isTruncateFree(EVT Source, EVT Dest) const { function in class:AMDGPUTargetLowering
880 bool AMDGPUTargetLowering::isTruncateFree(Type *Source, Type *Dest) const { function in class:AMDGPUTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp981 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { function in class:SystemZTargetLowering
989 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const { function in class:SystemZTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16296 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:PPCTargetLowering
16304 bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:PPCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9529 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { function in class:AArch64TargetLowering
9536 bool AArch64TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16205 bool ARMTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const { function in class:ARMTargetLowering
16213 bool ARMTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const { function in class:ARMTargetLowering

Completed in 429 milliseconds