HomeSort by relevance Sort by last modified time
    Searched refs:Operand (Results 226 - 250 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/include/clang/Sema/
Sema.h 696 /// unevaluated operand (C++11 [expr]p7), such as the subexpression of
703 /// operand that unconditionally permits abstract references to
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 34 // polymorphic class type, [...] the expression is an unevaluated operand.
47 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
54 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
    [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 491 // This version of the getCopyToReg method takes an extra operand, which
517 // This version of the getCopyFromReg method takes an extra operand, which
566 /// low lanes of the operand into the specified vector type. For example,
568 /// lanes of the operand from i8 to i32.
572 /// low lanes of the operand into the specified vector type. For example,
574 /// lanes of the operand from i8 to i32.
578 /// low lanes of the operand into the specified vector type. For example,
580 /// lanes of the operand from i8 to i32.
750 /// takes 1 operand.
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 14 #include <mcld/Script/Operand.h>
  /external/chromium_org/v8/src/
full-codegen.h 319 const Operand& rhs,
344 // An operand used to read/write a stack-allocated (PARAMETER or LOCAL)
348 // An operand used to read/write a known (PARAMETER, LOCAL, or CONTEXT)
350 // found context into the scratch register. Writing to this operand will
517 // Apply the compound assignment operator. Expects the left operand on top
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp 512 // For instructions, compare their loop depth, and their operand
562 // Addrec complexity grows with operand count.
616 // Compare cast expressions by operand.
836 // Fold if the operand is constant.
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 67 parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Operand,
228 /// getStartLoc - Get the location of the first token of this operand.
232 /// getEndLoc - Get the location of the last token of this operand.
420 return Error(ErrorLoc, "invalid operand for instruction");
454 // First operand in MCInst is instruction mnemonic.
461 // Read the first operand.
477 // Parse and remember the operand.
591 // the operand parsing failed.
596 // Memory operand
637 // Push the parsed operand into the list of operand
    [all...]
  /external/jpeg/
configure     [all...]
  /external/qemu/distrib/jpeg-6b/
configure     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 47 Value *Operand = BinaryOperator::getNotArgument(V);
48 if (!isFreeToInvert(Operand))
49 return Operand;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 686 // Otherwise the operand to the select is dead, and we can replace it
    [all...]
LoopStrengthReduce.cpp 592 // Check for a multiply operand that we can pull RHS out of.
749 // Zero/One operand expressions
783 // If we have the value of one operand, check if an existing
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 742 // operand or a subexpression thereof the value contained in the
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 621 E->Operand = Reader.ReadSubExpr();
    [all...]
  /external/clang/include/clang/AST/
Expr.h 702 /// or CastExprs, returning their operand.
705 /// Ignore casts. Strip off any CastExprs, returning their operand.
709 /// any ParenExpr or ImplicitCastExprs, returning their operand.
725 /// CastExprs that represent lvalue casts, returning their operand.
734 /// ParenExpr or CastExprs, returning their operand.
    [all...]
  /external/iputils/ninfod/
configure     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 40 #include <mcld/Script/Operand.h>
    [all...]
  /external/genext2fs/
configure     [all...]
  /external/liblzf/
configure     [all...]
  /external/stressapptest/
configure     [all...]

Completed in 1634 milliseconds

1 2 3 4 5 6 7 8 91011