/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 120 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 121 bool isZExtFree(EVT VT1, EVT VT2) const override; 122 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | MSP430ISelLowering.cpp | 1174 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in MSP430TargetLowering 1179 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering 1184 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in MSP430TargetLowering 1185 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 121 bool isZExtFree(Type *Src, Type *Dest) const override; 122 bool isZExtFree(EVT Src, EVT Dest) const override; 123 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | AMDGPUISelLowering.cpp | 529 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const { in isZExtFree() function in AMDGPUTargetLowering 536 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const { in isZExtFree() function in AMDGPUTargetLowering 544 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AMDGPUTargetLowering 545 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 99 using TargetLowering::isZExtFree; 100 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | XCoreISelLowering.cpp | 185 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in XCoreTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 290 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 291 bool isZExtFree(EVT VT1, EVT VT2) const override; 292 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | AArch64ISelLowering.cpp | 6890 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in AArch64TargetLowering 6897 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 6905 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in AArch64TargetLowering 6907 if (isZExtFree(VT1, VT2)) { in isZExtFree()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 824 bool isZExtFree(Type *Ty1, Type *Ty2) const override; 825 bool isZExtFree(EVT VT1, EVT VT2) const override; 826 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | X86ISelLowering.cpp | 20758 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree() function in X86TargetLowering 20763 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() function in X86TargetLowering 20768 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in X86TargetLowering 20770 if (isZExtFree(VT1, VT2)) in isZExtFree()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1560 if (isZExtFree(I->getOperand(0)->getType(), I->getType())) in isExtFree() 1581 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() function 1585 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree() function 1652 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function 1653 return isZExtFree(Val.getValueType(), VT2); in isZExtFree()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 279 using TargetLowering::isZExtFree; 280 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | ARMISelLowering.cpp | 10709 bool ARMTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in ARMTargetLowering
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 210 if (TLI->isZExtFree(OpTy, Ty)) in getOperationCost() 359 TLI->isZExtFree(SrcLT.second, DstLT.second)) in getCastInstrCost()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 595 bool isZExtFree(SDValue Val, EVT VT2) const override;
|
D | PPCISelLowering.cpp | 11458 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree() function in PPCTargetLowering 11475 return TargetLowering::isZExtFree(Val, VT2); in isZExtFree()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 364 TLI.isZExtFree(SmallVT, Op.getValueType())) { in ShrinkDemandedOp()
|
D | DAGCombiner.cpp | 2735 (!TLI.isZExtFree(VT, Op0VT) || in SimplifyBinOpWithSameOpcodeHands() 6319 !TLI.isZExtFree(N0.getValueType(), VT))) { in visitZERO_EXTEND() 10093 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost() 13363 Op = TLI.isZExtFree(Op.getValueType(), SVT) in visitVECTOR_SHUFFLE()
|
D | SelectionDAG.cpp | 3450 Op = TLI->isZExtFree(Op.getValueType(), SVT) in getNode()
|
D | SelectionDAGBuilder.cpp | 731 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4031 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()
|