Home
last modified time | relevance | path

Searched refs:LowerOperationWrapper (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp85 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 DLegalizeTypes.cpp931 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
H A DSelectionDAGBuilder.cpp10024 void TargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h552 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DSystemZISelLowering.cpp5819 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 DHexagonISelLowering.h156 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DHexagonISelLowering.cpp3243 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 DTargetLowering.h4379 virtual void LowerOperationWrapper(SDNode *N,
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1210 return LowerOperationWrapper(N, Results, DAG); in ReplaceNodeResults()