Searched refs:tryToFoldExtendOfConstant (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5779 static SDNode *tryToFoldExtendOfConstant(SDNode *N, const TargetLowering &TLI, in tryToFoldExtendOfConstant() function 6018 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitSIGN_EXTEND() 6277 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitZERO_EXTEND() 6574 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitANY_EXTEND() 7054 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitSIGN_EXTEND_VECTOR_INREG() 7068 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitZERO_EXTEND_VECTOR_INREG()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7905 static SDNode *tryToFoldExtendOfConstant(SDNode *N, const TargetLowering &TLI, in tryToFoldExtendOfConstant() function 8362 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitSIGN_EXTEND() 8603 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitZERO_EXTEND() 8854 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitANY_EXTEND() 9348 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitSIGN_EXTEND_VECTOR_INREG() 9362 if (SDNode *Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes, in visitZERO_EXTEND_VECTOR_INREG()
|