/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 198 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 D | SystemZISelLowering.h | 494 bool isTruncateFree(EVT, EVT) const override; isTruncateFree() function
|
H A D | SystemZISelLowering.cpp | 1111 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 D | MSP430ISelLowering.cpp | 1385 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 D | TargetLowering.h | 2838 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 D | BasicTTIImpl.h | 411 bool isTruncateFree(Type *Ty1, Type *Ty2) { isTruncateFree() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 493 bool isTruncateFree(Type *SrcTy, Type *DstTy) const override { isTruncateFree() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2142 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 D | TargetTransformInfoImpl.h | 330 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } isTruncateFree() function
|
H A D | TargetTransformInfo.h | 2368 bool isTruncateFree(Type *Ty1, Type *Ty2) override { isTruncateFree() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 533 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in TargetTransformInfo
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 935 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 D | PPCISelLowering.cpp | 17175 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 D | RISCVISelLowering.cpp | 1767 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 D | ARMISelLowering.cpp | 19186 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 D | AArch64ISelLowering.cpp | 14712 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 D | X86ISelLowering.cpp | 33655 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...] |