Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp197 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 DSystemZISelLowering.h499 bool isTruncateFree(EVT, EVT) const override; isTruncateFree() function
H A DSystemZISelLowering.cpp1137 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 DMSP430ISelLowering.cpp1385 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 DTargetLowering.h2952 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 DBasicTTIImpl.h424 bool isTruncateFree(Type *Ty1, Type *Ty2) { isTruncateFree() function
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h497 bool isTruncateFree(Type *SrcTy, Type *DstTy) const override { isTruncateFree() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2164 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 DTargetTransformInfoImpl.h352 bool isTruncateFree(Type *Ty1, Type *Ty2) const { return false; } isTruncateFree() function
H A DTargetTransformInfo.h2434 bool isTruncateFree(Type *Ty1, Type *Ty2) override { isTruncateFree() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp555 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const { isTruncateFree() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp982 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 DPPCISelLowering.cpp17390 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 DRISCVISelLowering.cpp1882 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 DARMISelLowering.cpp19223 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 DAArch64ISelLowering.cpp15539 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 DX86ISelLowering.cpp34203 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...]