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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Spiller.cpp 108 bool hasDef = false;
114 hasDef |= mi->getOperand(i).isDef();
134 assert(hasUse || hasDef);
152 if (hasDef) {
InlineSpiller.cpp 122 bool hasDef() const { return DefByOrigPHI || DefMI; }
354 if (!SVI->second.hasDef())
375 assert(SV.hasDef() && "Propagating undefined value");
393 if (!DepSV.hasDef()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 46 bool HasDef;
53 bool hasDef() const { return HasDef; }
57 return (HasDef ? 1 : 0) + Pos;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 59 hasDef *sparseSet // has a write of the variable we're processing
165 s.hasDef = newSparseSet(s.f.NumBlocks())
193 hasDef := s.hasDef
194 hasDef.clear()
199 hasDef.add(b.ID)
250 if !hasDef.contains(c.ID) {
254 hasDef.add(c.ID)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 59 hasDef *sparseSet // has a write of the variable we're processing
165 s.hasDef = newSparseSet(s.f.NumBlocks())
193 hasDef := s.hasDef
194 hasDef.clear()
199 hasDef.add(b.ID)
250 if !hasDef.contains(c.ID) {
254 hasDef.add(c.ID)
  /external/llvm/lib/CodeGen/
StackMaps.cpp 39 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
295 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
360 opers.isAnyReg() && opers.hasDef());
367 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i)
MachineVerifier.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]

Completed in 1827 milliseconds