Home
last modified time | relevance | path

Searched defs:RegID (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp21 void WriteState::writeStartEvent(unsigned IID, MCPhysReg RegID, in writeStartEvent()
30 void ReadState::writeStartEvent(unsigned IID, MCPhysReg RegID, in writeStartEvent()
H A DInstrBuilder.cpp728 MCPhysReg RegID = 0; createInstruction() local
[all...]
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp111 MCPhysReg RegID = WS.getRegisterID(); onInstructionExecuted() local
231 MCPhysReg RegID = WS.getRegisterID(); addRegisterWrite() local
339 MCPhysReg RegID = WS.getRegisterID(); removeRegisterWrite() local
509 MCPhysReg RegID = RS.getRegisterID(); collectWrites() local
620 MCPhysReg RegID = RS.getRegisterID(); addRegisterRead() local
664 for (const MCPhysReg RegID : Regs) { isAvailable() local
[all...]
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h187 MCPhysReg RegID; member
261 void setRegisterID(const MCPhysReg RegID) { RegisterID = RegID; } in setRegisterID()
356 ReadState(const ReadDescriptor &Desc, MCPhysReg RegID) in ReadState()
/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h254 void addRegisterDep(unsigned From, unsigned To, unsigned RegID, in addRegisterDep() argument
H A DBottleneckAnalysis.cpp454 unsigned RegID, unsigned Cost) { in addRegisterDep() argument
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp453 __anon67b47a950602(unsigned RegID) clearsSuperRegisters() argument
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp550 __anon88265c6f0202(unsigned RegID) clearsSuperRegisters() argument
/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp359 using RegID = unsigned; global() typedef in __anon5815b77c0111::MLEvictAdvisor
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8424 auto RegID = IntrinsicID == Intrinsic::amdgcn_dispatch_ptr ? LowerINTRINSIC_WO_CHAIN() local