Home
last modified time | relevance | path

Searched defs:isZExtFree (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1063 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/
DTargetLowering.h1176 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/
DX86ISelLowering.cpp13358 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/
DARMISelLowering.cpp9975 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering