Searched refs:CustomLowerNode (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 1163 if (CustomLowerNode(N, N->getValueType(ResNo), true)) in ExpandFloatResult() 1752 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) in ExpandFloatOperand() 2062 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) { in PromoteFloatOperand() 2202 if (CustomLowerNode(N, N->getValueType(ResNo), true)) { in PromoteFloatResult() 2568 if (CustomLowerNode(N, N->getValueType(ResNo), true)) { in SoftPromoteHalfResult() 2858 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) { in SoftPromoteHalfOperand()
|
| H A D | LegalizeTypes.cpp | 914 bool DAGTypeLegalizer::CustomLowerNode(SDNode *N, EVT VT, bool LegalizeResult) { in CustomLowerNode() function in DAGTypeLegalizer
|
| H A D | LegalizeVectorTypes.cpp | 901 if (CustomLowerNode(N, N->getValueType(ResNo), true)) in SplitVectorResult() 1587 if (CustomLowerNode(N, N->getValueType(0), true)) in SplitVecRes_INSERT_VECTOR_ELT() 2141 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) in SplitVectorOperand() 2454 if (CustomLowerNode(N, N->getValueType(0), true)) in SplitVecOp_EXTRACT_VECTOR_ELT() 4513 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) in WidenVectorOperand()
|
| H A D | LegalizeTypes.h | 221 bool CustomLowerNode(SDNode *N, EVT VT, bool LegalizeResult);
|
| H A D | LegalizeIntegerTypes.cpp | 43 if (CustomLowerNode(N, N->getValueType(ResNo), true)) { in PromoteIntegerResult() 1469 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) { in PromoteIntegerOperand() 2046 if (CustomLowerNode(N, N->getValueType(ResNo), true)) in ExpandIntegerResult() 4181 if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) in ExpandIntegerOperand()
|