Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp377 const DeclContext *LDC = getLexicalDeclContext(); in isInLocalScopeForInstantiation() local
378 if (!LDC->isDependentContext()) in isInLocalScopeForInstantiation()
381 if (LDC->isFunctionOrMethod()) in isInLocalScopeForInstantiation()
383 if (!isa<TagDecl>(LDC)) in isInLocalScopeForInstantiation()
385 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation()
388 LDC = LDC->getLexicalParent(); in isInLocalScopeForInstantiation()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleA57.td127 def : InstRW<[WriteNoop, WriteNoop], (instregex "(t2)?LDA", "(t2)?LDC", "(t2)?STC",
H A DARMInstrInfo.td5584 defm LDC : LdStCop <1, 0, "ldc", [(int_arm_ldc timm:$cop, timm:$CRd, addrmode5:$addr)]>;
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td597 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>;