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 160 assert(Constraint.isTied());
X86RecognizableInstr.cpp 495 if (Constraint.isTied()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
MachineOperand.h 314 bool isTied() const {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 112 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm");
275 isInternalRead() || isEarlyClobber() || isTied()) {
315 if (isTied()) {
663 assert(!Operands[OpNo].isTied() && "Cannot move tied operands");
742 assert(!Operands[i].isTied() && "Cannot move tied operands");
    [all...]
MachineVerifier.cpp 845 else if (!MO->isTied())
849 } else if (MO->isReg() && MO->isTied())
866 if (MO->isTied()) {
871 if (!OtherMO.isTied())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 357 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
358 if (isTied)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 941 milliseconds