Home
last modified time | relevance | path

Searched refs:SCD (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSERegisterInfo.cpp86 case Mips::SCD: in getLoadStoreOffsetSizeInBits()
HDMipsExpandPseudo.cpp236 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicCmpSwap()
656 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicBinOp()
HDMips32r6InstrFormats.td60 // The spec occasionally names this value LL, LLD, SC, or SCD.
HDMipsScheduleGeneric.td690 def : InstRW<[GenericWriteStore], (instrs SD, SC64, SCD, SB64, SH64, SW64,
HDMips64InstrInfo.td251 def SCD : SCBase<"scd", GPR64Opnd>, LW_FM<0x3c>, ISA_MIPS3_NOT_32R6_64R6;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
HDMipsDisassembler.cpp1472 Inst.getOpcode() == Mips::SCD) in DecodeMem()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp4103 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr() local
4105 SCD = SCD ? SCD->getCanonicalDecl() : nullptr; in VisitMemberExpr()
4106 if (SCD != CCD) in VisitMemberExpr()