Searched refs:LowerOperationWrapper (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 85 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results); 492 if (LowerOperationWrapper(Node, ResultVals)) in LegalizeOp() 511 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper() function in VectorLegalizer
|
| H A D | LegalizeTypes.cpp | 931 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
|
| H A D | SelectionDAGBuilder.cpp | 10024 void TargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 552 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
|
| H A D | SystemZISelLowering.cpp | 5819 SystemZTargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in SystemZTargetLowering 5904 return LowerOperationWrapper(N, Results, DAG); in ReplaceNodeResults()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 156 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
|
| H A D | HexagonISelLowering.cpp | 3243 HexagonTargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in HexagonTargetLowering 3258 return TargetLowering::LowerOperationWrapper(N, Results, DAG); in LowerOperationWrapper()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4379 virtual void LowerOperationWrapper(SDNode *N,
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 1210 return LowerOperationWrapper(N, Results, DAG); in ReplaceNodeResults()
|