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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp305 static void SplitCriticalSideEffectEdges(Function &Fn, Pass *SDISel) { argument
330 GetSuccessorNumber(Pred, BB), SDISel, true);
2021 const SelectionDAGISel &SDISel) {
2022 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
2028 const SelectionDAGISel &SDISel, SDNode *N) {
2029 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2091 SDValue N, const SelectionDAGISel &SDISel) {
2099 return C != 0 && SDISel.CheckAndMask(N.getOperand(0), C, Val);
2104 SDValue N, const SelectionDAGISel &SDISel) {
2112 return C != 0 && SDISel
2090 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2103 CheckOrImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2121 IsPredicateKnownToFail(const unsigned char *Table, unsigned Index, SDValue N, bool &Result, const SelectionDAGISel &SDISel, SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) argument
[all...]

Completed in 128 milliseconds