Home
last modified time | relevance | path

Searched refs:ExtendKind (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1185 ExtendKindMap[OrigPhi] = WI.IsSigned ? ExtendKind::Sign : ExtendKind::Zero; in WidenIV()
1363 return {nullptr, ExtendKind::Unknown}; in getExtendedOperandRecurrence()
1423 ExtendKind ExtKind; in getWideRecurrence()
1427 ExtKind = ExtendKind::Sign; in getWideRecurrence()
1430 ExtKind = ExtendKind::Zero; in getWideRecurrence()
1434 ExtKind = ExtendKind::Sign; in getWideRecurrence()
1437 ExtKind = ExtendKind::Zero; in getWideRecurrence()
1584 if (ExtKind == ExtendKind::Sign) in widenWithVariantUse()
1607 if (ExtKind != ExtendKind::Zero) in widenWithVariantUse()
1622 AnotherOpExtKind = ExtendKind::Sign; in widenWithVariantUse()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp65 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
74 ExtendKind = ISD::SIGN_EXTEND; in getPreferredExtendForValue()
76 return ExtendKind; in getPreferredExtendForValue()
H A DSelectionDAGBuilder.cpp909 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
923 ExtendKind = ISD::ZERO_EXTEND; in getCopyToRegs()
1970 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
1972 ExtendKind = ISD::SIGN_EXTEND; in visitRet()
1974 ExtendKind = ISD::ZERO_EXTEND; in visitRet()
2012 if (ExtendKind == ISD::SIGN_EXTEND) in visitRet()
2014 else if (ExtendKind == ISD::ZERO_EXTEND) in visitRet()
9859 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
9862 ExtendKind = ISD::SIGN_EXTEND; in LowerCallTo()
9864 ExtendKind = ISD::ZERO_EXTEND; in LowerCallTo()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1664 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
1667 ExtendKind = ISD::SIGN_EXTEND; in GetReturnInfo()
1669 ExtendKind = ISD::ZERO_EXTEND; in GetReturnInfo()
1675 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) { in GetReturnInfo()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h177 ISD::NodeType ExtendKind) const override;
H A DAMDGPUISelLowering.cpp599 ISD::NodeType ExtendKind) const { in getTypeForExtReturn()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1641 ISD::NodeType ExtendKind) const override;
H A DX86ISelLowering.cpp3323 ISD::NodeType ExtendKind) const { in getTypeForExtReturn()