HomeSort by relevance Sort by last modified time
    Searched full:isartificial (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 76 /// isArtificial - True if this is an artificial dependency, meaning
79 bool isArtificial : 1;
97 bool isArtificial = false)
107 assert(!isArtificial && "isArtificial only applies with SDep::Order!");
114 Contents.Order.isArtificial = isArtificial;
130 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
187 /// isArtificial - Test if this is an Order dependence that is marke
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 352 if (!I->isArtificial())
360 if (I->isArtificial())
397 if (I->isArtificial())
596 /*isMustAlias=*/false, /*isArtificial=*/true));
605 /*isMustAlias=*/false, /*isArtificial=*/true));
ScheduleDAGRRList.cpp 940 if (!I->isArtificial())
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 399 func isartificial(n *Node) bool { func
446 if isartificial(n) {
453 if isartificial(b) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
racewalk.go 399 func isartificial(n *Node) bool { func
446 if isartificial(n) {
453 if isartificial(b) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 284 bool isArtificial() const {
498 unsigned isArtificial() const {
641 /// isArtificial - Return true if this variable is marked as "artificial".
642 bool isArtificial() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 156 /// isArtificial - Return true if DbgVariable is artificial.
157 bool isArtificial() const {
158 if (Var.isArtificial())
161 && getType().isArtificial())
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 151 bool isArtificial() const {
152 if (Var->isArtificial())
154 if (getType()->isArtificial())
  /frameworks/compile/slang/
slang_rs_export_type.h 647 bool IsArtificial,
652 mIsArtificial(IsArtificial),
671 inline bool isArtificial() const { return mIsArtificial; }
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 197 /// isArtificial - Test if this is an Order dependence that is marked
199 bool isArtificial() const {
674 return getSDep().isArtificial();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 359 if (!I->isArtificial())
367 if (I->isArtificial())
404 if (I->isArtificial())
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 347 if (I->isArtificial())
367 if (I->isArtificial())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 318 if (I->isArtificial())
339 if (I->isArtificial())
ScheduleDAGInstrs.cpp 377 /*isArtificial=*/true));
518 /*isArtificial=*/true));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
655 return getSDep().isArtificial();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
655 return getSDep().isArtificial();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
655 return getSDep().isArtificial();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
661 return getSDep().isArtificial();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
661 return getSDep().isArtificial();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
661 return getSDep().isArtificial();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
661 return getSDep().isArtificial();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
655 return getSDep().isArtificial();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
655 return getSDep().isArtificial();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
655 return getSDep().isArtificial();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 201 bool isArtificial() const {
661 return getSDep().isArtificial();

Completed in 2729 milliseconds

1 2 3