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

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1174 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:MSP430TargetLowering
1179 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
1184 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:MSP430TargetLowering
1185 return isZExtFree(Val.getValueType(), VT2);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp185 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:XCoreTargetLowering
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp529 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { function in class:AMDGPUTargetLowering
536 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { function in class:AMDGPUTargetLowering
544 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:AMDGPUTargetLowering
545 return isZExtFree(Val.getValueType(), VT2);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6890 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:AArch64TargetLowering
6897 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:AArch64TargetLowering
6905 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:AArch64TargetLowering
6907 if (isZExtFree(VT1, VT2)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11458 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:PPCTargetLowering
11475 return TargetLowering::isZExtFree(Val, VT2);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10709 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:ARMTargetLowering

Completed in 300 milliseconds