Searched refs:SDISel (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp318 static void SplitCriticalSideEffectEdges(Function &Fn, Pass *SDISel) { argument
343 GetSuccessorNumber(Pred, BB), SDISel, true);
1968 const SelectionDAGISel &SDISel) {
1969 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
1975 const SelectionDAGISel &SDISel, SDNode *N) {
1976 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2037 SDValue N, const SelectionDAGISel &SDISel) {
2045 return C != 0 && SDISel.CheckAndMask(N.getOperand(0), C, Val);
2050 SDValue N, const SelectionDAGISel &SDISel) {
2058 return C != 0 && SDISel
2036 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2049 CheckOrImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2067 IsPredicateKnownToFail(const unsigned char *Table, unsigned Index, SDValue N, bool &Result, const SelectionDAGISel &SDISel, SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) argument
[all...]

Completed in 86 milliseconds