Home
last modified time | relevance | path

Searched refs:CheckNodePredicate (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h236 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGISel.h248 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h266 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1848 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckNodePredicate() function
1850 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]); in CheckNodePredicate()
1957 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode()); in IsPredicateKnownToFail()
2251 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this, in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2497 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckNodePredicate() function
2499 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]); in CheckNodePredicate()
2622 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode()); in IsPredicateKnownToFail()
2993 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this, in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2641 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckNodePredicate() function
2643 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]); in CheckNodePredicate()
2766 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode()); in IsPredicateKnownToFail()
3155 if (!::CheckNodePredicate(MatcherTable, MatcherIndex, *this, in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc30442 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const override;
30445 bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDNode *Node, unsigned PredNo) const
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc39410 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const override;
39413 bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDNode *Node, unsigned PredNo) const
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDAGISel.inc47609 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const override;
47612 bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDNode *Node, unsigned PredNo) const
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenDAGISel.inc47507 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const {