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 109 bool isArtificial() const {
110 if (Var.isArtificial())
112 if (getType().isArtificial())
DwarfUnit.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 325 bool isArtificial() const { return (getFlags() & FlagArtificial) != 0; }
479 unsigned isArtificial() const {
670 /// isArtificial - Return true if this variable is marked as "artificial".
671 bool isArtificial() const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 208 /// isArtificial - Test if this is an Order dependence that is marked
210 bool isArtificial() const {
656 return getSDep().isArtificial();
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 348 if (I->isArtificial())
368 if (I->isArtificial())
MachineScheduler.cpp 511 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());
    [all...]
  /frameworks/compile/slang/
slang_rs.cpp 113 if (ERT->isArtificial())
slang_rs_export_type.h 554 bool IsArtificial,
559 mIsArtificial(IsArtificial),
578 inline bool isArtificial() const { return mIsArtificial; }
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 360 if (!I->isArtificial())
368 if (I->isArtificial())
405 if (I->isArtificial())
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
DIBuilder.cpp     [all...]

Completed in 117 milliseconds