OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
71
unsigned MipsSEDAGToDAGISel::
getMSACtrlReg
(const SDValue RegIdx) const {
808
getMSACtrlReg
(RegIdx), MVT::i32);
841
getMSACtrlReg
(RegIdx), Value);
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
736
unsigned
getMSACtrlReg
() const {
888
Inst.addOperand(MCOperand::createReg(
getMSACtrlReg
()));
[
all
...]
Completed in 100 milliseconds