Searched refs:MaxSteps (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEVPTBlockPass.cpp | 98 unsigned MaxSteps, in StepOverPredicatedInstrs() argument 114 if (NextPred == ARMVCC::None || MaxSteps == 0) in StepOverPredicatedInstrs() 116 --MaxSteps; in StepOverPredicatedInstrs()
|
| H A D | ARMISelLowering.cpp | 15875 const unsigned MaxSteps = 1024; in isValidBaseUpdate() local 15876 if (SDNode::hasPredecessorHelper(N, Visited, Worklist, MaxSteps) || in isValidBaseUpdate() 15877 SDNode::hasPredecessorHelper(User, Visited, Worklist, MaxSteps)) in isValidBaseUpdate() 16364 const unsigned MaxSteps = 1024; in PerformMVEVLDCombine() local 16365 if (SDNode::hasPredecessorHelper(N, Visited, Worklist, MaxSteps) || in PerformMVEVLDCombine() 16366 SDNode::hasPredecessorHelper(User, Visited, Worklist, MaxSteps)) in PerformMVEVLDCombine()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 87 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned MaxSteps, in ExecuteWorkList() argument 130 bool UnlimitedSteps = MaxSteps == 0; in ExecuteWorkList() 136 G.reserve(std::min(MaxSteps, PreReservationCap)); in ExecuteWorkList() 138 auto ProcessWList = [this, UnlimitedSteps](unsigned MaxSteps) { in ExecuteWorkList() argument 139 unsigned Steps = MaxSteps; in ExecuteWorkList() 161 return MaxSteps - Steps; in ExecuteWorkList() 163 const unsigned STUSteps = ProcessWList(MaxSteps); in ExecuteWorkList()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HeuristicResolver.cpp | 270 const size_t MaxSteps = 64; in simplifyType() local 271 while (!Current.Type.isNull() && StepCount++ < MaxSteps) { in simplifyType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 956 unsigned int MaxSteps = 0, 996 if (MaxSteps != 0 && Visited.size() >= MaxSteps) 1002 if (MaxSteps != 0 && Visited.size() >= MaxSteps)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 783 unsigned MaxSteps = Subtarget.isABI_O32() ? 8 : 12; in shouldTransformMulToShiftsAddsSubs() local 795 if (Steps >= MaxSteps) in shouldTransformMulToShiftsAddsSubs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 113 MaxSteps("has-predecessor-max-steps", cl::Hidden, cl::init(8192), variable 121 unsigned SelectionDAG::getHasPredecessorMaxSteps() { return MaxSteps; } in getHasPredecessorMaxSteps() 2485 unsigned MaxSteps = SelectionDAG::getHasPredecessorMaxSteps(); in canFoldStoreIntoLibCallOutputPointers() local 2492 if (MaxSteps > 0 && Visited.size() >= MaxSteps) in canFoldStoreIntoLibCallOutputPointers() 2514 MaxSteps); in canFoldStoreIntoLibCallOutputPointers()
|
| H A D | DAGCombiner.cpp | 19523 unsigned MaxSteps = SelectionDAG::getHasPredecessorMaxSteps(); in CombineToPreIndexedLoadStore() local 19532 MaxSteps)) in CombineToPreIndexedLoadStore() 19565 if (SDNode::hasPredecessorHelper(User, Visited, Worklist, MaxSteps)) in CombineToPreIndexedLoadStore() 19684 unsigned MaxSteps = SelectionDAG::getHasPredecessorMaxSteps(); in shouldCombineToPostInc() local 19698 if (SDNode::hasPredecessorHelper(N, Visited, Worklist, MaxSteps)) in shouldCombineToPostInc() 19731 unsigned MaxSteps = SelectionDAG::getHasPredecessorMaxSteps(); in getPostIndexedLoadStoreOp() local 19744 if (!SDNode::hasPredecessorHelper(N, Visited, Worklist, MaxSteps) && in getPostIndexedLoadStoreOp() 19745 !SDNode::hasPredecessorHelper(Op, Visited, Worklist, MaxSteps)) in getPostIndexedLoadStoreOp()
|