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

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 102 MachineBasicBlock *Pred =
104 if (!MDT.dominates(&MBB, Pred))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 108 template<typename Pred>
111 prune(Pred pred)
119 if (pred(p_cur->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
60 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/left_child_next_sibling_heap_/
erase_fn_imps.hpp 108 template<typename Pred>
111 prune(Pred pred)
119 if (pred(p_cur->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
60 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/left_child_next_sibling_heap_/
erase_fn_imps.hpp 108 template<typename Pred>
111 prune(Pred pred)
119 if (pred(p_cur->m_value))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
60 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 108 template<typename Pred>
111 prune(Pred pred)
119 if (pred(p_cur->m_value))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
60 node_pointer p_out = base_type::prune(pred);
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 136 ARMCC::CondCodes Pred, unsigned PredReg);
139 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg,
143 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg,
444 ARMCC::CondCodes Pred, unsigned PredReg) {
512 .addReg(Base).addImm(WordOffset * 4).addImm(Pred).addReg(PredReg);
530 .addReg(Base).addImm(WordOffset * 4).addImm(Pred).addReg(PredReg);
579 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg,
687 if (Pred != ARMCC::AL)
694 .addImm(Pred).addReg(PredReg);
704 .addImm(Pred).addReg(PredReg)
    [all...]
  /external/v8/src/compiler/
operator.h 151 template <typename T, typename Pred = OpEqualTo<T>, typename Hash = OpHash<T>>
157 T parameter, Pred const& pred = Pred(), Hash const& hash = Hash())
161 pred_(pred),
168 const Operator1<T, Pred, Hash>* that =
169 reinterpret_cast<const Operator1<T, Pred, Hash>*>(other);
187 Pred const pred_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 177 template<typename Pred>
179 erase_if(Pred);
202 template<typename Pred>
204 split(Pred, binary_heap&);
259 template<typename Pred>
261 partition(Pred);
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
50 typename entry_pred<value_type, Pred, _Alloc, simple_value>::type
53 const size_type left = partition(pred_t(pred));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 177 template<typename Pred>
179 erase_if(Pred);
202 template<typename Pred>
204 split(Pred, binary_heap&);
259 template<typename Pred>
261 partition(Pred);
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
50 typename entry_pred<value_type, Pred, _Alloc, simple_value>::type
53 const size_type left = partition(pred_t(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/binary_heap_/
binary_heap_.hpp 177 template<typename Pred>
179 erase_if(Pred);
202 template<typename Pred>
204 split(Pred, binary_heap&);
259 template<typename Pred>
261 partition(Pred);
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
50 typename entry_pred<value_type, Pred, _Alloc, simple_value>::type
53 const size_type left = partition(pred_t(pred));
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 177 template<typename Pred>
179 erase_if(Pred);
202 template<typename Pred>
204 split(Pred, binary_heap&);
259 template<typename Pred>
261 partition(Pred);
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
50 typename entry_pred<value_type, Pred, _Alloc, simple_value>::type
53 const size_type left = partition(pred_t(pred));
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 170 if (!TBI->Pred) {
180 unsigned PredNum = TBI->Pred->getNumber();
183 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred);
323 for (const MachineBasicBlock *Pred : MBB->predecessors()) {
325 getDepthResources(Pred);
332 Best = Pred, BestDepth = Depth;
463 DEBUG(dbgs() << " pred for BB#" << I->getNumber() << ": ");
466 TBI.Pred = pickTracePred(I);
468 if (TBI.Pred)
469 dbgs() << "BB#" << TBI.Pred->getNumber() << '\n'
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 705 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS)
706 : Predicate(Pred), L(LHS), R(RHS) {}
720 m_Cmp(CmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
721 return CmpClass_match<LHS, RHS, CmpInst, CmpInst::Predicate>(Pred, L, R);
726 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
727 return CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>(Pred, L, R);
732 m_FCmp(FCmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
733 return CmpClass_match<LHS, RHS, FCmpInst, FCmpInst::Predicate>(Pred, L, R);
958 // Look for "(x pred y) ? x : y" or "(x pred y) ? y : x"
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 120 static bool isSignBitCheck(ICmpInst::Predicate pred, ConstantInt *RHS,
122 switch (pred) {
148 static bool isSignTest(ICmpInst::Predicate &pred, const ConstantInt *RHS) {
149 if (!ICmpInst::isSigned(pred))
153 return ICmpInst::isRelational(pred);
156 if (pred == ICmpInst::ICMP_SLT) {
157 pred = ICmpInst::ICMP_SLE;
161 if (pred == ICmpInst::ICMP_SGT) {
162 pred = ICmpInst::ICMP_SGE;
220 /// cmp pred (load (gep GV, ...)), cmpcs
1585 ICmpInst::Predicate pred = ICI.getPredicate(); local
1707 ICmpInst::Predicate pred = ICI.getPredicate(); local
1952 ICmpInst::Predicate pred = isICMP_NE ? local
1961 ICmpInst::Predicate pred = isICMP_NE ? local
    [all...]
InstCombineSelect.cpp 65 CmpInst::Predicate Pred = getCmpPredicateForMinMax(SPF);
66 assert(CmpInst::isIntPredicate(Pred));
67 return Builder->CreateSelect(Builder->CreateICmp(Pred, A, B), A, B);
339 ICmpInst::Predicate Pred = IC->getPredicate();
340 if ((Pred == ICmpInst::ICMP_NE && OrOnFalseVal) ||
341 (Pred == ICmpInst::ICMP_EQ && OrOnTrueVal))
361 ICmpInst::Predicate Pred = ICI->getPredicate();
371 if (Pred == ICmpInst::ICMP_NE)
407 ICmpInst::Predicate Pred = ICI->getPredicate();
418 switch (Pred) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
17 lvx v1, 0, \Pred ;# v1 = pred = p0..p15
18 addi \Pred, \Pred, 16 ;# next pred
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
57 lvx v1, 0, \Pred ;# v1 = pred = p0..p15
99 addi r4, r4, 16; ;# next pred
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
default.pass.cpp 40 template <bool Pred = false>
42 static_assert(Pred,

Completed in 2244 milliseconds

1 2 3 45 6 7 8 91011>>