OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterOperandAssignment
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h
191
struct
RegisterOperandAssignment
{
192
RegisterOperandAssignment
(const Operand *Operand, MCPhysReg Reg)
198
bool operator==(const
RegisterOperandAssignment
&other) const;
208
SmallVector<
RegisterOperandAssignment
, 1> Defs; // Unlikely size() > 1.
209
SmallVector<
RegisterOperandAssignment
, 2> Uses;
MCInstrDescView.cpp
315
bool
RegisterOperandAssignment
::
316
operator==(const
RegisterOperandAssignment
&Other) const {
328
SmallVectorImpl<
RegisterOperandAssignment
> &OperandValues) {
339
const auto HasImplicit = [](const
RegisterOperandAssignment
&ROV) {
SnippetGenerator.cpp
192
static void setRegisterOperandValue(const
RegisterOperandAssignment
&ROV,
Completed in 57 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026