Home
last modified time | relevance | path

Searched refs:LDC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp399 const DeclContext *LDC = getLexicalDeclContext(); in isInLocalScopeForInstantiation() local
400 if (!LDC->isDependentContext()) in isInLocalScopeForInstantiation()
403 if (LDC->isFunctionOrMethod()) in isInLocalScopeForInstantiation()
405 if (!isa<TagDecl>(LDC)) in isInLocalScopeForInstantiation()
407 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation()
410 LDC = LDC->getLexicalParent(); in isInLocalScopeForInstantiation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td127 def : InstRW<[WriteNoop, WriteNoop], (instregex "(t2)?LDA", "(t2)?LDC", "(t2)?STC",
H A DARMInstrInfo.td5600 defm LDC : LdStCop <1, 0, "ldc", [(int_arm_ldc timm:$cop, timm:$CRd, addrmode5:$addr)]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td645 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>;