Searched refs:useOddSPReg (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h200 OddSPReg = P.useOddSPReg();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp116 if (!isABI_O32() && !useOddSPReg())
H A DMipsSubtarget.h282 bool useOddSPReg() const { return UseOddSPReg; } function in class:llvm::MipsSubtarget
H A DMipsSEInstrInfo.cpp786 assert(!(Subtarget.isFP64bit() && !Subtarget.useOddSPReg()));
840 assert(!(Subtarget.isFP64bit() && !Subtarget.useOddSPReg()));
H A DMipsAsmPrinter.cpp829 if (ABI.IsO32() && (!STI.useOddSPReg() || STI.isABI_FPXX()))
H A DMipsSEISelLowering.cpp3181 if (!Subtarget.useOddSPReg()) {
3192 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3255 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3449 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3452 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
H A DMipsSEISelDAGToDAG.cpp171 if (!Subtarget->useOddSPReg()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp536 if (!isABI_O32() && !useOddSPReg() != 0)
589 bool useOddSPReg() const { function in class:__anon5236::MipsAsmParser
1123 if (!AsmParser.useOddSPReg() && RegIdx.Index & 1)
1133 if (!AsmParser.useOddSPReg() && RegIdx.Index & 1)

Completed in 140 milliseconds