/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 197 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in BPFTargetLowering 205 bool BPFTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in BPFTargetLowering
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 499 bool isTruncateFree(EVT, EVT) const override; isTruncateFree() function
|
H A D | SystemZISelLowering.cpp | 1137 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { isTruncateFree() function in SystemZTargetLowering 1145 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const { isTruncateFree() function in SystemZTargetLowering
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1385 bool MSP430TargetLowering::isTruncateFree(Type *Ty1, in isTruncateFree() function in MSP430TargetLowering 1394 bool MSP430TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree() function in MSP430TargetLowering
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2952 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { isTruncateFree() function 2965 virtual bool isTruncateFree(EVT FromVT, EVT ToVT) const { return false; } isTruncateFree() function 2966 virtual bool isTruncateFree(LLT FromTy, LLT ToTy, const DataLayout &DL, isTruncateFree() function 2973 virtual bool isTruncateFree(SDValue Val, EVT VT2) const { isTruncateFree() function
|
H A D | BasicTTIImpl.h | 424 bool isTruncateFree(Type *Ty1, Type *Ty2) { isTruncateFree() function
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 497 bool isTruncateFree(Type *SrcTy, Type *DstTy) const override { isTruncateFree() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2164 bool HexagonTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in HexagonTargetLowering 2168 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in HexagonTargetLowering
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 352 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } isTruncateFree() function
|
H A D | TargetTransformInfo.h | 2434 bool isTruncateFree(Type *Ty1, Type *Ty2) override { isTruncateFree() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 555 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in TargetTransformInfo
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 982 bool AMDGPUTargetLowering::isTruncateFree(EVT Source, EVT Dest) const { isTruncateFree() function in AMDGPUTargetLowering 991 bool AMDGPUTargetLowering::isTruncateFree(Type *Source, Type *Dest) const { isTruncateFree() function in AMDGPUTargetLowering
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17390 bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in PPCTargetLowering 17398 bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in PPCTargetLowering
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1882 bool RISCVTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const { isTruncateFree() function in RISCVTargetLowering 1890 bool RISCVTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const { isTruncateFree() function in RISCVTargetLowering
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 19223 bool ARMTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const { isTruncateFree() function in ARMTargetLowering 19231 bool ARMTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const { isTruncateFree() function in ARMTargetLowering
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15539 bool AArch64TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in AArch64TargetLowering 15546 bool AArch64TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in AArch64TargetLowering [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 34203 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in X86TargetLowering 34238 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { isTruncateFree() function in X86TargetLowering [all...] |