Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1205 ExtendKindMap[OrigPhi] = WI.IsSigned ? ExtendKind::Sign : ExtendKind::Zero; in WidenIV()
1396 ExtKind = ExtendKind::Unknown; in getExtendedOperandRecurrence()
1404 ExtKind = ExtendKind::Sign; in getExtendedOperandRecurrence()
1406 ExtKind = ExtendKind::Zero; in getExtendedOperandRecurrence()
1413 if (ExtKind == ExtendKind::Sign) in getExtendedOperandRecurrence()
1459 ExtendKind ExtKind; in getWideRecurrence()
1463 ExtKind = ExtendKind::Sign; in getWideRecurrence()
1466 ExtKind = ExtendKind::Zero; in getWideRecurrence()
1470 ExtKind = ExtendKind::Sign; in getWideRecurrence()
1473 ExtKind = ExtendKind::Zero; in getWideRecurrence()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp65 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
81 ExtendKind = ISD::SIGN_EXTEND; in getPreferredExtendForValue()
83 return ExtendKind; in getPreferredExtendForValue()
H A DSelectionDAGBuilder.cpp956 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
970 ExtendKind = ISD::ZERO_EXTEND; in getCopyToRegs()
2203 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
2205 ExtendKind = ISD::SIGN_EXTEND; in visitRet()
2207 ExtendKind = ISD::ZERO_EXTEND; in visitRet()
2245 if (ExtendKind == ISD::SIGN_EXTEND) in visitRet()
2247 else if (ExtendKind == ISD::ZERO_EXTEND) in visitRet()
10508 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
10511 ExtendKind = ISD::SIGN_EXTEND; in LowerCallTo()
10513 ExtendKind = ISD::ZERO_EXTEND; in LowerCallTo()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1729 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
1732 ExtendKind = ISD::SIGN_EXTEND; in GetReturnInfo()
1734 ExtendKind = ISD::ZERO_EXTEND; in GetReturnInfo()
1740 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) { in GetReturnInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h210 ISD::NodeType ExtendKind) const override;
H A DAMDGPUISelLowering.cpp737 ISD::NodeType ExtendKind) const { in getTypeForExtReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1722 ISD::NodeType ExtendKind) const override;
H A DX86ISelLoweringCall.cpp980 ISD::NodeType ExtendKind) const { in getTypeForExtReturn()