Home
last modified time | relevance | path

Searched defs:Def (Results 1 – 25 of 95) sorted by relevance

1234

/external/clang/lib/Serialization/
DASTCommon.cpp105 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition()) in getDefinitiveDeclContext() local
133 if (const ObjCProtocolDecl *Def in getDefinitiveDeclContext() local
/external/llvm/lib/Target/AArch64/
DAArch64AdvSIMDScalarPass.cpp206 MachineRegisterInfo::def_instr_iterator Def = in isProfitableToTransform() local
219 MachineRegisterInfo::def_instr_iterator Def = in isProfitableToTransform() local
299 MachineRegisterInfo::def_instr_iterator Def = in transformInstruction() local
312 MachineRegisterInfo::def_instr_iterator Def = in transformInstruction() local
DAArch64CollectLOH.cpp488 static bool canDefBePartOfLOH(const MachineInstr *Def) { in canDefBePartOfLOH()
563 const MachineInstr *Def = DefsIt.first; in reachedUsesToDefs() local
689 const MachineInstr *Def = *UseToDefs.find(Instr)->second.begin(); in isCandidate() local
735 const MachineInstr &Def = **It->second.begin(); in registerADRCandidate() local
819 const MachineInstr *Def = *UseToDefs.find(Candidate)->second.begin(); in computeOthers() local
/external/llvm/lib/IR/
DDominators.cpp81 bool DominatorTree::dominates(const Instruction *Def, in dominates()
118 bool DominatorTree::dominates(const Instruction *Def, in dominates()
218 bool DominatorTree::dominates(const Instruction *Def, const Use &U) const { in dominates() argument
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp209 MachineInstr *Def = Op->getParent(); in eraseInstrWithNoUses() local
314 MachineInstr *Def = MRI->getVRegDef(OpReg); in optimizeSDPattern() local
357 MachineInstr *Def = MRI->getVRegDef(MI->getOperand(1).getReg()); in elideCopies() local
631 MachineInstr *Def = MRI->getVRegDef(*I); in runOnInstruction() local
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp114 static bool isNopCopy(MachineInstr *CopyMI, unsigned Def, unsigned Src, in isNopCopy()
151 unsigned Def = MI->getOperand(0).getReg(); in CopyPropagateBlock() local
DSplitKit.cpp382 SlotIndex Def = OldVNI->def; in defValue() local
389 SlotIndex Def = VNI->def; in defValue() local
409 SlotIndex Def = VNI->def; in forceRecompute() local
422 SlotIndex Def; in defFromParent() local
626 SlotIndex Def = Copies[i]->def; in removeBackCopies() local
DLiveVariables.cpp199 MachineInstr *Def = PhysRegDef[SubReg]; in FindLastPartialDef() local
292 MachineInstr *Def = PhysRegDef[SubReg]; in FindLastRefOrPartRef() local
341 MachineInstr *Def = PhysRegDef[SubReg]; in HandlePhysRegKill() local
730 const MachineInstr *Def = MRI.getVRegDef(Reg); in isLiveIn() local
DMachineLICM.cpp159 unsigned Def; member
429 unsigned Def = 0; in ProcessMI() local
580 unsigned Def = Candidates[i].Def; in HoistRegionPostRA() local
627 void MachineLICM::HoistPostRA(MachineInstr *MI, unsigned Def) { in HoistPostRA()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp321 MacroDefinition *Def) { in RegisterMacroDefinition()
377 else if (MacroDefinition *Def = findMacroDefinition(MI)) in addMacroExpansion() local
421 MacroDefinition *Def in MacroDefined() local
DMacroInfo.cpp198 for (DefInfo Def = getDefinition(); Def; Def = Def.getPreviousDefinition()) { in findDirectiveAtLoc() local
/external/llvm/lib/Target/R600/
DSIFixSGPRLiveRanges.cpp121 unsigned Def = MO.getReg(); in runOnMachineFunction() local
DSITypeRewriter.cpp121 InsertElementInst *Def = cast<InsertElementInst>(Arg); in visitCallInst() local
DSIShrinkInstructions.cpp154 MachineInstr *Def = MRI.getUniqueVRegDef(Reg); in foldImmediates() local
DSIFixSGPRCopies.cpp169 MachineInstr *Def = MRI.getVRegDef(Reg); in inferRegClassFromDef() local
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc58 TEST(Abc, Def) { in TEST() argument
/external/google-breakpad/src/testing/gtest/test/
Dgtest_list_tests_unittest_.cc58 TEST(Abc, Def) { in TEST() argument
/external/llvm/utils/TableGen/
DCodeGenSchedule.h324 CodeGenSchedRW &getSchedRW(Record *Def) { in getSchedRW()
330 const CodeGenSchedRW &getSchedRW(Record*Def) const { in getSchedRW()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp29 Def, enumerator

1234