Home
last modified time | relevance | path

Searched refs:ExtendCode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp986 ISD::NodeType ExtendCode = in PromoteTargetBoolean() local
988 return DAG.getNode(ExtendCode, dl, BoolVT, Bool); in PromoteTargetBoolean()
DLegalizeVectorTypes.cpp539 ISD::NodeType ExtendCode = in ScalarizeVecRes_SETCC() local
541 return DAG.getNode(ExtendCode, DL, NVT, Res); in ScalarizeVecRes_SETCC()
733 ISD::NodeType ExtendCode = in ScalarizeVecOp_VSETCC() local
736 Res = DAG.getNode(ExtendCode, DL, NVT, Res); in ScalarizeVecOp_VSETCC()
2623 ISD::NodeType ExtendCode = in SplitVecOp_VSETCC() local
2625 return DAG.getNode(ExtendCode, DL, N->getValueType(0), Con); in SplitVecOp_VSETCC()
4638 ISD::NodeType ExtendCode = in WidenVecOp_SETCC() local
4640 return DAG.getNode(ExtendCode, dl, VT, CC); in WidenVecOp_SETCC()
DTargetLowering.cpp3989 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(OpVT)); in SimplifySetCC() local
3990 N0 = DAG.getNode(ExtendCode, dl, VT, N0); in SimplifySetCC()