Home
last modified time | relevance | path

Searched refs:isTied (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
57 assert(isTied()); in getTiedOperand()
120 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
DInstrInfoEmitter.cpp119 assert(Constraint.isTied()); in GetOperandInfo()
DX86RecognizableInstr.cpp575 if (Constraint.isTied()) { in emitInstructionSpecifier()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h54 bool isTied() const { return Kind == Tied; } in isTied() function
57 assert(isTied()); in getTiedOperand()
120 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
DInstrInfoEmitter.cpp160 assert(Constraint.isTied()); in GetOperandInfo()
DX86RecognizableInstr.cpp530 if (Constraint.isTied()) { in emitInstructionSpecifier()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp135 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm"); in ChangeToImmediate()
144 assert((!isReg() || !isTied()) && "Cannot change a tied operand into an imm"); in ChangeToFPImmediate()
153 assert((!isReg() || !isTied()) && in ChangeToES()
165 assert((!isReg() || !isTied()) && in ChangeToMCSymbol()
320 isInternalRead() || isEarlyClobber() || isTied()) { in print()
360 if (isTied()) { in print()
792 assert(!Operands[OpNo].isTied() && "Cannot move tied operands"); in addOperand()
871 assert(!Operands[i].isTied() && "Cannot move tied operands"); in RemoveOperand()
1404 assert(!DefMO.isTied() && "Def is already tied to another use"); in tieOperands()
1405 assert(!UseMO.isTied() && "Use is already tied to another def"); in tieOperands()
[all …]
DMachineVerifier.cpp920 else if (!MO->isTied()) in visitMachineOperand()
924 } else if (MO->isReg() && MO->isTied()) in visitMachineOperand()
941 if (MO->isTied()) { in visitMachineOperand()
946 if (!OtherMO.isTied()) in visitMachineOperand()
DMIRPrinter.cpp533 int TiedIdx = Operand.isTied() ? int(MI.findTiedOperandIdx(I)) : -1; in hasComplexRegisterTies()
777 if (ShouldPrintRegisterTies && Op.isTied() && !Op.isDef()) in print()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1048 if (!MO.isReg() || !MO.isDef() || !MO.isTied())
1061 if (!MO.isReg() || !MO.isUse() || !MO.isTied())
1242 if (MO.isReg() && MO.isTied()) {
DMachineOperand.h317 bool isTied() const { in isTied() function
/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp69 !MI.getOperand(0).isTied()) in tieOpsIfNeeded()
/external/llvm/lib/Target/Hexagon/
DRDFCopy.cpp209 if (Op.isTied()) in run()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp323 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
324 if (isTied) in AddRegisterOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp363 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local
364 if (isTied) in AddRegisterOperand()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp2035 bool isTied = MI.isRegTiedToDefOperand(i); in ProcessUses() local
2036 if (isTied) { in ProcessUses()
2093 if (isTied) in ProcessUses()
2113 if (!isTied && KilledMIRegs.count(VirtReg) == 0) { in ProcessUses()
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp707 ActiveChains[MO.getReg()]->setKill(MI, Idx, /*Immutable=*/MO.isTied()); in maybeKillChain()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp482 if (MO.isTied()) in canFoldIntoSelect()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1851 if (MO.isTied()) in canFoldIntoMOVCC()