Searched refs:LDC (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclBase.cpp | 377 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 D | ARMScheduleA57.td | 127 def : InstRW<[WriteNoop, WriteNoop], (instregex "(t2)?LDA", "(t2)?LDC", "(t2)?STC",
|
H A D | ARMInstrInfo.td | 5584 defm LDC : LdStCop <1, 0, "ldc", [(int_arm_ldc timm:$cop, timm:$CRd, addrmode5:$addr)]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 597 defm LDC : Load<"ld", 0b110000, load, CoprocRegs, i32>;
|