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

1 2 3 4 5 6 7 891011

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 479 Value *Operand = I.getOperand(0);
480 Constant *COp = dyn_cast<Constant>(Operand);
482 COp = SimplifiedValues.lookup(Operand);
491 disableSROA(Operand);
869 // values in the operand list as no longer viable.
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 833 assert(AntiDepOp && "Can't find index for defined register operand");
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 545 /// Render the operand to an MCInst as a GPR32
546 /// Asserts if the wrong number of operands are requested, or the operand
553 /// Render the operand to an MCInst as a GPR64
554 /// Asserts if the wrong number of operands are requested, or the operand
664 // Note: It's not possible to pretend that other operand kinds are tokens.
846 /// getStartLoc - Get the location of the first token of this operand.
848 /// getEndLoc - Get the location of the last token of this operand.
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 365 /// \brief Build a C++ typeid expression with a type operand.
368 TypeSourceInfo *Operand,
372 // that is the operand of typeid are always ignored.
377 = Context.getUnqualifiedArrayType(Operand->getType().getNonReferenceType(),
383 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand,
387 /// \brief Build a C++ typeid expression with an expression operand.
411 // operand. [...]
471 // The operand is a type; handle it as such.
484 // The operand is an expression.
488 /// \brief Build a Microsoft __uuidof expression with a type operand
    [all...]
TreeTransform.h 66 /// the pointee type of a PointerType node) and, if any of those operand nodes
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 71 GLenum *operand; member in struct:combiner_state
89 (rc)->operand = c->Operand##chan; \
136 * operand, possibly inverted or biased. */
141 get_input_mapping(struct combiner_state *rc, int operand, int flags)
145 if (is_color_operand(operand))
150 if (is_negative_operand(operand) == !(flags & INVERT))
166 int operand = rc->operand[arg]; local
177 if (is_color_operand(operand))
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 84 Operand ToOperand(LOperand* op);
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 259 __ Add(x1, x0, Operand(x1, LSL, kPointerSizeLog2));
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 848 /// getOperandNum - Return the node corresponding to operand #OpNo in tree
862 errs() << "Invalid operand number in type constraint "
886 // Operand must be a particular type.
889 // Operand must be same as target pointer type.
914 TP.error(N->getOperator()->getName() + " expects a VT operand!");
963 // Update the node type to match an instruction operand or result as specified
967 Record *Operand
    [all...]
AsmWriterEmitter.cpp 101 // If this differs in the same operand as the rest of the instructions in
117 // If the operand is the same for all instructions, just print it.
120 // If this is the operand that varies between all of the instructions,
121 // emit a switch for just this operand now.
184 // This command matches one operand so far.
209 // set share the operand.
218 // Okay, found another instruction in this command set. If the operand
235 // Okay, everything in this command set has the same next operand. Add it
299 /// chunk of the output as well as indices used for operand printing.
338 // Nuke the string from the operand list. It is now handled
    [all...]
CodeGenDAGPatterns.h 164 unsigned OperandNo; // The operand # this constraint applies to.
414 /// operand. ComplexPattern specifies this explicitly; MIOperandInfo gives it
477 // Update node type with types inferred from an instruction operand or result
480 bool UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP);
538 /// consistent: each named operand can be defined by at most one
539 /// ComplexPattern. This records the ComplexPattern instance and the operand
540 /// number for each operand encountered in a ComplexPattern to aid in that
774 assert(DefaultOperands.count(R) &&"Isn't an analyzed default operand!");
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 71 GLenum *operand; member in struct:combiner_state
89 (rc)->operand = c->Operand##chan; \
136 * operand, possibly inverted or biased. */
141 get_input_mapping(struct combiner_state *rc, int operand, int flags)
145 if (is_color_operand(operand))
150 if (is_negative_operand(operand) == !(flags & INVERT))
166 int operand = rc->operand[arg]; local
177 if (is_color_operand(operand))
    [all...]
  /external/chromium_org/third_party/jinja2/
nodes.py 699 list of :class:`Operand`\s.
716 class Operand(Helper):
721 Operand.__doc__ += '\nThe following operators are available: ' + \
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 35 #include <mcld/Script/Operand.h>
488 assert((*it).second.symbol().type() == Operand::SYMBOL);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 203 unsigned IsType : 1; // true if operand is a type, false if an expression.
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 214 // Implementation of Operand and MemOperand.
217 Operand::Operand(Handle<Object> handle) {
234 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) {
240 OffsetAddend offset_addend) : Operand(rm) {
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 597 /// direct operand of the address-of operator. This is, besides member contexts,
620 // This is only the direct operand of an & operator if it is not
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 63 Operand->dumpToStream(os);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 99 "Unexpected operand!");
499 // Unary minus. No need to pop the minus operand because it was never
509 // Unary not. No need to pop the not operand because it was never
704 /// Parses AVX512 specific operand primitives: masked registers ({%k<NUM>}, {z})
962 /// getIntelMemOperandSize - Return intel memory operand size.
984 // operand to ensure proper matching. Just pick a GPR based on the size of
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 1668 milliseconds

1 2 3 4 5 6 7 891011