Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp147 Function *Declare = M.getFunction("llvm.dbg.declare"); in stripDebugDeclareImpl()
150 if (Declare) { in stripDebugDeclareImpl()
151 while (!Declare->use_empty()) { in stripDebugDeclareImpl()
152 CallInst *CI = cast<CallInst>(Declare->user_back()); in stripDebugDeclareImpl()
167 Declare->eraseFromParent(); in stripDebugDeclareImpl()
141 Function *Declare = M.getFunction("llvm.dbg.declare"); stripDebugDeclareImpl() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h52 Declare, enumerator
112 case OpenACCDirectiveKind::Declare: in printOpenACCDirectiveKind()
/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/include/llvm/IR/
H A DDebugProgramInstruction.h267 Declare, enumerator
401 bool isDbgDeclare() { return Type == LocationType::Declare; } in isDbgDeclare()
429 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.td52 // Declare the target which we are implementing
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td60 // Declare the target which we are implementing
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp77 if (DVR->getType() == DbgVariableRecord::LocationType::Declare) in findDVRDeclares()
2158 auto ProcessDeclare = [&](auto *Declare, auto &DeclareList) { in runOnFunction() argument
2162 if (Declare->getExpression()->getNumElements() != 0) in runOnFunction()
2164 if (!Declare->getAddress()) in runOnFunction()
2167 dyn_cast<AllocaInst>(Declare->getAddress()->stripPointerCasts())) { in runOnFunction()
2174 DeclareList[Alloca].insert(Declare); in runOnFunction()
2175 Vars[Alloca].insert(VarRecord(Declare)); in runOnFunction()
2203 for (auto *Declare : Declares) { in runOnFunction() local
2211 assert(llvm::any_of(Markers, [Declare](auto *Assign) { in runOnFunction()
2213 DebugVariableAggregate(Declare); in runOnFunction()
[all …]
H A DDebugProgramInstruction.cpp41 Type = LocationType::Declare;
199 LocationType::Declare); in createDVRDeclare()
415 case DbgVariableRecord::LocationType::Declare: in createDebugIntrinsic()
/freebsd/sys/contrib/device-tree/src/mips/mobileye/
H A Deyeq6h.dtsi82 * Declare the interrupt-parent even though the mti,gic
H A Deyeq5.dtsi128 * Declare the interrupt-parent even though the mti,gic
/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.cpp149 case OpenACCDirectiveKind::Declare: in doesClauseApplyToDirective()
166 case OpenACCDirectiveKind::Declare: in doesClauseApplyToDirective()
183 case OpenACCDirectiveKind::Declare: in doesClauseApplyToDirective()
200 case OpenACCDirectiveKind::Declare: in doesClauseApplyToDirective()
245 case OpenACCDirectiveKind::Declare: in doesClauseApplyToDirective()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmrvl,intc.txt52 - interrupt-controller : Declare this node to be an interrupt controller.
/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.td200 // Declare the target which we are implementing
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp612 auto UpdateDeclareIfNeeded = [&](auto *Declare) { in upgradeDeclareExpressions() argument
613 auto *DIExpr = Declare->getExpression(); in upgradeDeclareExpressions()
615 !isa_and_nonnull<Argument>(Declare->getAddress())) in upgradeDeclareExpressions()
619 Declare->setExpression(DIExpression::get(Context, Ops)); in upgradeDeclareExpressions()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_ipv6.m499 [Declare in_port_t?])
/freebsd/contrib/diff/
H A DChangeLog721 (errno): Declare if !STDC_HEADERS.
1277 (alloca): Declare like coreutils does it.
2000 * system.h (gettext): Declare; use a stub if ! HAVE_LIBINTL_H.
2001 (setlocale): Declare; use a stub if ! HAVE_LOCALE_H.
2383 * system.h (malloc, realloc): Declare only if !HAVE_STDLIB_H.
2384 (memchr): Declare only if !HAVE_MEMCHR. These changes are
2421 * system.h (malloc, realloc): Declare only if !HAVE_STDLIB_H.
2422 (memchr): Declare only if !HAVE_MEMCHR. These changes are
2448 (getenv, malloc, realloc): Declare even if HAVE_STDLIB_H, since some
2713 * system.h (memchr): Declare if !HAVE_MEMCHR, not if
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp56 .Case("declare", OpenACCDirectiveKind::Declare) in getOpenACCDirectiveKind()
291 case OpenACCDirectiveKind::Declare: in isOpenACCDirectiveKind()
/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? */
/freebsd/contrib/openbsm/m4/
H A Dltoptions.m4126 # Declare package support for building win32 dll's.
/freebsd/contrib/openpam/m4/
H A Dltoptions.m4126 # Declare package support for building win32 dll's.

1234