| /third_party/rust/rust/tests/run-make/symbols-include-type-name/ |
| D | lib.rs | 1 pub struct Def { struct 5 impl Def { impl 6 pub fn new(id: i32) -> Def { in new()
|
| /third_party/rust/rust/compiler/rustc_transmute/src/maybe_transmutable/ |
| D | query_context.rs | 5 type Def: layout::Def; typedef 10 fn is_accessible_from(&self, def: Self::Def, scope: Self::Scope) -> bool; in is_accessible_from() 22 pub(crate) enum Def { enum 27 impl crate::layout::Def for Def {} implementation 30 type Def = Def; typedef 34 fn is_accessible_from(&self, def: Def, scope: ()) -> bool { in is_accessible_from() 50 type Def = layout::rustc::Def<'tcx>; typedef 56 fn is_accessible_from(&self, def: Self::Def, scope: Self::Scope) -> bool { in is_accessible_from()
|
| /third_party/rust/rust/compiler/rustc_transmute/src/layout/ |
| D | mod.rs | 32 pub(crate) trait Def: Debug + Hash + Eq + PartialEq + Copy + Clone {} interface 39 impl Def for ! {} impl 79 pub enum Def<'tcx> { enum 86 impl<'tcx> super::Def for Def<'tcx> {} implementation
|
| /third_party/rust/rust/tests/ui/associated-consts/ |
| D | associated-const-type-parameter-arrays.rs | 10 struct Def; struct 11 impl Foo for Def { implementation
|
| D | associated-const-type-parameter-arrays-2.rs | 10 struct Def; struct 11 impl Foo for Def { implementation
|
| D | associated-const-type-parameter-arms.rs | 13 struct Def; struct 14 impl Foo for Def { implementation
|
| D | associated-const-type-parameters.rs | 15 struct Def; struct 16 impl Foo for Def { implementation
|
| /third_party/rust/rust/tests/ui/pattern/ |
| D | issue-68393-let-pat-assoc-constant.rs | 15 struct Def; struct 16 impl Foo for Def { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | DetectDeadLanes.cpp | 252 const MachineOperand &Def = MI.getOperand(0); in transferUsedLanes() local 287 const MachineOperand &Def = *MI.defs().begin(); in transferDefinedLanesStep() local 310 LaneBitmask DetectDeadLanes::transferDefinedLanes(const MachineOperand &Def, in transferDefinedLanes() 358 const MachineOperand &Def = *MRI->def_begin(Reg); in determineInitialDefinedLanes() local 430 const MachineOperand &Def = *UseMI.defs().begin(); in determineInitialUsedLanes() local 472 const MachineOperand &Def = MI.getOperand(0); in isUndefInput() local 514 MachineOperand &Def = *MRI->def_begin(Reg); in runOnce() local
|
| D | ReachingDefAnalysis.cpp | 181 for (int Def : MBBReachingDefs[MBBNumber][*Unit]) { in getReachingDef() local 227 void ReachingDefAnalysis::getReachingLocalUses(MachineInstr *Def, int PhysReg, in getReachingLocalUses() 248 unsigned ReachingDefAnalysis::getNumUses(MachineInstr *Def, int PhysReg) { in getNumUses() 281 int Def = getReachingDef(MI, PhysReg); in isReachingDefLiveOut() local 301 int Def = getReachingDef(Last, PhysReg); in getLocalLiveOutMIDef() local
|
| D | MachineCopyPropagation.cpp | 155 Register Def = MI->getOperand(0).getReg(); in trackCopy() local 334 unsigned Def, const TargetRegisterInfo *TRI) { in isNopCopy() 351 unsigned Def) { in eraseIfRedundant() 387 Register Def = Copy.getOperand(0).getReg(); in isBackwardPropagatableRegClassCopy() local 564 Register Def = MI->getOperand(0).getReg(); in ForwardCopyPropagateBlock() local 736 Register Def = MI.getOperand(0).getReg(); in isBackwardPropagatableCopy() local 775 Register Def = Copy->getOperand(0).getReg(); in propagateDefs() local 816 Register Def = MI->getOperand(0).getReg(); in BackwardCopyPropagateBlock() local
|
| /third_party/rust/rust/compiler/rustc_transmute/src/layout/tree/ |
| D | tests.rs | 4 pub enum Def { enum 9 impl super::Def for Def {} implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64AdvSIMDScalarPass.cpp | 209 MachineRegisterInfo::def_instr_iterator Def = in isProfitableToTransform() local 222 MachineRegisterInfo::def_instr_iterator Def = in isProfitableToTransform() local 302 MachineRegisterInfo::def_instr_iterator Def = in transformInstruction() local 321 MachineRegisterInfo::def_instr_iterator Def = in transformInstruction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyRegStackify.cpp | 261 static bool shouldRematerialize(const MachineInstr &Def, AliasAnalysis &AA, in shouldRematerialize() 273 if (MachineInstr *Def = MRI.getUniqueVRegDef(Reg)) in getVRegDef() local 287 static bool hasOneUse(unsigned Reg, MachineInstr *Def, MachineRegisterInfo &MRI, in hasOneUse() 316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove() 484 MachineInstr *Def, MachineBasicBlock &MBB, in moveForSingleUse() 529 unsigned Reg, MachineOperand &Op, MachineInstr &Def, MachineBasicBlock &MBB, in rematerializeCheapDef() 597 unsigned Reg, MachineOperand &Op, MachineInstr *Def, MachineBasicBlock &MBB, in moveAndTeeForMultiUse() 818 MachineInstr *Def = getVRegDef(Reg, Insert, MRI, LIS); in runOnMachineFunction() local
|
| D | WebAssemblyLowerBrUnless.cpp | 77 MachineInstr *Def = MRI.getVRegDef(Cond); in runOnMachineFunction() local
|
| D | WebAssemblyPrepareForLiveIntervals.cpp | 66 for (const auto &Def : MRI.def_instructions(Reg)) in hasArgumentDef() local
|
| /third_party/rust/rust/compiler/rustc_borrowck/src/ |
| D | def_use.rs | 9 Def, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUGlobalISelUtils.cpp | 18 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); in getBaseWithConstantOffset() local
|
| D | SILowerControlFlow.cpp | 365 if (MachineInstr *Def = MRI->getUniqueVRegDef(MI.getOperand(1).getReg())) { in emitIfBreak() local 423 MachineInstr *Def = MRI.getUniqueVRegDef(CFMask); in emitEndCf() local 452 MachineInstr *Def = MRI->getUniqueVRegDef(Op.getReg()); in findMaskOperands() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
| D | WindowsManifestMerger.cpp | 127 for (xmlNsPtr Def = Node->nsDef; Def; Def = Def->next) { in search() local 155 if (xmlNsPtr Def = search(HRef, Node)) in searchOrDefine() local 157 if (xmlNsPtr Def = xmlNewNs(Node, HRef, getPrefixForHref(HRef))) in searchOrDefine() local 182 for (xmlNsPtr Def = Node->nsDef; Def; Def = Def->next) { in getNamespaceWithPrefix() local 345 for (xmlNsPtr Def = AdditionalNode->nsDef; Def; Def = Def->next) { in mergeNamespaces() local 601 for (xmlNsPtr Def = Node->nsDef; Def; Def = Def->next) { in checkAndStripPrefixes() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Dominators.cpp | 116 bool DominatorTree::dominates(const Instruction *Def, in dominates() 153 bool DominatorTree::dominates(const Instruction *Def, in dominates() 249 bool DominatorTree::dominates(const Instruction *Def, const Use &U) const { in dominates() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| D | Instruction.cpp | 196 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending() 213 [](const WriteState &Def) { return !Def.getDependentWrite(); })) in updateDispatched()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | JSONBackend.cpp | 79 if (auto *Def = dyn_cast<DefInit>(&I)) { in translateInit() local 142 auto &Def = *D.second; in run() local
|
| /third_party/lzma/CPP/Common/ |
| D | MyTypes.h | 15 bool Def; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | A15SDOptimizer.cpp | 201 MachineInstr *Def = Op->getParent(); in eraseInstrWithNoUses() local 303 MachineInstr *Def = MRI->getVRegDef(OpReg); in optimizeSDPattern() local 346 MachineInstr *Def = MRI->getVRegDef(MI->getOperand(1).getReg()); in elideCopies() local 606 MachineInstr *Def = MRI->getVRegDef(*I); in runOnInstruction() local
|