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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 48 template<bool Predicate, class T = void> struct EnableIf;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 260 if (!inst->Instruction.Predicate &&
lp_bld_tgsi_soa.c 312 /* Mix the predicate and execution mask */
472 /* Mix the predicate and execution mask */
853 * Predicate.
868 if (!inst->Instruction.Predicate) {
875 swizzles[0] = inst->Predicate.SwizzleX;
876 swizzles[1] = inst->Predicate.SwizzleY;
877 swizzles[2] = inst->Predicate.SwizzleZ;
878 swizzles[3] = inst->Predicate.SwizzleW;
880 index = inst->Predicate.Index;
887 * Only fetch the predicate register channels that are actually liste
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 260 if (!inst->Instruction.Predicate &&
lp_bld_tgsi_soa.c 312 /* Mix the predicate and execution mask */
472 /* Mix the predicate and execution mask */
853 * Predicate.
868 if (!inst->Instruction.Predicate) {
875 swizzles[0] = inst->Predicate.SwizzleX;
876 swizzles[1] = inst->Predicate.SwizzleY;
877 swizzles[2] = inst->Predicate.SwizzleZ;
878 swizzles[3] = inst->Predicate.SwizzleW;
880 index = inst->Predicate.Index;
887 * Only fetch the predicate register channels that are actually liste
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 436 // Returns true if predicate matches were emitted, false otherwise.
876 // The predicate function is just a big switch statement based on the
877 // input predicate index.
    [all...]
CodeGenSchedule.cpp 195 // Visit each variant (guarded by a different predicate).
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 34 ICmpInst::Predicate Pred = ICI->getPredicate();
387 /// 1. The icmp predicate is inverted
458 ICmpInst::Predicate Pred = IC->getPredicate();
472 ICmpInst::Predicate Pred = ICI->getPredicate();
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_math.js 227 * @param {function(!Node):boolean} pred Predicate deciding what a leaf is.
257 * @param {function(!Node):boolean} pred Predicate deciding what a subtree is.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 257 dst.Predicate = 0;
590 /* Allocate a new predicate register.
945 boolean predicate,
955 uint count = predicate ? 2 : 1;
970 if (predicate) {
971 out[0].insn.Predicate = 1;
1081 boolean predicate; local
1086 predicate = nr_dst ? dst[0].Predicate : FALSE;
1087 if (predicate) {
1130 boolean predicate; local
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 550 /// isKnownPredicate - Compare X and Y using the predicate Pred.
554 bool isKnownPredicate(ICmpInst::Predicate Pred,
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 309 return Builder.CreateICmp(CmpInst::Predicate(C->getPredicate()),
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 159 ICmpInst::Predicate Pred = ICmp->getPredicate();
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 257 dst.Predicate = 0;
590 /* Allocate a new predicate register.
945 boolean predicate,
955 uint count = predicate ? 2 : 1;
970 if (predicate) {
971 out[0].insn.Predicate = 1;
1081 boolean predicate; local
1086 predicate = nr_dst ? dst[0].Predicate : FALSE;
1087 if (predicate) {
1130 boolean predicate; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangeTest.java 26 import com.google.common.base.Predicate;
513 Predicate<Integer> predicate = Ranges.closed(2, 3); local
514 assertFalse(predicate.apply(1));
515 assertTrue(predicate.apply(2));
516 assertTrue(predicate.apply(3));
517 assertFalse(predicate.apply(4));
  /external/lldb/source/Host/common/
Host.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 358 ICmpInst::Predicate Pred = Cond->getPredicate();
585 CmpInst::Predicate Pred = (LbBr->getSuccessor(0) == Body) ?
    [all...]
IndVarSimplify.cpp 309 // Find new predicate for integer comparison.
310 CmpInst::Predicate NewPred = CmpInst::BAD_ICMP_PREDICATE;
    [all...]
EarlyCSE.cpp 111 CmpInst::Predicate Pred = CI->getPredicate();
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 202 static Optional<PPC::Predicate> getComparePred(CmpInst::Predicate Pred) {
214 return Optional<PPC::Predicate>();
690 Optional<PPC::Predicate> OptPPCPred = getComparePred(CI->getPredicate());
694 PPC::Predicate PPCPred = OptPPCPred.getValue();
725 // not sure we can do much, as we've lost the predicate information with
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1776 milliseconds

1 2 3 4 5 6 78 91011>>