HomeSort by relevance Sort by last modified time
    Searched defs:isDef (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 155 bool isDef() const { return Value.is<Def>(); }
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 82 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
85 /// IsDef - True if this is a def, false if this is a use of the register.
87 bool IsDef : 1;
279 return !IsDef;
282 bool isDef() const {
284 return IsDef;
376 assert(isReg() && !IsDef && "Wrong MachineOperand accessor");
382 assert(isReg() && IsDef && "Wrong MachineOperand accessor");
397 assert(isReg() && IsDef && "Wrong MachineOperand accessor");
402 assert(isReg() && !IsDef && "Wrong MachineOperand accessor")
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 130 /// isDef - Return true if this MemDepResult represents a query that is
132 bool isDef() const { return Value.getInt() == Def; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 146 bool isDef() const { return Value.is<Def>(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 67 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
70 /// IsDef - True if this is a def, false if this is a use of the register.
72 bool IsDef : 1;
233 return !IsDef;
236 bool isDef() const {
238 return IsDef;
316 IsDef = !Val;
322 IsDef = Val;
331 assert(isReg() && !IsDef && "Wrong MachineOperand accessor");
337 assert(isReg() && IsDef && "Wrong MachineOperand accessor")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 87 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
90 /// IsDef - True if this is a def, false if this is a use of the register.
92 bool IsDef : 1;
290 return !IsDef;
293 bool isDef() const {
295 return IsDef;
387 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
393 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
408 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
413 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 86 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
89 /// IsDef - True if this is a def, false if this is a use of the register.
91 bool IsDef : 1;
289 return !IsDef;
292 bool isDef() const {
294 return IsDef;
386 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
392 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
407 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
412 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 86 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
89 /// IsDef - True if this is a def, false if this is a use of the register.
91 bool IsDef : 1;
289 return !IsDef;
292 bool isDef() const {
294 return IsDef;
386 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
392 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
407 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
412 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 88 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
91 /// IsDef - True if this is a def, false if this is a use of the register.
93 bool IsDef : 1;
291 return !IsDef;
294 bool isDef() const {
296 return IsDef;
388 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
394 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
409 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
414 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 88 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
91 /// IsDef - True if this is a def, false if this is a use of the register.
93 bool IsDef : 1;
291 return !IsDef;
294 bool isDef() const {
296 return IsDef;
388 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
394 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
409 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
414 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 88 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
91 /// IsDef - True if this is a def, false if this is a use of the register.
93 bool IsDef : 1;
291 return !IsDef;
294 bool isDef() const {
296 return IsDef;
388 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
394 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
409 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
414 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 88 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
91 /// IsDef - True if this is a def, false if this is a use of the register.
93 bool IsDef : 1;
291 return !IsDef;
294 bool isDef() const {
296 return IsDef;
388 assert(isReg() && !IsDef && "Wrong MachineOperand mutator");
394 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
409 assert(isReg() && IsDef && "Wrong MachineOperand mutator");
414 assert(isReg() && !IsDef && "Wrong MachineOperand mutator")
    [all...]

Completed in 364 milliseconds

1 2