HomeSort by relevance Sort by last modified time
    Searched refs:Def (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/clang/test/Modules/Inputs/
def.h 1 #include "def-include.h"
11 @interface Def
  /external/clang/lib/Lex/
MacroInfo.cpp 156 for (DefInfo Def = getDefinition(); Def; Def = Def.getPreviousDefinition()) {
157 if (Def.getLocation().isInvalid() || // For macros defined on the command line.
158 SM.isBeforeInTranslationUnit(Def.getLocation(), L))
159 return (!Def.isUndefined() ||
160 SM.isBeforeInTranslationUnit(L, Def.getUndefLocation()))
161 ? Def : DefInfo();
  /external/llvm/lib/IR/
Dominators.cpp 96 // dominates - Return true if Def dominates a use in User. This performs
97 // the special checks necessary if Def and User are in the same basic block.
98 // Note that Def doesn't dominate a use in Def itself!
99 bool DominatorTree::dominates(const Instruction *Def,
102 const BasicBlock *DefBB = Def->getParent();
104 // Any unreachable use is dominated, even if Def == User.
113 if (Def == User)
120 if (isa<InvokeInst>(Def) || isa<PHINode>(User))
121 return dominates(Def, UseBB)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 9 | Def | Extern
toplevel.ml 18 | Token.Def ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 9 | Def | Extern
toplevel.ml 20 | Token.Def ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 9 | Def | Extern
  /external/chromium/testing/gtest/test/
gtest_list_tests_unittest_.cc 58 TEST(Abc, Def) {
  /external/chromium_org/testing/gtest/test/
gtest_list_tests_unittest_.cc 58 TEST(Abc, Def) {
  /external/gtest/test/
gtest_list_tests_unittest_.cc 58 TEST(Abc, Def) {
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 113 static bool isNopCopy(MachineInstr *CopyMI, unsigned Def, unsigned Src,
116 if (Def == SrcSrc)
118 if (TRI->isSubRegister(SrcSrc, Def)) {
120 unsigned SubIdx = TRI->getSubRegIndex(SrcSrc, Def);
141 DenseMap<unsigned, MachineInstr*> AvailCopyMap; // Def -> available copies map
142 DenseMap<unsigned, MachineInstr*> CopyMap; // Def -> copies map
143 SourceMap SrcMap; // Src -> Def map
151 unsigned Def = MI->getOperand(0).getReg();
154 if (TargetRegisterInfo::isVirtualRegister(Def) ||
162 if (!MRI->isReserved(Def) &
    [all...]
LiveInterval.cpp 52 VNInfo *LiveInterval::createDeadDef(SlotIndex Def,
54 assert(!Def.isDead() && "Cannot define a value at the dead slot");
55 iterator I = find(Def);
57 VNInfo *VNI = getNextValue(Def, VNInfoAllocator);
58 ranges.push_back(LiveRange(Def, Def.getDeadSlot(), VNI));
61 if (SlotIndex::isSameInstr(Def, I->start)) {
62 assert(I->valno->def == I->start && "Inconsistent existing value def");
69 Def = std::min(Def, I->start)
    [all...]
ExecutionDepsFix.cpp 119 int Def;
351 LiveRegs[rx].Def = -(1 << 20);
364 LiveRegs[rx].Def = -1;
381 // Use the most recent predecessor def for each register.
382 LiveRegs[rx].Def = std::max(LiveRegs[rx].Def, fi->second[rx].Def);
422 LiveRegs[i].Def -= CurInstr;
451 // Update def-ages for registers defined by MI.
475 unsigned Clearance = CurInstr - LiveRegs[rx].Def;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 61 CodeGenSchedRW(unsigned Idx, Record *Def)
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
63 Name = Def->getName();
64 IsRead = Def->isSubClassOf("SchedRead");
65 HasVariants = Def->isSubClassOf("SchedVariant");
67 IsVariadic = Def->getValueAsBit("Variadic");
72 IsSequence = Def->isSubClassOf("WriteSequence");
83 assert((!HasVariants || TheDef) && "Variant write needs record def");
302 CodeGenSchedRW &getSchedRW(Record *Def) {
303 bool IsRead = Def->isSubClassOf("SchedRead")
    [all...]
  /external/protobuf/gtest/test/
gtest_list_tests_unittest_.cc 58 TEST(Abc, Def) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 9 | Def | Extern
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 9 | Def | Extern
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 9 | Def | Extern
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 12 def checkequal(self, result, object, methodname, *args):
19 def checkraises(self, exc, object, methodname, *args):
27 def checkcall(self, object, methodname, *args):
30 def test_join(self):
55 def f():
69 def test_attrs(self):
80 def test_atoi(self):
85 def test_atol(self):
90 def test_atof(self):
95 def test_maketrans(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 12 def checkequal(self, result, object, methodname, *args):
19 def checkraises(self, exc, object, methodname, *args):
27 def checkcall(self, object, methodname, *args):
30 def test_join(self):
55 def f():
69 def test_attrs(self):
80 def test_atoi(self):
85 def test_atol(self):
90 def test_atof(self):
95 def test_maketrans(self)
    [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 210 MachineInstr *Def = Op->getParent();
214 if (DeadInstr.find(Def) != DeadInstr.end())
221 for (unsigned int j = 0; j < Def->getNumOperands(); ++j) {
222 MachineOperand &MODef = Def->getOperand(j);
234 if (&*II == Def)
245 DEBUG(dbgs() << "Deleting instruction " << *Def << "\n");
246 DeadInstr.insert(Def);
315 MachineInstr *Def = MRI->getVRegDef(OpReg);
316 if (!Def)
318 if (Def->isImplicitDef()
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 40 : Def(false), Use(false), IndirectDef(false), IndirectUse(false) {}
43 Def |= Other.Def;
50 operator bool() const { return Def || Use; }
54 bool Def;
152 Ref.Def = true;
348 (!CCRefs.Def && adjustCCMasksForInstr(MI, Compare, CCUsers))) {
354 if (SrcRefs.Def)
357 if (CCRefs.Use && CCRefs.Def)
451 if (CCRefs.Def) {
    [all...]
  /external/valgrind/main/memcheck/tests/
origin1-yes.stderr.exp 57 Def 1 of 3
59 Def 2 of 3
61 Def 3 of 3
  /external/clang/lib/Serialization/
ASTCommon.cpp 103 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition())
104 return Def;
131 if (const ObjCProtocolDecl *Def
133 return Def;

Completed in 504 milliseconds

1 2 3 4 5