Home
last modified time | relevance | path

Searched defs:isTruncateFree (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp198 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in BPFTargetLowering
206 bool BPFTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in BPFTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h494 bool isTruncateFree(EVT, EVT) const override; isTruncateFree() function
H A DSystemZISelLowering.cpp1111 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { isTruncateFree() function in SystemZTargetLowering
1119 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const { isTruncateFree() function in SystemZTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1385 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, isTruncateFree() function in MSP430TargetLowering
1394 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in MSP430TargetLowering
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2838 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { isTruncateFree() function
2851 virtual bool isTruncateFree(EVT FromVT, EVT ToVT) const { return false; } isTruncateFree() function
2852 virtual bool isTruncateFree(LLT FromTy, LLT ToTy, const DataLayout &DL, isTruncateFree() function
2859 virtual bool isTruncateFree(SDValue Val, EVT VT2) const { isTruncateFree() function
H A DBasicTTIImpl.h411 bool isTruncateFree(Type *Ty1, Type *Ty2) { isTruncateFree() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h493 bool isTruncateFree(Type *SrcTy, Type *DstTy) const override { isTruncateFree() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2142 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in HexagonTargetLowering
2146 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in HexagonTargetLowering
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h330 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } isTruncateFree() function
H A DTargetTransformInfo.h2368 bool isTruncateFree(Type *Ty1, Type *Ty2) override { isTruncateFree() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp533 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp935 bool AMDGPUTargetLowering::isTruncateFree(EVT Source, EVT Dest) const { isTruncateFree() function in AMDGPUTargetLowering
944 bool AMDGPUTargetLowering::isTruncateFree(Type *Source, Type *Dest) const { isTruncateFree() function in AMDGPUTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17175 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in PPCTargetLowering
17183 bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in PPCTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1767 bool RISCVTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const { isTruncateFree() function in RISCVTargetLowering
1775 bool RISCVTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const { isTruncateFree() function in RISCVTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19186 bool ARMTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const { isTruncateFree() function in ARMTargetLowering
19194 bool ARMTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const { isTruncateFree() function in ARMTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14712 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in AArch64TargetLowering
14719 bool AArch64TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in AArch64TargetLowering
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33655 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in X86TargetLowering
33690 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in X86TargetLowering
[all...]