HomeSort by relevance Sort by last modified time
    Searched refs:Pred (Results 126 - 150 of 354) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 638 /// Return an ExitLimit for a loop whose backedge is guarded by `LHS Pred
642 ICmpInst::Predicate Pred);
676 /// Test whether the condition described by Pred, LHS, and RHS is true
678 bool isImpliedCond(ICmpInst::Predicate Pred,
683 /// Test whether the condition described by Pred, LHS, and RHS is true
686 bool isImpliedCond(ICmpInst::Predicate Pred, const SCEV *LHS,
690 /// Test whether the condition described by Pred, LHS, and RHS is true
691 /// whenever the condition described by Pred, FoundLHS, and FoundRHS is
693 bool isImpliedCondOperands(ICmpInst::Predicate Pred,
697 /// Test whether the condition described by Pred, LHS, and RHS is tru
    [all...]
  /external/llvm/include/llvm/IR/
ConstantRange.h 70 /// Example: Pred = ult and Other = i8 [2, 5) returns Result = [0, 4)
71 static ConstantRange makeAllowedICmpRegion(CmpInst::Predicate Pred,
81 /// Example: Pred = ult and Other = i8 [2, 5) returns [0, 2)
82 static ConstantRange makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 95 std::vector<MachineOperand> &Pred) const;
104 const SmallVectorImpl<MachineOperand> &Pred) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 117 template<typename Pred>
120 erase_if(Pred pred)
131 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 65 template<typename Pred>
68 erase_if(Pred pred)
80 if (!pred(*source_it))
97 if (!pred(*source_it))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 84 template<typename Pred>
87 erase_if(Pred pred)
94 if (pred(*it))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 117 template<typename Pred>
120 erase_if(Pred pred)
131 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 65 template<typename Pred>
68 erase_if(Pred pred)
80 if (!pred(*source_it))
97 if (!pred(*source_it))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 84 template<typename Pred>
87 erase_if(Pred pred)
94 if (pred(*it))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 117 template<typename Pred>
120 erase_if(Pred pred)
131 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 65 template<typename Pred>
68 erase_if(Pred pred)
80 if (!pred(*source_it))
97 if (!pred(*source_it))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 84 template<typename Pred>
87 erase_if(Pred pred)
94 if (pred(*it))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 117 template<typename Pred>
120 erase_if(Pred pred)
131 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 65 template<typename Pred>
68 erase_if(Pred pred)
80 if (!pred(*source_it))
97 if (!pred(*source_it))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
erase_fn_imps.hpp 84 template<typename Pred>
87 erase_if(Pred pred)
94 if (pred(*it))
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /art/runtime/base/
arena_containers.h 66 typename Pred = std::equal_to<T>>
67 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>;
73 typename Pred = std::equal_to<Key>>
78 Pred,
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 25 SVal L = State->getSVal(Callee, Pred->getLocationContext());
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 152 // Make all PHI nodes that referred to BB now refer to Pred as their
249 // single pred. Split the block.
251 // If the successor only has a single pred, split the top of the successor
336 BasicBlock *Pred = *i;
341 if (Loop *PL = LI->getLoopFor(Pred))
349 if (L->contains(Pred))
367 BasicBlock *Pred = *i;
368 if (Loop *PredLoop = LI->getLoopFor(Pred)) {
585 BasicBlock *Pred = *i++;
586 if (Pred == NewBB1) continue
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.h 61 unsigned int Pred:2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 125 template<typename Pred>
127 erase_if(Pred);
129 template<typename Pred>
131 split(Pred, PB_DS_CLASS_C_DEC&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 125 template<typename Pred>
127 erase_if(Pred);
129 template<typename Pred>
131 split(Pred, PB_DS_CLASS_C_DEC&);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 125 template<typename Pred>
127 erase_if(Pred);
129 template<typename Pred>
131 split(Pred, PB_DS_CLASS_C_DEC&);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 125 template<typename Pred>
127 erase_if(Pred);
129 template<typename Pred>
131 split(Pred, PB_DS_CLASS_C_DEC&);
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 173 // The actual place where a phi operand is used is the end of the pred
296 MachineBasicBlock *Pred = *PI;
299 if (Seen.test(Pred->getNumber())) {
300 if (VNInfo *VNI = Map[Pred].first) {
309 std::tie(Start, End) = Indexes->getMBBRange(Pred);
311 // First time we see Pred. Try to determine the live-out value, but set
312 // it as null if Pred is live-through with an unknown value.
314 setLiveOutValue(Pred, VNI);
322 // No, we need a live-in value for Pred as well
323 if (Pred != &UseMBB
    [all...]

Completed in 306 milliseconds

1 2 3 4 56 7 8 91011>>