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

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1063 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:MSP430TargetLowering
1068 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:MSP430TargetLowering
1073 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:MSP430TargetLowering
1074 return isZExtFree(Val.getValueType(), VT2);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9975 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13358 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { function in class:X86TargetLowering
13363 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { function in class:X86TargetLowering
13368 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { function in class:X86TargetLowering
13370 if (isZExtFree(VT1, VT2))

Completed in 177 milliseconds