Home
last modified time | relevance | path

Searched defs:Def (Results 26 – 50 of 201) sorted by relevance

123456789

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1437 for (auto &Def : Defs) { in createBuiltins() local
1477 for (auto &Def : Defs) { in createCodeGenMap() local
1515 for (auto &Def : Defs) { in createRangeChecks() local
1635 for (auto &Def : Defs) { in createSMEBuiltins() local
1661 for (auto &Def : Defs) { in createSMECodeGenMap() local
1700 for (auto &Def : Defs) { in createSMERangeChecks() local
1724 for (auto &Def : Defs) { in createBuiltinZAState() local
1781 for (auto &Def : Defs) { in createStreamingAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp104 auto *Def = F.getRegInfo().getVRegDef(Reg); in usesValueFromCycle() local
141 auto *Def = RegInfo.getOneDef(Reg); in isDivergentUse() local
H A DPeepholeOptimizer.cpp413 const MachineInstr *Def = nullptr; member in __anonc76119d10111::ValueTracker
1176 RegSubRegPair Def, in getNewSource()
1287 RegSubRegPair Def, RewriteMapTy &RewriteMap) { in rewriteSource()
1341 RegSubRegPair Def; in optimizeUncoalescableCopy() local
1358 for (const RegSubRegPair &Def : RewritePairs) { in optimizeUncoalescableCopy() local
1732 const auto &Def = NAPhysToVirtMIs.find(Reg); in runOnMachineFunction() local
1744 Register Def = RegMI.first; in runOnMachineFunction() local
H A DLiveVariables.cpp195 MachineInstr *Def = PhysRegDef[SubReg]; in FindLastPartialDef() local
283 MachineInstr *Def = PhysRegDef[SubReg]; in FindLastRefOrPartRef() local
331 MachineInstr *Def = PhysRegDef[SubReg]; in HandlePhysRegKill() local
788 const MachineInstr *Def = MRI.getVRegDef(Reg); in isLiveIn() local
H A DMachineStableHash.cpp66 for (auto &Def : MRI.def_instructions(MO.getReg())) in stableHashValue() local
H A DSplitKit.cpp437 SlotIndex Def = VNI->def; in addDeadDef() local
531 LiveInterval &DestLI, bool Late, SlotIndex Def, const MCInstrDesc &Desc) { in buildSingleSubRegCopy()
576 SlotIndex Def; in buildCopy() local
596 SlotIndex Def; in defFromParent() local
862 SlotIndex Def = C->def; in removeBackCopies() local
1245 static bool removeDeadSegment(SlotIndex Def, LiveRange &LR) { in removeDeadSegment()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp46 const Record *Def = I->TheDef; in run() local
H A DGlobalISelCombinerEmitter.cpp155 const Record &Def; member in __anoned09a36a0111::PrettyStackTraceParse
158 PrettyStackTraceParse(const Record &Def) : Def(Def) {} in PrettyStackTraceParse()
172 const Record &Def; member in __anoned09a36a0111::PrettyStackTraceEmit
176 PrettyStackTraceEmit(const Record &Def, const Pattern *Pat = nullptr) in PrettyStackTraceEmit()
1272 auto *Def = MatchOpTable.getDef(OldRegName); in checkSemantics() local
1322 Record *Def = Pred->getDef(); in addFeaturePredicates() local
1452 bool CombineRuleBuilder::parseDefs(const DagInit &Def) { in parseDefs()
1563 const Record *Def = PFP->getOperatorAsDef(RuleDef.getLoc()); in parseInstructionPattern() local
1673 const Record *Def = DefI->getDef(); in parseInstructionPatternOperand() local
1721 if (const auto *Def = dyn_cast<DefInit>(Arg)) { in parseInstructionPatternMIFlags() local
[all …]
H A DWebAssemblyDisassemblerEmitter.cpp36 auto &Def = *CGI.TheDef; in emitWebAssemblyDisassemblerTables() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp79 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue()
215 Value *VPTransformState::get(VPValue *Def, const VPIteration &Instance) { in get()
237 Value *VPTransformState::get(VPValue *Def, unsigned Part) { in get()
383 void VPTransformState::packScalarIntoVectorValue(VPValue *Def, in packScalarIntoVectorValue()
503 for (auto *Def : R.definedValues()) in dropAllReferences() local
1270 bool vputils::onlyFirstLaneUsed(VPValue *Def) { in onlyFirstLaneUsed()
1275 bool vputils::onlyFirstPartUsed(VPValue *Def) { in onlyFirstPartUsed()
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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp275 auto &Def = Table[OpName]; in addPattern() local
306 const auto *Def = Table.at(Key); in print() local
464 PatFrag::PatFrag(const Record &Def) : Def(Def) { in PatFrag()
812 BuiltinPattern::BuiltinInfo BuiltinPattern::getBuiltinInfo(const Record &Def) { in getBuiltinInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp189 MachineInstr *Def = MRI.getVRegDef(Reg); in findStartOfTree() local
331 for (auto &Def : MI.defs()) { in runOnMachineFunction() local
H A DWebAssemblyRegisterInfo.cpp96 MachineInstr *Def = MF.getRegInfo().getUniqueVRegDef(OtherMOReg); in eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp431 for (auto &Def : MI.defs()) { // Looking at Def in canMoveToBeginning() local
542 for (auto &Def : I->defs()) in canMerge() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp345 MacroDefinitionRecord *Def) { in RegisterMacroDefinition()
397 else if (MacroDefinitionRecord *Def = findMacroDefinition(MI)) in addMacroExpansion() local
460 MacroDefinitionRecord *Def = in MacroDefined() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRAOptimizations.cpp121 for (auto &Def : MRI->def_instructions(SrcReg)) { in processReg() local
H A DSILowerControlFlow.cpp381 if (MachineInstr *Def = MRI->getUniqueVRegDef(MI.getOperand(1).getReg())) { in emitIfBreak() local
575 MachineInstr *Def = MRI->getUniqueVRegDef(Op.getReg()); in findMaskOperands() local
638 const MachineInstr *Def = MRI->getUniqueVRegDef(SavedExec); in optimizeEndCf() local
H A DGCNSchedStrategy.cpp1289 MachineInstr *Def = Op->getParent(); in collectRematerializableInstructions() local
1376 MachineInstr *Def = It.first; in sinkTriviallyRematInsts() local
1391 MachineInstr *Def = It.first; in sinkTriviallyRematInsts() local
1442 for (auto &Def : SinkedDefs) in sinkTriviallyRematInsts() local
H A DSIPostRABundler.cpp83 for (Register Def : Defs) in isDependentLoad() local
H A DGCNDPPCombine.cpp172 auto *Def = getVRegSubRegDef(getRegSubRegPair(OldOpnd), *MRI); in getOldOpndValue() local
261 auto *Def = getVRegSubRegDef(CombOldVGPR, *MRI); in createDPPInst() local
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp169 Expected<COFFModuleDefinition> Def = parseCOFFModuleDefinition( in dlltoolDriverMain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp135 for (auto &Def : R.Defines) in RewriteAllUses() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp298 for (auto *Def : Defs) in hasImplicitlyValidVPT() local
765 if (auto *Def = RDA.getUniqueReachingMIDef( in ValidateTailPredicate() local
804 if (auto *Def = RDA.getUniqueReachingMIDef( in ValidateTailPredicate() local
890 auto IsZeroInit = [](MachineInstr *Def) { in producesFalseLanesZero()
915 for (auto *Def : Defs) { in producesFalseLanesZero() local
1530 MachineInstr *Def = RDA->getMIOperand(LoLoop.Start, 1); in IterationCountDCE() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp53 bool Localizer::isLocalUse(MachineOperand &MOUse, const MachineInstr &Def, in isLocalUse()

123456789