| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 147 Function *Declare = M.getFunction("llvm.dbg.declare"); in stripDebugDeclareImpl() local 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()
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 39 // Declare the target which we are implementing
|
| /src/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 40 // Declare the target which we are implementing
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 52 Declare, enumerator 112 case OpenACCDirectiveKind::Declare: in printOpenACCDirectiveKind()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 267 Declare, enumerator 401 bool isDbgDeclare() { return Type == LocationType::Declare; } in isDbgDeclare() 429 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable()
|
| /src/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.td | 52 // Declare the target which we are implementing
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 60 // Declare the target which we are implementing
|
| /src/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-tqma8mpql-mba8mp-ras314-imx219.dtso | 17 * The three camera regulators are controlled by a single GPIO. Declare
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 77 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 D | DebugProgramInstruction.cpp | 41 Type = LocationType::Declare; 199 LocationType::Declare); in createDVRDeclare() 415 case DbgVariableRecord::LocationType::Declare: in createDebugIntrinsic()
|
| /src/sys/contrib/device-tree/src/mips/mti/ |
| H A D | malta.dts | 31 * Declare the interrupt-parent even though the mti,gic
|
| H A D | sead3.dts | 51 * Declare the interrupt-parent even though the mti,gic
|
| /src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | mrvl,intc.txt | 52 - interrupt-controller : Declare this node to be an interrupt controller.
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 149 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()
|
| /src/sys/contrib/device-tree/src/mips/mobileye/ |
| H A D | eyeq6h.dtsi | 173 * Declare the interrupt-parent even though the mti,gic
|
| H A D | eyeq5.dtsi | 243 * Declare the interrupt-parent even though the mti,gic
|
| /src/tools/build/ |
| H A D | checkstyle9.pl | 229 our $Declare; 319 $Declare = qr{(?:$Storage\s+)?$Type}; 2371 $Declare|
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 200 // Declare the target which we are implementing
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 612 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()
|
| /src/contrib/ntp/sntp/m4/ |
| H A D | ntp_ipv6.m4 | 99 [Declare in_port_t?])
|
| H A D | ltoptions.m4 | 126 # Declare package support for building win32 dll's.
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 56 .Case("declare", OpenACCDirectiveKind::Declare) in getOpenACCDirectiveKind() 291 case OpenACCDirectiveKind::Declare: in isOpenACCDirectiveKind()
|
| /src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | SelectionDAGCompat.td | 19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is,
|
| /src/contrib/ntp/ |
| H A D | config.h.in | 195 /* Declare errno? */ 201 /* Declare h_errno? */ 261 /* Declare syscall()? */ 1353 /* Declare in_port_t? */
|
| /src/contrib/ldns/m4/ |
| H A D | ltoptions.m4 | 126 # Declare package support for building win32 dll's.
|