Searched refs:LowerOperationWrapper (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 88 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results); 270 if (LowerOperationWrapper(Node, ResultVals)) { in LegalizeOp() 301 if (LowerOperationWrapper(Node, ResultVals)) { in LegalizeOp() 524 if (LowerOperationWrapper(Node, ResultVals)) in LegalizeOp() 543 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper() function in VectorLegalizer
|
| H A D | LegalizeTypes.cpp | 923 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
|
| H A D | SelectionDAGBuilder.cpp | 9801 void TargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in TargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 534 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
|
| H A D | SystemZISelLowering.cpp | 5542 SystemZTargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in SystemZTargetLowering 5601 return LowerOperationWrapper(N, Results, DAG); in ReplaceNodeResults()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 159 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
|
| H A D | HexagonISelLowering.cpp | 3219 HexagonTargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in HexagonTargetLowering 3234 return TargetLowering::LowerOperationWrapper(N, Results, DAG); in LowerOperationWrapper()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4087 virtual void LowerOperationWrapper(SDNode *N,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 1202 return LowerOperationWrapper(N, Results, DAG); in ReplaceNodeResults()
|