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

1 2 34 5

  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 664 SubtargetFeatureInfo *getSubtargetFeature(Record *Def) const {
665 assert(Def->isSubClassOf("Predicate") && "Invalid predicate type!");
667 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 783 Record *Def = Pred->getDef();
784 if (!Def->isSubClassOf("Predicate")) {
786 Def->dump();
792 PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
    [all...]
CodeGenSchedule.cpp 345 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead,
351 if (I->TheDef == Def)
758 PrintFatalError(InstRWDef->getLoc(), "Overlapping InstRW def " +
762 assert(*RI != InstRWDef && "SchedClass has duplicate InstRW def");
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 829 if (const ObjCInterfaceDecl *Def = getDefinition())
830 return ivar_iterator(Def->decls_begin());
836 if (const ObjCInterfaceDecl *Def = getDefinition())
837 return ivar_iterator(Def->decls_end());
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 51 SlotIndex def; member in class:llvm::VNInfo
55 : id(i), def(d)
60 : id(i), def(orig.def)
65 def = src.def;
72 bool isPHIDef() const { return def.isBlock(); }
75 bool isUnused() const { return !def.isValid(); }
78 void markUnused() { def = SlotIndex(); }
151 DEF = 2
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 190 static Instruction *getInsertPointForUses(Instruction *User, Value *Def,
198 if (PHI->getIncomingValue(i) != Def)
210 assert((!isa<Instruction>(Def) ||
211 DT->dominates(cast<Instruction>(Def), InsertPt)) &&
212 "def does not dominate all uses");
508 // it can walk the def-use list and forget all SCEVs, as it may not be
510 // may not be a def-use connection between the loop and every instruction
682 /// NarrowIVDefUse - Record a link in the Narrow IV def-use chain along with the
683 /// WideIV that computes the same value as the Narrow IV def. This avoids
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclObjC.cpp 487 if (ObjCInterfaceDecl *Def = PrevIDecl->getDefinition()) {
490 Diag(Def->getLocation(), diag::note_previous_definition);
686 if (ObjCProtocolDecl *Def = PrevDecl? PrevDecl->getDefinition() : 0) {
689 Diag(Def->getLocation(), diag::note_previous_definition);
    [all...]
SemaExpr.cpp 199 /// because the restriction language is a bit weaker (C++11 [basic.def.odr]p6)
    [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()) {
302 // currently live anyway. It's ok to set it. The CPSR def is
318 /// Old opcode has an optional def of CPSR.
322 // these new opcodes' CPSR def is not meant to be thrown away. e.g. CMP.
841 // Skip implicit def of CPSR. Either it's modeled as an optional
842 // def now or it's already an implicit def on the new instruction.
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
Decl.cpp 497 const FunctionDecl *Def = 0;
503 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 411 #include "clang/AST/BuiltinTypes.def"
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 83 cl::desc("Disable physreg def-use affinity"));
507 /// Call ReleasePred for each predecessor, then update register live def/gen.
557 SUnit *Def = &SUnits[N->getNodeId()];
558 CallSeqEndForStart[Def] = SU;
561 LiveRegDefs[CallResource] = Def;
735 // two-address node as a live range def.
855 // This becomes the nearest def. Note that an earlier def may still be
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 103 #include "clang/Basic/LangOptions.def"
    [all...]

Completed in 957 milliseconds

1 2 34 5