Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp68 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
H A DSelectionDAGBuilder.cpp477 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
898 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
1946 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
9582 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1632 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1024 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in WidenIV