Home
last modified time | relevance | path

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

12345

/third_party/rust/rust/tests/run-make/symbols-include-type-name/
Dlib.rs1 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/
Dquery_context.rs5 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/
Dmod.rs32 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/
Dassociated-const-type-parameter-arrays.rs10 struct Def; struct
11 impl Foo for Def { implementation
Dassociated-const-type-parameter-arrays-2.rs10 struct Def; struct
11 impl Foo for Def { implementation
Dassociated-const-type-parameter-arms.rs13 struct Def; struct
14 impl Foo for Def { implementation
Dassociated-const-type-parameters.rs15 struct Def; struct
16 impl Foo for Def { implementation
/third_party/rust/rust/tests/ui/pattern/
Dissue-68393-let-pat-assoc-constant.rs15 struct Def; struct
16 impl Foo for Def { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp252 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
DReachingDefAnalysis.cpp181 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
DMachineCopyPropagation.cpp155 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/
Dtests.rs4 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/
DAArch64AdvSIMDScalarPass.cpp209 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/
DWebAssemblyRegStackify.cpp261 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
DWebAssemblyLowerBrUnless.cpp77 MachineInstr *Def = MRI.getVRegDef(Cond); in runOnMachineFunction() local
DWebAssemblyPrepareForLiveIntervals.cpp66 for (const auto &Def : MRI.def_instructions(Reg)) in hasArgumentDef() local
/third_party/rust/rust/compiler/rustc_borrowck/src/
Ddef_use.rs9 Def, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUGlobalISelUtils.cpp18 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); in getBaseWithConstantOffset() local
DSILowerControlFlow.cpp365 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/
DWindowsManifestMerger.cpp127 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/
DDominators.cpp116 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/
DInstruction.cpp196 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/
DJSONBackend.cpp79 if (auto *Def = dyn_cast<DefInit>(&I)) { in translateInit() local
142 auto &Def = *D.second; in run() local
/third_party/lzma/CPP/Common/
DMyTypes.h15 bool Def; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp201 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

12345