Searched defs:Def (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.h29 MachineInstr *Def; member in class:llvm::WebAssemblyDebugValueManager
H A DWebAssemblyLowerBrUnless.cpp76 MachineInstr *Def = MRI.getVRegDef(Cond); local
[all...]
H A DWebAssemblyRegisterInfo.cpp96 MachineInstr *Def = MF.getRegInfo().getUniqueVRegDef(OtherMOReg); local
H A DWebAssemblyExplicitLocals.cpp189 MachineInstr *Def = MRI.getVRegDef(Reg); local
H A DWebAssemblyDebugValueManager.cpp24 WebAssemblyDebugValueManager::WebAssemblyDebugValueManager(MachineInstr *Def) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp39 auto *Def = dyn_cast<Instruction>(Token); local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCombinerUtils.h24 inline bool isSpecificDef(const Init &N, StringRef Def) { argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp46 const Record *Def = I->TheDef; local
H A DWebAssemblyDisassemblerEmitter.cpp36 auto &Def = *CGI.TheDef; local
H A DExegesisEmitter.cpp119 void ExegesisEmitter::emitPfmCountersInfo(const Record &Def, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.cpp22 MachineInstr *Def = getDefIgnoringCopies(Reg, MRI); local
[all...]
H A DR600EmitClauseMarkers.cpp178 canClauseLocalKillFitInClause( unsigned AluInstCount, std::vector<std::pair<unsigned, unsigned>> KCacheBanks, MachineBasicBlock::iterator Def, MachineBasicBlock::iterator BBEnd) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp179 auto Def = ComdatDefs[COFFSym.getSectionNumber()]; local
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp138 auto &Def = *D.second; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp68 bool isReallyAClobber(const Value *Ptr, MemoryDef *Def, AAResults *AA) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp118 auto Def = II.first; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp169 Expected<COFFModuleDefinition> Def = parseCOFFModuleDefinition( local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp86 MachineInstr *Def = MRI->getUniqueVRegDef(AmountReg); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp141 auto *Def = RegInfo.getOneDef(Reg); local
H A DTwoAddressInstructionPass.cpp250 MachineInstr *Def = getSingleDef(TmpReg, MBB); local
H A DLiveInterval.cpp87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DMacroExpander.cpp117 Definition Def; member in class:clang::format::MacroExpander::DefinitionParser
173 const Definition &Def = OptionalArgs local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp210 anyUseOnlyUseFP( Register Def, const MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp53 bool Localizer::isLocalUse(MachineOperand &MOUse, const MachineInstr &Def, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp209 MachineRegisterInfo::def_instr_iterator Def = local
222 MachineRegisterInfo::def_instr_iterator Def = local
302 MachineRegisterInfo::def_instr_iterator Def = local
321 MachineRegisterInfo::def_instr_iterator Def = local
[all...]

Completed in 164 milliseconds

12345