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

1 23 4 5

  /external/llvm/lib/CodeGen/
MachineLICM.cpp 155 unsigned Def;
157 CandidateInfo(MachineInstr *mi, unsigned def, int fi)
158 : MI(mi), Def(def), FI(fi) {}
168 void HoistPostRA(MachineInstr *MI, unsigned Def);
171 /// gather register def and frame object update information.
198 /// HasHighOperandLatency - Compute operand latency between a def of 'Reg'
406 /// gather register def and frame object update information.
414 unsigned Def = 0;
455 // Non-dead implicit def? This cannot be hoisted
    [all...]
SplitKit.cpp 106 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
131 UseSlots.push_back((*I)->def);
133 // Get use slots form the use-def chain.
214 // When not live in, the first use should be a def.
216 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
217 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
247 // A Segment that starts in the middle of the block must be a def.
248 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
390 // Keep it as a simple def without any liveness
    [all...]
RegisterCoalescer.cpp 177 /// physical register and the existing subregister number of the def / use
445 if (BValNo->def != CopyIdx) return false;
456 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
463 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
485 BValNo->def = FillerStart;
582 if (!BValNo || BValNo->def != CopyIdx)
590 MachineInstr *DefMI = LIS->getInstructionFromIndex(AValNo->def);
614 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill())
631 // If this use is tied to a def, we can't rewrite the register.
636 DEBUG(dbgs() << "\tremoveCopyByCommutingDef: " << AValNo->def << '\t
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 623 Record *Def = DI->getDef();
624 if (Def->isSubClassOf("Register")) {
626 CGP.getTargetInfo().getRegBank().getReg(Def);
632 if (Def->getName() == "zero_reg") {
640 if (Def->isSubClassOf("RegisterOperand"))
641 Def = Def->getValueAsDef("RegClass");
642 if (Def->isSubClassOf("RegisterClass")) {
643 std::string Value = getQualifiedName(Def) + "RegClassID";
650 if (Def->isSubClassOf("SubRegIndex"))
    [all...]
CodeGenRegisters.cpp 548 // A RegisterTuples def is used to generate pseudo-registers from lists of
553 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) override {
554 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices");
556 ListInit *SubRegs = Def->getValueAsListInit("SubRegs");
558 PrintFatalError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
560 PrintFatalError(Def->getLoc(),
567 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc());
575 Record *RegisterCl = Def->getRecords().getClass("Register");
597 Record *NewReg = new Record(Name, Def->getLoc(), Def->getRecords())
    [all...]
FixedLenDecoderEmitter.cpp 169 static BitsInit &getBitsField(const Record &def, const char *str) {
170 BitsInit *bits = def.getValueAsBitsInit(str);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 102 virtual void computeOperandLatency(SDNode *Def, SDNode *Use,
ScheduleDAGSDNodes.cpp 108 /// CheckForPhysRegDependency - Check if the dependency between def and use of
111 static void CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op,
123 if (Def->isMachineOpcode()) {
124 const MCInstrDesc &II = TII->get(Def->getMachineOpcode());
129 TRI->getMinimalPhysRegClass(Reg, Def->getValueType(ResNo));
625 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use,
638 int Latency = TII->getOperandLatency(InstrItins, Def, DefIdx, Use, OpIdx);
644 // latency so not to penalize the def.
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 337 /// pushIVUsers - Add all uses of Def to the current IV's worklist.
340 Instruction *Def,
344 for (User *U : Def->users()) {
349 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
351 if (UI != Def && Simplified.insert(UI))
352 SimpleIVUsers.push_back(std::make_pair(UI, Def));
396 // Use-def pairs if IV users waiting to be processed for CurrIV.
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigmacros.swg 16 %define_as(Def, Val) Define 'Def' as 'Val', expanding Def and Val first
101 %define %define_as(Def, Val...)%#define Def Val %enddef
  /external/clang/include/clang/Lex/
MacroInfo.h 437 if (const DefInfo Def = getDefinition())
438 return !Def.isUndefined();
PreprocessingRecord.h 177 if (MacroDefinition *Def = getDefinition())
178 return Def->getName();
363 void RegisterMacroDefinition(MacroInfo *Macro, MacroDefinition *Def);
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 157 ASSERT_NONTRIVIAL_IMPL(Def ## Class, Bases, Def ## Class() = default; Body) \
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 29 Def,
67 return InstTypePair(dep.getInst(), Def);
91 = {"Clobber", "Def", "NonFuncLocal", "Unknown"};
  /external/clang/lib/Lex/
Preprocessor.cpp 312 Def = I->second->findDirectiveAtLoc(Loc, SourceMgr);
313 if (!Def)
315 if (!MacroDefinitionEquals(Def.getMacroInfo(), Tokens))
317 SourceLocation Location = Def.getLocation();
  /external/clang/lib/AST/
DeclObjC.cpp 73 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
74 if (Def->isHidden() && !AllowHidden)
158 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
159 if (Def->isHidden())
188 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
189 if (Def->isHidden())
    [all...]
DeclBase.cpp 900 if (ObjCInterfaceDecl *Def = cast<ObjCInterfaceDecl>(this)->getDefinition())
901 return Def;
906 if (ObjCProtocolDecl *Def = cast<ObjCProtocolDecl>(this)->getDefinition())
907 return Def;
924 if (TagDecl *Def = Tag->getDefinition())
925 return Def;
    [all...]
Type.cpp 240 #include "clang/AST/TypeNodes.def"
261 #include "clang/AST/TypeNodes.def"
289 #include "clang/AST/TypeNodes.def"
328 #include "clang/AST/TypeNodes.def"
361 #include "clang/AST/TypeNodes.def"
902 bool Type::isIncompleteType(NamedDecl **Def) const {
903 if (Def)
904 *Def = nullptr;
914 if (Def)
915 *Def = EnumD
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 879 [&HSOpts](const std::pair<std::string, bool> &def) {
880 StringRef MacroDef = def.first;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 702 EnumDecl *Def = D->getDefinition();
703 if (Def && Def != D) {
707 if (TypeSourceInfo *TI = Def->getIntegerTypeSourceInfo()) {
712 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(),
724 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) {
726 InstantiateEnumDefinition(Enum, Def);
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 109 (* definition ::= 'def' prototype expression *)
111 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 109 (* definition ::= 'def' prototype expression *)
111 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 109 (* definition ::= 'def' prototype expression *)
111 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/freetype/src/truetype/
ttinterp.h 105 TT_DefRecord *Def; /* either FDEF or IDEF */

Completed in 961 milliseconds

1 23 4 5