HomeSort by relevance Sort by last modified time
    Searched refs:getMSACtrlReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.h 33 unsigned getMSACtrlReg(const SDValue RegIdx) const;
MipsSEISelDAGToDAG.cpp 70 unsigned MipsSEDAGToDAGISel::getMSACtrlReg(const SDValue RegIdx) const {
732 getMSACtrlReg(RegIdx), MVT::i32);
765 getMSACtrlReg(RegIdx), Value);
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 468 unsigned getMSACtrlReg() const {
597 Inst.addOperand(MCOperand::CreateReg(getMSACtrlReg()));
    [all...]

Completed in 632 milliseconds