Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/sparc64/
H A DSymbol.map39 /* SCD libc 64 psABI */
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp87 case Mips::SCD: in getLoadStoreOffsetSizeInBits()
H A DMipsExpandPseudo.cpp237 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicCmpSwap()
512 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicBinOp()
H A DMips32r6InstrFormats.td61 // The spec occasionally names this value LL, LLD, SC, or SCD.
H A DMips64InstrInfo.td242 def SCD : SCBase<"scd", GPR64Opnd>, LW_FM<0x3c>, ISA_MIPS3_NOT_32R6_64R6;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1643 for (auto &SCD : StoreChainDependents) in apply() local
1644 clusterNeighboringMemOps(SCD, DAG); in apply()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2423 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr() local
2425 SCD = SCD ? SCD->getCanonicalDecl() : nullptr; in VisitMemberExpr()
2426 if (SCD != CCD) in VisitMemberExpr()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1534 Inst.getOpcode() == Mips::SCD) in DecodeMem()