HomeSort by relevance Sort by last modified time
    Searched refs:Def (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /external/clang/lib/Lex/
PPMacroExpansion.cpp 219 MacroDirective::DefInfo Def = MD->getDefinition();
220 assert(Def.isValid());
221 MacroInfo *MI = Def.getMacroInfo();
295 if (Def.getDirective()->isAmbiguous()) {
300 for (MacroDirective::DefInfo PrevDef = Def.getPreviousDefinition();
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 227 // Clone the def and add it to the current multiclass
230 // Add all of the values in the superclass into the current def.
270 Record *Def = *j;
272 if (SetValue(Def, SubMultiClass.RefRange.Start, SMCTArgs[i],
278 Def->resolveReferencesTo(Def->getValue(SMCTArgs[i]));
281 Def->removeValue(SMCTArgs[i]);
351 Error(Loc, "when instantiating this def");
367 Error(Loc, "def already exists: " + IterRec->getNameInitAsString());
383 return K == tgtok::Class || K == tgtok::Def ||
    [all...]
Record.cpp     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 145 (* definition ::= 'def' prototype expression *)
147 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 182 (* definition ::= 'def' prototype expression *)
184 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 204 Record *Def;
219 Record *getRecord() const { return Def; }
478 // def from the ins/outs lists.
AsmMatcherEmitter.cpp 672 SubtargetFeatureInfo *getSubtargetFeature(Record *Def) const {
673 assert(Def->isSubClassOf("Predicate") && "Invalid predicate type!");
675 SubtargetFeatures.find(Def);
    [all...]
SubtargetEmitter.cpp 137 Record *Def = DefList[i];
140 OS << " const uint64_t " << Def->getName() << " = 1ULL << " << i << ";\n";
149 Record *Def = DefList[i];
152 OS << " " << Def->getName();
    [all...]
CodeGenDAGPatterns.cpp 787 Record *Def = Pred->getDef();
788 if (!Def->isSubClassOf("Predicate")) {
790 Def->dump();
796 PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 254 assert(MO.isDef() && "expect physreg def");
268 // Adjust the dependence latency using operand def/use information,
381 // The current operand is a def, so we have at least one.
386 // Add output dependence to the next nearest def of this vreg.
392 // is also useful if output latency exceeds def-use latency.
435 MachineInstr *Def = LIS->getInstructionFromIndex(VNI->def);
436 // Phis and other noninstructions (after coalescing) have a NULL Def.
437 if (Def) {
438 SUnit *DefSU = getSUnit(Def);
    [all...]
BranchFolding.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 475 MachineInstr *Def = RegInfo->getVRegDef(Reg);
476 if (Def) {
477 MachineBasicBlock::iterator InsertPos = Def;
478 // FIXME: VR def may not be in entry block.
479 Def->getParent()->insert(std::next(InsertPos), MI);
490 MachineInstr *Def = RegInfo->getVRegDef(LDI->second);
491 MachineBasicBlock::iterator InsertPos = Def;
496 // Def is never a terminator here, so it is ok to increment InsertPos.
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 52 SlotIndex def; member in class:llvm::VNInfo
56 : id(i), def(d)
61 : id(i), def(orig.def)
66 def = src.def;
73 bool isPHIDef() const { return def.isBlock(); }
76 bool isUnused() const { return !def.isValid(); }
79 void markUnused() { def = SlotIndex(); }
111 /// Return true if this instruction has a dead def
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 194 static Instruction *getInsertPointForUses(Instruction *User, Value *Def,
202 if (PHI->getIncomingValue(i) != Def)
214 assert((!isa<Instruction>(Def) ||
215 DT->dominates(cast<Instruction>(Def), InsertPt)) &&
216 "def does not dominate all uses");
527 // it can walk the def-use list and forget all SCEVs, as it may not be
529 // may not be a def-use connection between the loop and every instruction
690 /// NarrowIVDefUse - Record a link in the Narrow IV def-use chain along with the
691 /// WideIV that computes the same value as the Narrow IV def. This avoids
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 208 (* definition ::= 'def' prototype expression *)
210 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 220 // Check for a likely high-latency flag def.
221 static bool isHighLatencyCPSR(MachineInstr *Def) {
222 switch(Def->getOpcode()) {
300 // currently live anyway. It's ok to set it. The CPSR def is
316 /// Old opcode has an optional def of CPSR.
320 // these new opcodes' CPSR def is not meant to be thrown away. e.g. CMP.
839 // Skip implicit def of CPSR. Either it's modeled as an optional
840 // def now or it's already an implicit def on the new instruction.
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 4930 TT_DefRecord* def; local
5019 TT_DefRecord* def; local
5105 TT_DefRecord* def; local
7887 TT_DefRecord* def = CUR.IDefs; local
8945 TT_DefRecord* def = CUR.IDefs; local
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 789 milliseconds

1 2 34 5