/netbsd-src/external/apache2/llvm/dist/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() 183 explicit VersionedClause(const llvm::Record *Def) : Def(Def) {} in VersionedClause() 198 explicit ClauseVal(const llvm::Record *Def) : BaseRecord(Def) {} in ClauseVal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 163 int Def = Incoming[Unit]; in reprocessBasicBlock() local 248 for (int Def : RegUnitDefs) { in traverse() local 267 for (int Def : MBBReachingDefs[MBBNumber][*Unit]) { in getReachingDef() local 325 void ReachingDefAnalysis::getReachingLocalUses(MachineInstr *Def, in getReachingLocalUses() 398 if (auto *Def = getUniqueReachingMIDef(MI, PhysReg)) { in getGlobalReachingDefs() local 425 if (auto *Def = getLocalLiveOutMIDef(MBB, PhysReg)) in getLiveOuts() local 494 if (auto *Def = getLocalLiveOutMIDef(MBB, PhysReg)) in isRegDefinedAfter() local 509 int Def = getReachingDef(MI, PhysReg); in isReachingDefLiveOut() local 533 int Def = getReachingDef(&*Last, PhysReg); in getLocalLiveOutMIDef() local 647 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() [all …]
|
H A D | MachineCopyPropagation.cpp | 157 MCRegister Def = MI->getOperand(0).getReg().asMCReg(); in trackCopy() local 337 MCRegister Def, const TargetRegisterInfo *TRI) { in isNopCopy() 352 MCRegister Src, MCRegister Def) { in eraseIfRedundant() 388 Register Def = Copy.getOperand(0).getReg(); in isBackwardPropagatableRegClassCopy() local 468 const MachineInstr &MI, const MachineOperand &MODef, Register Def) { in hasOverlappingMultipleDef() 585 MCRegister Def = MI->getOperand(0).getReg().asMCReg(); in ForwardCopyPropagateBlock() local 757 Register Def = MI.getOperand(0).getReg(); in isBackwardPropagatableCopy() local 796 Register Def = Copy->getOperand(0).getReg(); in propagateDefs() local 840 MCRegister Def = MI->getOperand(0).getReg().asMCReg(); in BackwardCopyPropagateBlock() local
|
H A D | DetectDeadLanes.cpp | 249 const MachineOperand &Def = MI.getOperand(0); in transferUsedLanes() local 284 const MachineOperand &Def = *MI.defs().begin(); in transferDefinedLanesStep() local 307 LaneBitmask DetectDeadLanes::transferDefinedLanes(const MachineOperand &Def, in transferDefinedLanes() 355 const MachineOperand &Def = *MRI->def_begin(Reg); in determineInitialDefinedLanes() local 427 const MachineOperand &Def = *UseMI.defs().begin(); in determineInitialUsedLanes() local 469 const MachineOperand &Def = MI.getOperand(0); in isUndefInput() local 511 MachineOperand &Def = *MRI->def_begin(Reg); in runOnce() local
|
H A D | PeepholeOptimizer.cpp | 370 const MachineInstr *Def = nullptr; member in __anonbcd030b40111::ValueTracker 1118 RegSubRegPair Def, in getNewSource() 1229 RegSubRegPair Def, RewriteMapTy &RewriteMap) { in rewriteSource() 1284 RegSubRegPair Def; in optimizeUncoalescableCopy() local 1301 for (const RegSubRegPair &Def : RewritePairs) { in optimizeUncoalescableCopy() local 1665 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction() local 1677 Register Def = RegMI.first; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 107 void ExegesisEmitter::emitPfmCountersInfo(const Record &Def, in emitPfmCountersInfo() 158 llvm::any_of(PfmCounterDefs, [](const Record *Def) { in emitPfmCounters() 164 for (const Record *Def : PfmCounterDefs) { in emitPfmCounters() local 175 for (const Record *Def : PfmCounterDefs) in emitPfmCounters() local
|
H A D | WebAssemblyDisassemblerEmitter.cpp | 33 auto &Def = *CGI.TheDef; in emitWebAssemblyDisassemblerTables() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 258 static bool shouldRematerialize(const MachineInstr &Def, AliasAnalysis &AA, in shouldRematerialize() 270 if (MachineInstr *Def = MRI.getUniqueVRegDef(Reg)) in getVRegDef() local 284 static bool hasOneUse(unsigned Reg, MachineInstr *Def, MachineRegisterInfo &MRI, in hasOneUse() 313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() 514 MachineInstr *Def, MachineBasicBlock &MBB, in moveForSingleUse() 559 unsigned Reg, MachineOperand &Op, MachineInstr &Def, MachineBasicBlock &MBB, in rematerializeCheapDef() 627 unsigned Reg, MachineOperand &Op, MachineInstr *Def, MachineBasicBlock &MBB, in moveAndTeeForMultiUse() 861 MachineOperand *Def = DefI->findRegisterDefOperand(Reg); in runOnMachineFunction() local
|
H A D | WebAssemblyLowerBrUnless.cpp | 77 MachineInstr *Def = MRI.getVRegDef(Cond); in runOnMachineFunction() local
|
H A D | WebAssemblyPrepareForLiveIntervals.cpp | 66 for (const auto &Def : MRI.def_instructions(Reg)) in hasArgumentDef() local
|
H A D | WebAssemblyExplicitLocals.cpp | 189 MachineInstr *Def = MRI.getVRegDef(Reg); in findStartOfTree() local 303 for (auto &Def : MI.defs()) { in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/ |
H A 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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 298 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition()) in getDefinitiveDeclContext() local 326 if (const ObjCProtocolDecl *Def in getDefinitiveDeclContext() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | Instruction.cpp | 189 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending() 206 [](const WriteState &Def) { return !Def.getDependentWrite(); })) in updateDispatched()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Dominators.cpp | 130 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() local 167 bool DominatorTree::dominates(const Instruction *Def, in dominates() 269 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 500 MachineInstr *Def = MRI.getVRegDef(UseReg); in getRegSeqInit() local 565 MachineInstr *Def = MRI.getVRegDef(UseReg); in tryToFoldACImm() local 769 MachineOperand *Def = Defs[I].first; in foldOperand() local 1035 MachineInstr *Def = MRI.getVRegDef(Op.getReg()); in getImmOrMaterializedImm() local 1353 MachineInstr *Def = MRI->getVRegDef(ClampSrc->getReg()); in tryFoldClamp() local 1492 MachineInstr *Def = MRI->getVRegDef(RegOp->getReg()); in tryFoldOMod() local 1524 for (auto &Def : Defs) { in tryFoldRegSequence() local 1571 MachineOperand *Def = Defs[I].first; in tryFoldRegSequence() local 1654 MachineOperand &Def = MI.getOperand(0); in tryFoldLoad() local
|
H A D | AMDGPUGlobalISelUtils.cpp | 18 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); in getBaseWithConstantOffset() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | MacroExpander.cpp | 118 Definition Def; member in clang::format::MacroExpander::DefinitionParser 162 const Definition &Def = Definitions.find(ID->TokenText)->second; in expand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A 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 605 MachineInstr *Def = MRI->getVRegDef(*I); in runOnInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 575 CVSymbol &CVR, DefRangeFramePointerRelFullScopeSym &Def) { in visitKnownRecord() 581 DefRangeFramePointerRelSym &Def) { in visitKnownRecord() 591 DefRangeRegisterRelSym &Def) { in visitKnownRecord() 619 DefRangeSubfieldRegisterSym &Def) { in visitKnownRecord() 631 DefRangeSubfieldSym &Def) { in visitKnownRecord() 639 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, DefRangeSym &Def) { in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 345 MacroDefinitionRecord *Def) { in RegisterMacroDefinition() 402 else if (MacroDefinitionRecord *Def = findMacroDefinition(MI)) in addMacroExpansion() local 448 MacroDefinitionRecord *Def = in MacroDefined() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 96 for (auto *Def : NewRecipe->definedValues()) { in VPInstructionsToVPRecipes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 434 for (auto &Def : MI.defs()) { // Looking at Def in canMoveToBeginning() local 545 for (auto &Def : I->defs()) in canMerge() local
|