Home
last modified time | relevance | path

Searched refs:OPD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h223 const ObjCProtocolDecl *OPD) = 0;
227 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
H A DCGOpenMPRuntime.cpp1220 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
1221 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1222 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
1223 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td102 class MxBiArOp_R_RM<string MN, SDNode NODE, MxType TYPE, MxOperand OPD, ComplexPattern PAT,
104 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, OPD:$opd),
582 MxOperand DST, MxOperand OPD>
583 : MxInst<(outs DST:$dst), (ins DST:$src, OPD:$opd), MN#"\t$opd, $dst", []> {
611 MxOperand DST, MxOperand OPD>
612 : MxInst<(outs DST:$dst), (ins DST:$src, OPD:$opd), MN#"\t$opd, $dst", []> {
H A DM68kInstrInfo.td38 /* OPD */ SDTCisSameAs<0, 2>
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1457 if (auto *OPD = dyn_cast<ObjCProtocolDecl>(this)) in getPrimaryContext() local
1458 if (auto *Def = OPD->getDefinition()) in getPrimaryContext()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in20337 @Article{Morgan:1977:OPD,