reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64ISelLowering.cpp
 8538 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  797 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
lib/Target/MSP430/MSP430ISelLowering.cpp
 1391 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
lib/Target/X86/X86ISelLowering.cpp
29055 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {

References

include/llvm/CodeGen/BasicTTIImpl.h
  421       if (TLI->isZExtFree(OpTy, Ty))
include/llvm/CodeGen/TargetLowering.h
 2357       if (isZExtFree(I->getOperand(0)->getType(), I->getType()))
lib/CodeGen/CodeGenPrepare.cpp
 5097     if (!TLI.isZExtFree(NarrowTy, LargeTy))