Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp68 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
DSelectionDAGBuilder.cpp477 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
898 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
1947 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
9637 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1658 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp979 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in WidenIV