HomeSort by relevance Sort by last modified time
    Searched refs:isTied (Results 1 - 9 of 9) 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 159 assert(Constraint.isTied());
X86RecognizableInstr.cpp 644 if (Constraint.isTied()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
MachineOperand.h 309 bool isTied() const {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 113 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm");
270 isInternalRead() || isEarlyClobber() || isTied()) {
310 if (isTied()) {
646 assert(!Operands[OpNo].isTied() && "Cannot move tied operands");
722 assert(!Operands[i].isTied() && "Cannot move tied operands");
    [all...]
MachineVerifier.cpp 838 else if (!MO->isTied())
842 } else if (MO->isReg() && MO->isTied())
859 if (MO->isTied()) {
864 if (!OtherMO.isTied())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 345 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
346 if (isTied)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 98 milliseconds