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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp375 static void SplitCriticalSideEffectEdges(Function &Fn, Pass *SDISel) { argument
400 GetSuccessorNumber(Pred, BB), SDISel, true);
2243 const SelectionDAGISel &SDISel) {
2244 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
2250 const SelectionDAGISel &SDISel, SDNode *N) {
2251 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2319 SDValue N, const SelectionDAGISel &SDISel) {
2327 return C && SDISel.CheckAndMask(N.getOperand(0), C, Val);
2332 SDValue N, const SelectionDAGISel &SDISel) {
2340 return C && SDISel
2242 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, const SelectionDAGISel &SDISel) argument
2249 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, const SelectionDAGISel &SDISel, SDNode *N) argument
2318 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2331 CheckOrImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2349 IsPredicateKnownToFail(const unsigned char *Table, unsigned Index, SDValue N, bool &Result, const SelectionDAGISel &SDISel, SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) argument
[all...]

Completed in 83 milliseconds