Searched defs:isZExtFree (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 1063 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering 1068 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering 1073 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1176 virtual bool isZExtFree(Type * /*Ty1*/, Type * /*Ty2*/) const { in isZExtFree() function 1180 virtual bool isZExtFree(EVT /*VT1*/, EVT /*VT2*/) const { in isZExtFree() function 1187 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13358 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering 13363 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering 13368 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9975 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
|