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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 149 bool isArtificial() const {
150 if (Var->isArtificial())
152 if (getType()->isArtificial())
DwarfUnit.cpp 879 if (Ty->isArtificial())
    [all...]
DwarfCompileUnit.cpp 804 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 533 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 359 if (!I->isArtificial())
367 if (I->isArtificial())
404 if (I->isArtificial())
ScheduleDAGRRList.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 588 bool IsArtificial,
593 mIsArtificial(IsArtificial),
612 inline bool isArtificial() const { return mIsArtificial; }
slang.cpp 494 if (ERT->isArtificial())
slang_rs_reflection.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 571 bool isArtificial() const { return getFlags() & FlagArtificial; }
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 497 if (Ty->isArtificial())
    [all...]
Verifier.cpp     [all...]

Completed in 208 milliseconds