/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 72 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 D | ReachingDefAnalysis.cpp | 169 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 D | DetectDeadLanes.cpp | 246 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 D | MachineCopyPropagation.cpp | 188 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 D | PeepholeOptimizer.cpp | 369 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 D | ExegesisEmitter.cpp | 103 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 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
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 257 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 D | WebAssemblyExplicitLocals.cpp | 189 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 D | WindowsManifestMerger.cpp | 125 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 D | SIFoldOperands.cpp | 468 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 D | AMDGPUGlobalISelUtils.cpp | 22 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); in getBaseWithConstantOffset() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 118 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 D | ASTCommon.cpp | 301 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 D | Dominators.cpp | 137 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 D | A15SDOptimizer.cpp | 200 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 D | Instruction.cpp | 201 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 D | JSONBackend.cpp | 76 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 D | MacroExpander.cpp | 117 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 D | MinimalSymbolDumper.cpp | 581 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 D | ObjectFileInterface.cpp | 166 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 D | VPlanTransforms.cpp | 102 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 D | VPlanValue.h | 65 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 D | SPIRVPreLegalizer.cpp | 172 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 D | PreprocessingRecord.cpp | 345 MacroDefinitionRecord *Def) { in RegisterMacroDefinition() 402 else if (MacroDefinitionRecord *Def = findMacroDefinition(MI)) in addMacroExpansion() local 465 MacroDefinitionRecord *Def = in MacroDefined() local
|