HomeSort by relevance Sort by last modified time
    Searched refs:isArtificial (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 145 bool isArtificial() const {
146 if (Var->isArtificial())
148 if (getType()->isArtificial())
DwarfUnit.cpp     [all...]
DwarfCompileUnit.cpp 798 if (Var.isArtificial())
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 214 /// isArtificial - Test if this is an Order dependence that is marked
216 bool isArtificial() const {
656 return getSDep().isArtificial();
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 347 if (I->isArtificial())
367 if (I->isArtificial())
MachineScheduler.cpp 530 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 360 if (!I->isArtificial())
368 if (I->isArtificial())
405 if (I->isArtificial())
ScheduleDAGRRList.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 554 bool IsArtificial,
559 mIsArtificial(IsArtificial),
578 inline bool isArtificial() const { return mIsArtificial; }
slang.cpp 475 if (ERT->isArtificial())
slang_rs_reflection.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 572 bool isArtificial() const { return getFlags() & FlagArtificial; }
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 478 if (Ty->isArtificial())
    [all...]

Completed in 1259 milliseconds