Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp88 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 DLegalizeTypes.cpp923 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
H A DSelectionDAGBuilder.cpp9801 void TargetLowering::LowerOperationWrapper(SDNode *N, in LowerOperationWrapper() function in TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h534 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DSystemZISelLowering.cpp5542 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 DHexagonISelLowering.h159 void LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DHexagonISelLowering.cpp3219 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 DTargetLowering.h4087 virtual void LowerOperationWrapper(SDNode *N,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1202 return LowerOperationWrapper(N, Results, DAG); in ReplaceNodeResults()