OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTied
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
CodeGenInstruction.h
54
bool
isTied
() const { return Kind == Tied; }
57
assert(
isTied
());
120
if (CI.
isTied
()) return CI.getTiedOperand();
InstrInfoEmitter.cpp
119
assert(Constraint.
isTied
());
X86RecognizableInstr.cpp
560
if (Constraint.
isTied
()) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp
315
bool
isTied
= MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
316
if (
isTied
)
[
all
...]
/external/llvm/lib/CodeGen/
VirtRegRewriter.cpp
[
all
...]
Completed in 1731 milliseconds