Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp808 SDNode *RegOpnd; in trySelect() local
816 RegOpnd = CurDAG->getMachineNode(Inst->Opc, DL, MVT::i64, ImmOpnd); in trySelect()
818 RegOpnd = in trySelect()
827 RegOpnd = CurDAG->getMachineNode(Inst->Opc, DL, MVT::i64, in trySelect()
828 SDValue(RegOpnd, 0), ImmOpnd); in trySelect()
831 ReplaceNode(Node, RegOpnd); in trySelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7434 MipsOperand &RegOpnd = static_cast<MipsOperand &>(*Reg[0]); in parseDirectiveCpLoad() local
7435 if (!RegOpnd.isGPRAsmReg()) { in parseDirectiveCpLoad()
7436 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpLoad()
7446 getTargetStreamer().emitDirectiveCpLoad(RegOpnd.getGPR32Reg()); in parseDirectiveCpLoad()
7463 MipsOperand &RegOpnd = static_cast<MipsOperand &>(*Reg[0]); in parseDirectiveCpLocal() local
7464 if (!RegOpnd.isGPRAsmReg()) { in parseDirectiveCpLocal()
7465 reportParseError(RegOpnd.getStartLoc(), "invalid register"); in parseDirectiveCpLocal()
7476 unsigned NewReg = RegOpnd.getGPR32Reg(); in parseDirectiveCpLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp6408 TargetInstrInfo::RegSubRegPair getRegOrUndef(const MachineOperand &RegOpnd) { in getRegOrUndef() argument
6409 assert(RegOpnd.isReg()); in getRegOrUndef()
6410 return RegOpnd.isUndef() ? TargetInstrInfo::RegSubRegPair() : in getRegOrUndef()
6411 getRegSubRegPair(RegOpnd); in getRegOrUndef()