HomeSort by relevance Sort by last modified time
    Searched defs:Predicate (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/v8/src/
unicode.h 50 class Predicate {
52 inline Predicate() { }
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 40 Predicate,
81 /// the predicate operand that controls an isPredicable() instruction.
82 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
95 /// implementation of the MCInstrDesc class. Clients should use the predicate
287 /// \brief Return true if this instruction has a predicate operand
290 /// control and modify the predicate in this instruction.
562 /// operand list that is used to represent the predicate. It returns -1 if
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 72 // Each predicate is encapsulated in a template class and exposes
79 // tags are used to allow the predicate applier to receive 2 preds, but optimize away
206 // Predicate Combiner.
288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ;
290 return Predicate::apply(s);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 210 /// that satisfy a specified predicate.
211 template<typename Predicate>
212 struct cst_pred_ty : public Predicate {
227 /// that satisfy a specified predicate, and bind them to an APInt.
228 template<typename Predicate>
229 struct api_pred_ty : public Predicate {
572 PredicateTy &Predicate;
577 : Predicate(Pred), L(LHS), R(RHS) {}
583 Predicate = I->getPredicate();
591 inline CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 86 /// instruction can clobber the 'would-be' predicate.
103 /// Predicate - Predicate used in the BB.
121 SmallVector<MachineOperand, 4> Predicate;
627 /// instruction which can clobber a predicate (e.g. condition code register).
633 bool AlreadyPredicated = !BBI.Predicate.empty();
688 // Predicate modification instruction should end the block (except for
695 // Predicate may have been modified, the subsequent (currently)
715 /// predicated by the specified predicate.
723 // If it is already predicated, check if the new predicate subsume
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 56 // Predicate checking.
59 CheckPredicate, // Fail if node predicate fails.
118 /// isSimplePredicateNode - Return true if this is a simple predicate that
141 /// a simple predicate.
164 // Since this predicate is reflexive, we canonicalize the ordering so that
395 /// CheckPatternPredicateMatcher - This checks the target-specific predicate
396 /// to see if the entire pattern is capable of matching. This predicate does
399 std::string Predicate;
401 CheckPatternPredicateMatcher(StringRef predicate)
402 : Matcher(CheckPatternPredicate), Predicate(predicate) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 32 import com.google.common.base.Predicate;
257 new Predicate<String>() {
273 final Predicate<Integer> isEven = new Predicate<Integer>() {
289 Predicate<String> predicate = Predicates.equalTo("pants"); local
291 assertFalse(Iterators.any(list.iterator(), predicate)); local
293 assertFalse(Iterators.any(list.iterator(), predicate)); local
295 assertTrue(Iterators.any(list.iterator(), predicate)); local
300 Predicate<String> predicate = Predicates.equalTo("cool") local
302 assertTrue(Iterators.all(list.iterator(), predicate)); local
304 assertTrue(Iterators.all(list.iterator(), predicate)); local
306 assertFalse(Iterators.all(list.iterator(), predicate)); local
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 115 CmpInst::Predicate Predicate,
123 uint32_t lookup_or_add_cmp(unsigned Opcode, CmpInst::Predicate Pred,
181 CmpInst::Predicate Predicate = C->getPredicate();
184 Predicate = CmpInst::getSwappedPredicate(Predicate);
186 e.opcode = (C->getOpcode() << 8) | Predicate;
197 CmpInst::Predicate Predicate,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 267 // If the machine is predicable go ahead and add the predicate operands, if
276 // Do we use a predicate? or...
277 // Are we NEON in ARM mode and have a predicate operand? If so, I know
282 // Do we optionally set a predicate? Preds is size > 0 iff the predicate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 449 * If Predicate is TRUE, tgsi_instruction_predicate token immediately follows.
462 unsigned Predicate : 1; /* BOOL */
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 449 * If Predicate is TRUE, tgsi_instruction_predicate token immediately follows.
462 unsigned Predicate : 1; /* BOOL */
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 1782 milliseconds

12 3 4