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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 519 assert(MBP.ConditionDef->getParent() == &MBB && "Should be in basic block");
521 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I)
591 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 480 /// Reg <def>= LHS `Predicate` RHS == ConditionDef
495 MachineInstr *ConditionDef;
497 /// SingleUseCondition is true if ConditionDef is dead except for the
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) {
    [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 466 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 577 /// Reg = LHS `Predicate` RHS == ConditionDef
592 MachineInstr *ConditionDef = nullptr;
594 /// SingleUseCondition is true if ConditionDef is dead except for the
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 690 milliseconds