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 145 assert(Constraint.isTied());
X86RecognizableInstr.cpp 549 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 831 else if (!MO->isTied())
835 } else if (MO->isReg() && MO->isTied())
852 if (MO->isTied()) {
857 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 290 milliseconds