Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h72 explicit BaseRecord(const llvm::Record *Def) : Def(Def) {} in BaseRecord()
102 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {} in Directive()
125 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause()
193 explicit VersionedClause(const llvm::Record *Def) : Def(Def) {} in VersionedClause()
208 explicit ClauseVal(const llvm::Record *Def) : BaseRecord(Def) {} in ClauseVal()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp169 int Def = Incoming[Unit]; in reprocessBasicBlock() local
254 for (int Def : RegUnitDefs) { in traverse() local
273 for (int Def : MBBReachingDefs[MBBNumber][*Unit]) { in getReachingDef() local
331 void ReachingDefAnalysis::getReachingLocalUses(MachineInstr *Def, in getReachingLocalUses()
403 if (auto *Def = getUniqueReachingMIDef(MI, PhysReg)) { in getGlobalReachingDefs() local
430 if (auto *Def = getLocalLiveOutMIDef(MBB, PhysReg)) in getLiveOuts() local
499 if (auto *Def = getLocalLiveOutMIDef(MBB, PhysReg)) in isRegDefinedAfter() local
514 int Def = getReachingDef(MI, PhysReg); in isReachingDefLiveOut() local
538 int Def = getReachingDef(&*Last, PhysReg); in getLocalLiveOutMIDef() local
652 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands()
[all …]
H A DDetectDeadLanes.cpp246 const MachineOperand &Def = MI.getOperand(0); in transferUsedLanes() local
281 const MachineOperand &Def = *MI.defs().begin(); in transferDefinedLanesStep() local
304 LaneBitmask DetectDeadLanes::transferDefinedLanes(const MachineOperand &Def, in transferDefinedLanes()
352 const MachineOperand &Def = *MRI->def_begin(Reg); in determineInitialDefinedLanes() local
424 const MachineOperand &Def = *UseMI.defs().begin(); in determineInitialUsedLanes() local
466 const MachineOperand &Def = MI.getOperand(0); in isUndefInput() local
508 MachineOperand &Def = *MRI->def_begin(Reg); in runOnce() local
H A DMachineCopyPropagation.cpp188 MCRegister Def = CopyOperands->Destination->getReg().asMCReg(); in trackCopy() local
384 MCRegister Def, const TargetRegisterInfo *TRI, in isNopCopy()
403 MCRegister Src, MCRegister Def) { in eraseIfRedundant()
446 Register Def = CopyOperands->Destination->getReg(); in isBackwardPropagatableRegClassCopy() local
547 const MachineInstr &MI, const MachineOperand &MODef, Register Def) { in hasOverlappingMultipleDef()
670 MCRegister Def = RegDef.asMCReg(); in ForwardCopyPropagateBlock() local
855 Register Def = CopyOperands->Destination->getReg(); in isBackwardPropagatableCopy() local
896 Register Def = CopyOperands->Destination->getReg(); in propagateDefs() local
939 MCRegister Def = DefReg.asMCReg(); in BackwardCopyPropagateBlock() local
997 Register Def = CopyOperands->Destination->getReg(); in BackwardCopyPropagateBlock() local
H A DPeepholeOptimizer.cpp369 const MachineInstr *Def = nullptr; member in __anon629c1d000111::ValueTracker
1132 RegSubRegPair Def, in getNewSource()
1243 RegSubRegPair Def, RewriteMapTy &RewriteMap) { in rewriteSource()
1297 RegSubRegPair Def; in optimizeUncoalescableCopy() local
1314 for (const RegSubRegPair &Def : RewritePairs) { in optimizeUncoalescableCopy() local
1678 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction() local
1690 Register Def = RegMI.first; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DExegesisEmitter.cpp103 void ExegesisEmitter::emitPfmCountersInfo(const Record &Def, in emitPfmCountersInfo()
154 llvm::any_of(PfmCounterDefs, [](const Record *Def) { in emitPfmCounters()
160 for (const Record *Def : PfmCounterDefs) { in emitPfmCounters() local
171 for (const Record *Def : PfmCounterDefs) in emitPfmCounters() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A 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
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp257 static bool shouldRematerialize(const MachineInstr &Def, in shouldRematerialize()
269 if (MachineInstr *Def = MRI.getUniqueVRegDef(Reg)) in getVRegDef() local
283 static bool hasOneUse(unsigned Reg, MachineInstr *Def, MachineRegisterInfo &MRI, in hasOneUse()
312 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove()
521 MachineInstr *Def, MachineBasicBlock &MBB, in moveForSingleUse()
566 unsigned Reg, MachineOperand &Op, MachineInstr &Def, MachineBasicBlock &MBB, in rematerializeCheapDef()
634 unsigned Reg, MachineOperand &Op, MachineInstr *Def, MachineBasicBlock &MBB, in moveAndTeeForMultiUse()
867 MachineOperand *Def = DefI->findRegisterDefOperand(Reg); in runOnMachineFunction() local
H A DWebAssemblyExplicitLocals.cpp189 MachineInstr *Def = MRI.getVRegDef(Reg); in findStartOfTree() local
304 for (auto &Def : MI.defs()) { in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp125 for (xmlNsPtr Def = Node->nsDef; Def; Def = Def->next) { in search() local
153 if (xmlNsPtr Def = search(HRef, Node)) in searchOrDefine() local
155 if (xmlNsPtr Def = xmlNewNs(Node, HRef, getPrefixForHref(HRef))) in searchOrDefine() local
180 for (xmlNsPtr Def = Node->nsDef; Def; Def = Def->next) { in getNamespaceWithPrefix() local
343 for (xmlNsPtr Def = AdditionalNode->nsDef; Def; Def = Def->next) { in mergeNamespaces() local
599 for (xmlNsPtr Def = Node->nsDef; Def; Def = Def->next) { in checkAndStripPrefixes() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp468 MachineInstr *Def = MRI->getVRegDef(UseReg); in getRegSeqInit() local
528 MachineInstr *Def = MRI->getVRegDef(UseReg); in tryToFoldACImm() local
736 MachineOperand *Def = Defs[I].first; in foldOperand() local
1010 MachineInstr *Def = MRI->getVRegDef(Op.getReg()); in getImmOrMaterializedImm() local
1371 MachineInstr *Def = MRI->getVRegDef(ClampSrc->getReg()); in tryFoldClamp() local
1524 MachineInstr *Def = MRI->getVRegDef(RegOp->getReg()); in tryFoldOMod() local
1563 for (auto &Def : Defs) { in tryFoldRegSequence() local
1603 MachineOperand *Def = Defs[I].first; in tryFoldRegSequence() local
1686 MachineOperand &Def = MI.getOperand(0); in tryFoldLoad() local
H A DAMDGPUGlobalISelUtils.cpp22 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); in getBaseWithConstantOffset() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp118 bool isReallyAClobber(const Value *Ptr, MemoryDef *Def, AAResults *AA) { in isReallyAClobber()
174 if (MemoryDef *Def = dyn_cast<MemoryDef>(MA)) { in isClobberedInFunction() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp301 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition()) in getDefinitiveDeclContext() local
329 if (const ObjCProtocolDecl *Def in getDefinitiveDeclContext() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDominators.cpp137 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() local
174 bool DominatorTree::dominates(const Instruction *Def, in dominates()
276 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp200 MachineInstr *Def = Op->getParent(); in eraseInstrWithNoUses() local
302 MachineInstr *Def = MRI->getVRegDef(OpReg); in optimizeSDPattern() local
345 MachineInstr *Def = MRI->getVRegDef(MI->getOperand(1).getReg()); in elideCopies() local
602 MachineInstr *Def = MRI->getVRegDef(I); in runOnInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DInstruction.cpp201 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending()
218 [](const WriteState &Def) { return !Def.getDependentWrite(); })) in updateDispatched()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DJSONBackend.cpp76 if (auto *Def = dyn_cast<DefInit>(&I)) { in translateInit() local
139 auto &Def = *D.second; in run() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DMacroExpander.cpp117 Definition Def; member in clang::format::MacroExpander::DefinitionParser
160 const Definition &Def = Definitions.find(ID->TokenText)->second; in expand() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp581 CVSymbol &CVR, DefRangeFramePointerRelFullScopeSym &Def) { in visitKnownRecord()
587 DefRangeFramePointerRelSym &Def) { in visitKnownRecord()
596 DefRangeRegisterRelSym &Def) { in visitKnownRecord()
624 DefRangeSubfieldRegisterSym &Def) { in visitKnownRecord()
636 DefRangeSubfieldSym &Def) { in visitKnownRecord()
644 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, DefRangeSym &Def) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp166 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo() local
178 auto Def = ComdatDefs[COFFSym.getSectionNumber()]; in getCOFFObjectFileSymbolInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp102 for (auto *Def : NewRecipe->definedValues()) { in VPInstructionsToVPRecipes() local
124 if (auto *Def = Op->getDefiningRecipe()) in sinkScalarOperands() local
189 if (auto *Def = Op->getDefiningRecipe()) in sinkScalarOperands() local
H A DVPlanValue.h65 VPDef *Def; variable
98 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {} in VPValue() argument
100 VPValue(Value *UV, VPDef *Def) : VPValue(VPValueSC, UV, Def) {} in VPValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp172 MachineInstr *Def = Op.isReg() ? MRI.getVRegDef(Op.getReg()) : nullptr; in propagateSPIRVType() local
198 MachineInstr *Def = MRI.getVRegDef(Reg); in insertAssignInstr() local
242 MachineInstr *Def = MRI.getVRegDef(Reg); in generateAssignInstrs() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessingRecord.cpp345 MacroDefinitionRecord *Def) { in RegisterMacroDefinition()
402 else if (MacroDefinitionRecord *Def = findMacroDefinition(MI)) in addMacroExpansion() local
465 MacroDefinitionRecord *Def = in MacroDefined() local

12345678