Searched defs:isZExtFree (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1407 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:MSP430TargetLowering
1412 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
1417 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:MSP430TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp179 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:XCoreTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp329 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:RISCVTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2384 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { function
2388 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { function
2469 virtual bool isZExtFree(SDValue Val, EVT VT2) const { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp794 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { function in class:AMDGPUTargetLowering
804 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { function in class:AMDGPUTargetLowering
816 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:AMDGPUTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8885 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:AArch64TargetLowering
8892 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:AArch64TargetLowering
8900 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:AArch64TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15230 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:PPCTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14895 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:ARMTargetLowering

Completed in 536 milliseconds