Home
last modified time | relevance | path

Searched defs:ExtendKind (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp67 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
H A DSelectionDAGBuilder.cpp506 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
895 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
1866 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
9253 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp65 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
H A DSelectionDAGBuilder.cpp485 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
925 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
2026 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
10107 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp69 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
H A DSelectionDAGBuilder.cpp385 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
750 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
1444 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
7630 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1579 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1477 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1684 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1017 enum class ExtendKind { Zero, Sign, Unknown }; enum in __anon8efe38bf0311::WidenIV
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp990 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in __anon6d42d5de0511::WidenIV