Searched refs:ExtendCode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1071 ISD::NodeType ExtendCode = in PromoteTargetBoolean() local 1073 return DAG.getNode(ExtendCode, dl, BoolVT, Bool); in PromoteTargetBoolean()
|
| H A D | LegalizeVectorTypes.cpp | 508 ISD::NodeType ExtendCode = in ScalarizeVecRes_SETCC() local 510 return DAG.getNode(ExtendCode, DL, NVT, Res); in ScalarizeVecRes_SETCC() 656 ISD::NodeType ExtendCode = in ScalarizeVecOp_VSETCC() local 659 Res = DAG.getNode(ExtendCode, DL, NVT, Res); in ScalarizeVecOp_VSETCC()
|
| H A D | TargetLowering.cpp | 3077 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(OpVT)); in SimplifySetCC() local 3078 N0 = DAG.getNode(ExtendCode, dl, VT, N0); in SimplifySetCC()
|