Searched defs:isZExtFree (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 1178 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering 1183 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering 1188 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering
|
| /external/llvm/lib/Target/R600/ |
| D | AMDGPUISelLowering.cpp | 448 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering 456 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering 464 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 1327 virtual bool isZExtFree(Type * /*Ty1*/, Type * /*Ty2*/) const { in isZExtFree() function 1331 virtual bool isZExtFree(EVT /*VT1*/, EVT /*VT2*/) const { in isZExtFree() function 1369 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 187 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 6096 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering 6103 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 6111 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 16755 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering 16760 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering 16765 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 9763 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
|