Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp67 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
DSelectionDAGBuilder.cpp490 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
867 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local
1588 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
8503 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp69 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local
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
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1579 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1351 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1014 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local
DSelectionDAGBuilder.cpp328 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts()
1179 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local
6379 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in LowerCallTo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp954 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in __anon97d482e70511::WidenIV