Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1684 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1017 enum class ExtendKind { Zero, Sign, Unknown }; enum in __anon2c2a41b60311::WidenIV