Home
last modified time | relevance | path

Searched refs:DefOpIdx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1045 bool isRegTiedToUseOperand(unsigned DefOpIdx,
1047 const MachineOperand &MO = getOperand(DefOpIdx);
1051 *UseOpIdx = findTiedOperandIdx(DefOpIdx);
1059 unsigned *DefOpIdx = nullptr) const {
1063 if (DefOpIdx)
1064 *DefOpIdx = findTiedOperandIdx(UseOpIdx);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp991 isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx) const { in isRegTiedToUseOperand() argument
993 assert(DefOpIdx > InlineAsm::MIOp_FirstOperand); in isRegTiedToUseOperand()
994 const MachineOperand &MO = getOperand(DefOpIdx); in isRegTiedToUseOperand()
999 int FlagIdx = findInlineAsmFlagIdx(DefOpIdx, &DefNo); in isRegTiedToUseOperand()
1004 unsigned DefPart = DefOpIdx - (FlagIdx + 1); in isRegTiedToUseOperand()
1024 assert(getOperand(DefOpIdx).isDef() && "DefOpIdx is not a def!"); in isRegTiedToUseOperand()
1029 MCID.getOperandConstraint(i, MCOI::TIED_TO) == (int)DefOpIdx) { in isRegTiedToUseOperand()
1042 isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx) const { in isRegTiedToDefOperand()
1056 if (!DefOpIdx) in isRegTiedToDefOperand()
1069 *DefOpIdx = DefIdx + UseOpIdx - FlagIdx; in isRegTiedToDefOperand()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h420 bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
425 bool isRegTiedToDefOperand(unsigned UseOpIdx, unsigned *DefOpIdx = 0) const;