/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.cpp |
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | DirectiveEmitter.h | 85 const Record *Def; in BaseRecord() argument 115 Directive(const llvm::Record * Def) Directive() argument 146 Clause(const llvm::Record * Def) Clause() argument 214 VersionedClause(const llvm::Record * Def) VersionedClause() argument 229 ClauseVal(const llvm::Record * Def) ClauseVal() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ConstReturnTypeCheck.cpp | 26 findConstToRemove(const FunctionDecl *Def, in findConstToRemove() 72 static CheckResult checkDef(const clang::FunctionDecl *Def, in checkDef() 115 const auto *Def = Result.Nodes.getNodeAs<FunctionDecl>("func"); in check() local
|
H A D | StaticDefinitionInAnonymousNamespaceCheck.cpp | 30 const auto *Def = Result.Nodes.getNodeAs<NamedDecl>("static-def"); in check() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 168 int Def = Incoming[Unit]; reprocessBasicBlock() local 253 for (int Def : RegUnitDefs) { traverse() local 272 for (int Def : MBBReachingDefs[MBBNumber][Unit]) { getReachingDef() local 330 getReachingLocalUses(MachineInstr * Def,MCRegister PhysReg,InstSet & Uses) const getReachingLocalUses() argument 402 if (auto *Def = getUniqueReachingMIDef(MI, PhysReg)) { getGlobalReachingDefs() local 429 if (auto *Def = getLocalLiveOutMIDef(MBB, PhysReg)) getLiveOuts() local 498 if (auto *Def = getLocalLiveOutMIDef(MBB, PhysReg)) isRegDefinedAfter() local 513 int Def = getReachingDef(MI, PhysReg); isReachingDefLiveOut() local 537 int Def = getReachingDef(&*Last, PhysReg); getLocalLiveOutMIDef() local 651 __anonbbc848fb0102(MachineInstr *Def, MCRegister PhysReg) collectKilledOperands() argument 674 if (MachineInstr *Def = getMIOperand(MI, MO)) collectKilledOperands() local 690 if (auto *Def = getReachingLocalMIDef(MI, PhysReg)) { isSafeToDefRegAt() local [all...] |
H A D | MachineConvergenceVerifier.cpp | 40 const MachineOperand &Def = MI.getOperand(0); checkConvergenceTokenProduced() local 62 const MachineInstr *Def = MRI.getUniqueVRegDef(OpReg); findAndCheckConvergenceTokenUsed() local
|
H A D | DetectDeadLanes.cpp | 168 const MachineOperand &Def = MI.getOperand(0); in transferUsedLanes() local 203 const MachineOperand &Def = *MI.defs().begin(); in transferDefinedLanesStep() local 227 const MachineOperand &Def, unsigned OpNum, LaneBitmask DefinedLanes) const { in transferDefinedLanes() argument 274 const MachineOperand &Def = *MRI->def_begin(Reg); in determineInitialDefinedLanes() local 346 const MachineOperand &Def = *UseMI.defs().begin(); in determineInitialUsedLanes() local 432 const MachineOperand &Def = MI.getOperand(0); in isUndefInput() local 474 MachineOperand &Def = *MRI->def_begin(Reg); in computeSubRegisterLaneBitInfo() local
|
H A D | MachineCopyPropagation.cpp | 179 MCRegister Def = CopyOperands->Destination->getReg().asMCReg(); clobberRegister() local 233 MCRegister Def = CopyOperands->Destination->getReg().asMCReg(); trackCopy() local 349 Register Def = CopyOperands->Destination->getReg(); findLastSeenDefInCopy() local 490 isNopCopy(const MachineInstr & PreviousCopy,MCRegister Src,MCRegister Def,const TargetRegisterInfo * TRI,const TargetInstrInfo * TII,bool UseCopyInstr) isNopCopy() argument 509 eraseIfRedundant(MachineInstr & Copy,MCRegister Src,MCRegister Def) eraseIfRedundant() argument 558 Register Def = CopyOperands->Destination->getReg(); isBackwardPropagatableRegClassCopy() local 659 hasOverlappingMultipleDef(const MachineInstr & MI,const MachineOperand & MODef,Register Def) hasOverlappingMultipleDef() argument 790 MCRegister Def = RegDef.asMCReg(); ForwardCopyPropagateBlock() local 976 Register Def = CopyOperands.Destination->getReg(); isBackwardPropagatableCopy() local 1017 Register Def = CopyOperands->Destination->getReg(); propagateDefs() local 1116 Register Def = CopyOperands->Destination->getReg(); BackwardCopyPropagateBlock() local 1219 __anond43b9f7b0502(Register Def, Register Src) EliminateSpillageCopies() argument 1271 Register Def = CopyOperands->Destination->getReg(); EliminateSpillageCopies() local 1346 Register Def = CopyOperands->Destination->getReg(); EliminateSpillageCopies() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.cpp | 26 const Record &Def; member in llvm::gi::__anon19a25f5e0111::PrettyStackTraceParse 29 PrettyStackTraceParse(const Record &Def) : Def(Def) {} in PrettyStackTraceParse() argument 140 const Record *Def = PFP->getOperatorAsDef(DiagLoc); parseInstructionPattern() local 250 const Record *Def = DefI->getDef(); parseInstructionPatternOperand() local 298 if (const auto *Def = dyn_cast<DefInit>(Arg)) { parseInstructionPatternMIFlags() local 339 parsePatFragImpl(const Record * Def) parsePatFragImpl() argument 436 parsePatFrag(const Record * Def) parsePatFrag() argument [all...] |
H A D | CombinerUtils.h | 24 inline bool isSpecificDef(const Init &N, StringRef Def) { in isSpecificDef() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 119 emitPfmCountersInfo(const Record & Def,unsigned & IssueCountersTableOffset,raw_ostream & OS) const emitPfmCountersInfo() argument 202 __anon820df4c50302(const Record *Def) emitPfmCounters() argument 208 for (const Record *Def : PfmCounterDefs) { emitPfmCounters() local 219 for (const Record *Def : PfmCounterDefs) emitPfmCounters() local [all...] |
/llvm-project/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
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.h | 29 MachineInstr *Def; variable
|
H A D | WebAssemblyRegStackify.cpp | 257 return Def.isAsCheapAsAMove() && TII->isTriviallyReMaterializable(Def); in shouldRematerialize() argument 269 if (MachineInstr *Def = MRI.getUniqueVRegDef(Reg)) getVRegDef() local 283 hasOneNonDBGUse(unsigned Reg,MachineInstr * Def,MachineRegisterInfo & MRI,MachineDominatorTree & MDT,LiveIntervals & LIS) hasOneNonDBGUse() argument 313 isSafeToMove(const MachineOperand * Def,const MachineOperand * Use,const MachineInstr * Insert,const WebAssemblyFunctionInfo & MFI,const MachineRegisterInfo & MRI) isSafeToMove() argument 524 moveForSingleUse(unsigned Reg,MachineOperand & Op,MachineInstr * Def,MachineBasicBlock & MBB,MachineInstr * Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI) moveForSingleUse() argument 573 rematerializeCheapDef(unsigned Reg,MachineOperand & Op,MachineInstr & Def,MachineBasicBlock & MBB,MachineBasicBlock::instr_iterator Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI,const WebAssemblyInstrInfo * TII,const WebAssemblyRegisterInfo * TRI) rematerializeCheapDef() argument 636 moveAndTeeForMultiUse(unsigned Reg,MachineOperand & Op,MachineInstr * Def,MachineBasicBlock & MBB,MachineInstr * Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI,const WebAssemblyInstrInfo * TII) moveAndTeeForMultiUse() argument 870 MachineOperand *Def = runOnMachineFunction() local [all...] |
H A D | WebAssemblyLowerBrUnless.cpp | 76 MachineInstr *Def = MRI.getVRegDef(Cond); in runOnMachineFunction() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUGlobalISelUtils.cpp | 22 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); getBaseWithConstantOffset() local [all...] |
H A D | SIFoldOperands.cpp | 660 MachineInstr *Def = MRI->getVRegDef(UseReg); getRegSeqInit() local 717 MachineInstr *Def = MRI->getVRegDef(UseReg); tryToFoldACImm() local 922 MachineOperand *Def = Defs[I].first; foldOperand() local 1196 MachineInstr *Def = MRI->getVRegDef(Op.getReg()); getImmOrMaterializedImm() local 1565 MachineInstr *Def = MRI->getVRegDef(ClampSrc->getReg()); tryFoldClamp() local 1731 MachineInstr *Def = MRI->getVRegDef(RegOp->getReg()); tryFoldOMod() local 1773 for (auto &Def : Defs) { tryFoldRegSequence() local 1813 MachineOperand *Def = Defs[I].first; tryFoldRegSequence() local 1956 if (MachineInstr *Def = MRI->getVRegDef(Reg)) { tryFoldPhiAGPR() local 2019 MachineOperand &Def = MI.getOperand(0); tryFoldLoad() local 2134 MachineInstr *Def = MRI->getVRegDef(Reg); tryOptimizeAGPRPhis() local [all...] |
/llvm-project/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
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 314 if (const TagDecl *Def = cast<TagDecl>(DC)->getDefinition()) getDefinitiveDeclContext() local 342 if (const ObjCProtocolDecl *Def getDefinitiveDeclContext() local
|
/llvm-project/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()
|
/llvm-project/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() 269 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() local
|
H A D | ConvergenceVerifier.cpp | 63 auto *Def = dyn_cast<Instruction>(Token); in findAndCheckConvergenceTokenUsed() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 76 Obj["def"] = Def->getDef()->getName(); in translateInit() local 139 auto &Def = *D.second; run() local
|
/llvm-project/clang/lib/Format/ |
H A D | MacroExpander.cpp | 117 Definition Def; member in clang::format::MacroExpander::DefinitionParser 173 const Definition &Def = OptionalArgs expand() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 200 MachineInstr *Def = Op->getParent(); eraseInstrWithNoUses() local 302 MachineInstr *Def = MRI->getVRegDef(OpReg); optimizeSDPattern() local 345 MachineInstr *Def = MRI->getVRegDef(MI->getOperand(1).getReg()); elideCopies() local 602 MachineInstr *Def = MRI->getVRegDef(I); runOnInstruction() local [all...] |