OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiedTo
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaStmtAsm.cpp
275
unsigned
TiedTo
= Info.getTiedOperand();
277
Expr *OutputExpr = Exprs[
TiedTo
];
333
if (isOperandMentioned(
TiedTo
, Pieces)) {
343
OutputConstraintInfos[
TiedTo
].allowsRegister())
/external/llvm/lib/CodeGen/
MachineInstr.cpp
159
TiedTo
= 0;
313
if (
TiedTo
!= 15)
314
OS << unsigned(
TiedTo
- 1);
690
NewMO->
TiedTo
= 0;
[
all
...]
MachineVerifier.cpp
834
int
TiedTo
= MCID.getOperandConstraint(MONum, MCOI::TIED_TO);
835
if (
TiedTo
!= -1) {
840
else if (unsigned(
TiedTo
) != MI->findTiedOperandIdx(MONum))
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
74
///
TiedTo
- Non-zero when this register operand is tied to another register
77
unsigned char
TiedTo
: 4;
311
return
TiedTo
;
575
Op.
TiedTo
= 0;
MachineInstr.h
[
all
...]
Completed in 844 milliseconds