HomeSort by relevance Sort by last modified time
    Searched refs:Predicate (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 59 /// predicate into a three bit mask. It also returns whether it is an ordered
60 /// predicate by reference.
61 static unsigned getFCmpCode(FCmpInst::Predicate CC, bool &isOrdered) {
81 llvm_unreachable("Unexpected FCmp predicate!");
88 /// of predicate to use in the new icmp instruction.
91 ICmpInst::Predicate NewPred;
99 /// in to determine which kind of predicate to use in the new fcmp instruction.
103 CmpInst::Predicate Pred;
275 ICmpInst::Predicate pred = (isSigned ?
293 ICmpInst::Predicate pred = (isSigned
    [all...]
InstCombineCompares.cpp 110 static bool isSignBitCheck(ICmpInst::Predicate pred, ConstantInt *RHS,
136 /// to zero and updates the predicate accordingly.
138 static bool isSignTest(ICmpInst::Predicate &pred, const ConstantInt *RHS) {
375 // predicate is expensive, only check it every 8 elements. This is only
605 ICmpInst::Predicate Cond,
742 ICmpInst::Predicate Pred) {
    [all...]
InstCombine.h 176 ICmpInst::Predicate Pred);
178 ICmpInst::Predicate Cond, Instruction &I);
  /external/chromium_org/chrome/browser/history/
visitsegment_database.cc 261 std::sort(results->begin(), results->end(), PageUsageData::Predicate);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.cpp 40 Filter::Filter(PassOwnPtrWillBeRawPtr<Expression> expr, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& predicates)
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 112 template<typename Predicate>
113 iterator findIf(Predicate&);
302 template<typename Predicate>
303 inline DequeIterator<T, inlineCapacity, Allocator> Deque<T, inlineCapacity, Allocator>::findIf(Predicate& predicate)
307 if (predicate(*it))
  /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/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 403 lldb_private::Predicate<bool> m_async_packet_predicate;
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 56 // Predicate checking.
60 CheckPredicate, // Fail if node predicate fails.
120 /// isSimplePredicateNode - Return true if this is a simple predicate that
145 /// a simple predicate.
168 // Since this predicate is reflexive, we canonicalize the ordering so that
427 /// CheckPatternPredicateMatcher - This checks the target-specific predicate
428 /// to see if the entire pattern is capable of matching. This predicate does
431 std::string Predicate;
433 CheckPatternPredicateMatcher(StringRef predicate)
434 : Matcher(CheckPatternPredicate), Predicate(predicate) {
    [all...]
  /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/devtools/tools/lib/
monkeyrunner.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapCollectionTest.java 29 import com.google.common.base.Predicate;
263 private static final Predicate<Map.Entry<Integer, String>> FILTER_GET_PREDICATE
264 = new Predicate<Map.Entry<Integer, String>>() {
270 private static final Predicate<Map.Entry<String, Integer>> FILTER_KEYSET_PREDICATE
271 = new Predicate<Map.Entry<String, Integer>>() {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/chromium_org/components/component_updater/
background_downloader_win.cc 256 // Finds the component updater jobs matching the given predicate.
259 template <class Predicate>
260 HRESULT FindBitsJobIf(Predicate pred,
273 // Iterate over jobs, run the predicate, and select the job only if
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 280 // the given predicate.
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
287 if (predicate(*it))
343 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 271 // the given predicate.
272 template <class Container, typename Predicate>
273 inline int CountIf(const Container& c, Predicate predicate) {
278 if (predicate(*it))
334 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 280 // the given predicate.
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
287 if (predicate(*it))
343 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 32 * Determines a true or false value for any Java {@code char} value, just as {@link Predicate} does
53 public abstract class CharMatcher implements Predicate<Character> {
520 * Returns a matcher with identical behavior to the given {@link Character}-based predicate, but
523 public static CharMatcher forPredicate(final Predicate<? super Character> predicate) {
524 checkNotNull(predicate);
525 if (predicate instanceof CharMatcher) {
526 return (CharMatcher) predicate;
530 return predicate.apply(c);
534 return predicate.apply(checkNotNull(character))
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 151 ISD::CondCode llvm::getFCmpCondCode(FCmpInst::Predicate Pred) {
169 default: llvm_unreachable("Invalid FCmp predicate opcode!");
188 ISD::CondCode llvm::getICmpCondCode(ICmpInst::Predicate Pred) {
201 llvm_unreachable("Invalid ICmp predicate opcode!");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 654 default: llvm_unreachable("invalid predicate for isel");
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 270 // the given predicate.
271 template <class Container, typename Predicate>
272 inline int CountIf(const Container& c, Predicate predicate) {
277 if (predicate(*it))
333 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 271 // the given predicate.
272 template <class Container, typename Predicate>
273 inline int CountIf(const Container& c, Predicate predicate) {
278 if (predicate(*it))
334 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 280 // the given predicate.
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
287 if (predicate(*it))
343 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 28 * {@link Predicate} does for any {@link Object}. Also offers basic text
45 public abstract class CharMatcher implements Predicate<Character> {
512 * Character}-based predicate, but which operates on primitive {@code char}
516 final Predicate<? super Character> predicate) {
517 checkNotNull(predicate);
518 if (predicate instanceof CharMatcher) {
519 return (CharMatcher) predicate;
523 return predicate.apply(c);
526 return predicate.apply(checkNotNull(character))
    [all...]

Completed in 1774 milliseconds

1 2 3 4 5 67 8 91011>>