Home
last modified time | relevance | path

Searched refs:Declare (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp147 Function *Declare = in stripDebugDeclareImpl() local
151 if (Declare) { in stripDebugDeclareImpl()
152 while (!Declare->use_empty()) { in stripDebugDeclareImpl()
153 CallInst *CI = cast<CallInst>(Declare->user_back()); in stripDebugDeclareImpl()
168 Declare->eraseFromParent(); in stripDebugDeclareImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCore.td40 // Declare the target which we are implementing
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanai.td39 // Declare the target which we are implementing
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.td52 // Declare the target which we are implementing
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h282 Declare, enumerator
415 bool isDbgDeclare() const { return Type == LocationType::Declare; } in isDbgDeclare()
443 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td60 // Declare the target which we are implementing
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-tqma8mpql-mba8mp-ras314-imx219.dtso17 * The three camera regulators are controlled by a single GPIO. Declare
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h55 Declare, enumerator
115 case OpenACCDirectiveKind::Declare: in printOpenACCDirectiveKind()
/freebsd/sys/contrib/device-tree/src/mips/mti/
H A Dmalta.dts31 * Declare the interrupt-parent even though the mti,gic
H A Dsead3.dts51 * Declare the interrupt-parent even though the mti,gic
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp88 case OpenACCDirectiveKind::Declare: in PreserveLoopRAIIDepthInAssociatedStmtRAII()
642 DK == OpenACCDirectiveKind::Declare) && in ActOnVar()
645 << (DK == OpenACCDirectiveKind::Declare); in ActOnVar()
674 if (DK == OpenACCDirectiveKind::Declare || in ActOnVar()
692 DK != OpenACCDirectiveKind::Declare && isa<CXXThisExpr>(CurVarExpr)) in ActOnVar()
707 if (DK == OpenACCDirectiveKind::Declare) in ActOnVar()
1926 if (K == OpenACCDirectiveKind::Declare || K == OpenACCDirectiveKind::Routine) in ActOnStartStmtDirective()
2040 case OpenACCDirectiveKind::Declare: { in ActOnEndStmtDirective()
2207 case OpenACCDirectiveKind::Declare: { in ActOnEndDeclDirective()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp78 if (DVR->getType() == DbgVariableRecord::LocationType::Declare) in findDVRDeclares()
2296 auto ProcessDeclare = [&](auto *Declare, auto &DeclareList) { in runOnFunction() argument
2300 if (Declare->getExpression()->getNumElements() != 0) in runOnFunction()
2302 if (!Declare->getAddress()) in runOnFunction()
2305 dyn_cast<AllocaInst>(Declare->getAddress()->stripPointerCasts())) { in runOnFunction()
2312 DeclareList[Alloca].insert(Declare); in runOnFunction()
2313 Vars[Alloca].insert(VarRecord(Declare)); in runOnFunction()
2341 for (auto *Declare : Declares) { in runOnFunction() local
2349 assert(llvm::any_of(Markers, [Declare](auto *Assign) { in runOnFunction()
2351 DebugVariableAggregate(Declare); in runOnFunction()
[all …]
H A DDebugProgramInstruction.cpp42 Type = LocationType::Declare;
200 LocationType::Declare); in createDVRDeclare()
416 case DbgVariableRecord::LocationType::Declare: in createDebugIntrinsic()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmrvl,intc.txt52 - interrupt-controller : Declare this node to be an interrupt controller.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenACC.h83 : OpenACCConstructDecl(OpenACCDeclare, DC, OpenACCDirectiveKind::Declare, in OpenACCDeclareDecl()
/freebsd/sys/contrib/device-tree/src/mips/mobileye/
H A Deyeq6h.dtsi173 * Declare the interrupt-parent even though the mti,gic
H A Deyeq5.dtsi243 * Declare the interrupt-parent even though the mti,gic
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp57 .Case("declare", OpenACCDirectiveKind::Declare) in getOpenACCDirectiveKind()
296 case OpenACCDirectiveKind::Declare: in isOpenACCDirectiveKind()
579 case OpenACCDirectiveKind::Declare: in doesDirectiveHaveAssociatedStmt()
632 case OpenACCDirectiveKind::Declare: in getOpenACCScopeFlags()
/freebsd/tools/build/
H A Dcheckstyle9.pl229 our $Declare;
319 $Declare = qr{(?:$Storage\s+)?$Type};
2371 $Declare|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td225 // Declare the target which we are implementing
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_ipv6.m499 [Declare in_port_t?])
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp608 auto UpdateDeclareIfNeeded = [&](auto *Declare) { in upgradeDeclareExpressions() argument
609 auto *DIExpr = Declare->getExpression(); in upgradeDeclareExpressions()
611 !isa_and_nonnull<Argument>(Declare->getAddress())) in upgradeDeclareExpressions()
615 Declare->setExpression(DIExpression::get(Context, Ops)); in upgradeDeclareExpressions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp846 DbgVariableRecord::LocationType::Declare); in buildFrameDebugInfo()
1133 DbgVariableRecord::LocationType::Declare); in insertSpills()
1982 if (DVR.getType() == DbgVariableRecord::LocationType::Declare) { in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is,
/freebsd/contrib/ntp/
H A Dconfig.h.in195 /* Declare errno? */
201 /* Declare h_errno? */
261 /* Declare syscall()? */
1353 /* Declare in_port_t? */

1234