| /src/sys/dev/acpi/ |
| ipmi_acpi.c | 87 struct ipmi_attach_args IA, *ia = &IA; local 134 ia->iaa_iot = aa->aa_iot; 135 ia->iaa_memt = aa->aa_memt; 137 ia->iaa_if_type = itype; 138 ia->iaa_if_rev = ivers; 139 ia->iaa_if_iotype = io ? 'i' : 'm'; 140 ia->iaa_if_iobase = io ? io->ar_base : mem->ar_base; 141 ia->iaa_if_iospacing = 1 [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| RDFDeadCode.cpp | 82 void DeadCodeElimination::scanInstr(NodeAddr<InstrNode*> IA, 84 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) 86 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode())) 88 for (NodeAddr<RefNode*> RA : IA.Addr->members(DFG)) { 96 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); 97 for (NodeAddr<UseNode*> UA : IA.Addr->members_if(DFG.IsUse, DFG)) { 101 for (NodeAddr<DefNode*> TA : DFG.getRelatedRefs(IA, DA)) 129 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) 130 scanInstr(IA, WorkQ); 150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool [all...] |
| RDFCopy.cpp | 72 for (NodeAddr<InstrNode*> IA : BA.Addr->members(DFG)) { 73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { 74 NodeAddr<StmtNode*> SA = IA; 89 NodeAddr<InstrNode*> IA) { 90 NodeAddr<RefNode*> RA = L.getNearestAliasedRef(RefRR, IA); 164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); 165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); 166 NodeId AtUse = getLocalReachingDef(SR, IA); 176 << *NodeAddr<StmtNode*>(IA).Addr->getCode(); 197 auto FC = CopyMap.find(IA.Id) [all...] |
| HexagonOptAddrMode.cpp | 179 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); 182 NodeAddr<RefNode*> AA = LV->getNearestAliasedRef(OffsetRR, IA); 187 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode(); 301 NodeAddr<InstrNode *> IA = UA.Addr->getOwner(*DFG); 306 NodeAddr<RefNode*> AA = LV->getNearestAliasedRef(LRExtRR, IA); 314 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode(); 691 for (auto IA : BA.Addr->members(*DFG)) { 692 if (!DFG->IsCode<NodeAttrs::Stmt>(IA)) 695 NodeAddr<StmtNode *> SA = IA; 705 << Print<NodeAddr<InstrNode *>>(IA, *DFG) << '\n') [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| MicrosoftCXXABI.cpp | 199 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); 200 assert(IA && "Expected MSInheritanceAttr on the CXXRecordDecl!"); 201 return IA->getInheritanceModel();
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-ldmstm.ml | 32 type amode = IA | IB | DA | DB 40 IA -> "ia" 46 IA -> "" 53 IA -> 0 60 IA -> nregs * 4 153 (* Thumb1 mode only supports IA with update. However, for LDMIA, 159 IA, _, false -> true 160 | IA, true, true -> true 167 IA, true -> "TARGET_THUMB1 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-ldmstm.ml | 32 type amode = IA | IB | DA | DB 40 IA -> "ia" 46 IA -> "" 53 IA -> 0 60 IA -> nregs * 4 153 (* Thumb1 mode only supports IA with update. However, for LDMIA, 159 IA, _, false -> true 160 | IA, true, true -> true 167 IA, true -> "TARGET_THUMB1 [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| CompilationDatabase.cpp | 164 const auto *IA = cast<driver::InputAction>(A); 165 Inputs.push_back(std::string(IA->getInputArg().getSpelling()));
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| ObjCARCContract.cpp | 464 InlineAsm *IA = 470 objcarc::createCallInstWithColors(IA, None, "", Inst, BlockColors);
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| TypeBasedAliasAnalysis.cpp | 508 int IA = PathA.size() - 1; 512 while (IA >= 0 && IB >= 0) { 513 if (PathA[IA] == PathB[IB]) 514 Ret = PathA[IA]; 517 --IA;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| InlineAsmLowering.cpp | 53 const InlineAsm *IA = cast<InlineAsm>(CB.getCalledOperand()); 54 if (IA->hasSideEffects()) 56 if (IA->isAlignStack()) 60 Flags |= IA->getDialect() * InlineAsm::Extra_AsmDialect; 277 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); 355 .addExternalSymbol(IA->getAsmString().c_str())
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| Mips16HardFloat.cpp | 52 InlineAsm *IA = InlineAsm::get(AsmFTy, AsmText, "", true, 54 CallInst::Create(IA, AsmArgs, "", BB);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RDFLiveness.cpp | 163 auto Block = [this] (NodeAddr<InstrNode*> IA) -> MachineBasicBlock* { 164 if (IA.Addr->getKind() == NodeAttrs::Stmt) 165 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent(); 166 assert(IA.Addr->getKind() == NodeAttrs::Phi); 167 NodeAddr<PhiNode*> PA = IA; 184 NodeAddr<InstrNode*> IA = TA.Addr->getOwner(DFG); 185 Owners[TA.Id] = IA; 186 Blocks[Block(IA)].push_back(IA.Id); 363 NodeAddr<InstrNode*> IA) { [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCCodeView.cpp | 291 MCCVFunctionInfo::LineInfo &IA = I->second; 296 FilteredLines.back().getFileNum() != IA.File || 297 FilteredLines.back().getLine() != IA.Line || 298 FilteredLines.back().getColumn() != IA.Col) { 301 FuncId, IA.File, IA.Line, IA.Col, false, false));
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| MveEmitter.cpp | 909 const ImmediateArg &IA = kv.second; 912 switch (IA.boundsType) { 914 lo = IA.i1; 915 hi = IA.i2; 919 hi = llvm::APInt::getMaxValue(IA.i1).zext(128); 928 unsigned ArgTypeBits = IA.ArgType->sizeInBits(); 936 if (!IA.ExtraCheckType.empty()) { 938 if (!IA.ExtraCheckArgs.empty()) { 940 StringRef Arg = IA.ExtraCheckArgs; 942 tmp = utostr(IA.ArgType->sizeInBits()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfCompileUnit.cpp | 658 const DILocation *IA = Scope->getInlinedAt(); 660 getOrCreateSourceID(IA->getFile())); 661 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); 662 if (IA->getColumn()) 663 addUInt(*ScopeDIE, dwarf::DW_AT_call_column, None, IA->getColumn()); 664 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) 666 IA->getDiscriminator()); 1323 cast<const DILocalVariable>(Node), nullptr /* IA */);; 1327 cast<const DILabel>(Node), nullptr /* IA */);
|
| /src/sys/dev/pcmcia/ |
| if_xireg.h | 149 #define IA 0x8 /* RW - Individual address */
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGStmt.cpp | 2571 llvm::InlineAsm *IA = llvm::InlineAsm::get( 2577 Builder.CreateCallBr(IA, Fallthrough, Transfer, Args); 2583 llvm::CallBase *Result = EmitCallOrInvoke(IA, Args, ""); 2589 Builder.CreateCall(IA, Args, getBundlesForFunclet(IA));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| RDFGraph.h | 736 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM); 754 NodeAddr<RefNode*> getNextRelated(NodeAddr<InstrNode*> IA, 756 NodeAddr<RefNode*> getNextShadow(NodeAddr<InstrNode*> IA, 758 NodeAddr<RefNode*> getNextShadow(NodeAddr<InstrNode*> IA, 761 NodeList getRelatedRefs(NodeAddr<InstrNode*> IA, 838 locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, 849 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM); 850 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM); 851 template <typename T> void linkRefUp(NodeAddr<InstrNode*> IA, 861 NodeAddr<InstrNode*> IA = RA.Addr->getOwner(*this) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUCodeGenPrepare.cpp | 881 // char|short jq = ia ^ ib; 891 // int ia = (int)LHS; 892 Value *IA = Num; 897 // float fa = (float)ia; 898 Value *FA = IsSigned ? Builder.CreateSIToFP(IA, F32Ty) 899 : Builder.CreateUIToFP(IA, F32Ty);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| InlineFunction.cpp | 553 InlineAsm *IA = cast<InlineAsm>(CI->getCalledOperand()); 554 if (!IA->canThrow()) { 1486 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); 1488 OrigDL.getScope(), IA);
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| Driver.cpp | 1968 if (InputAction *IA = dyn_cast<InputAction>(A)) { 1969 os << "\"" << IA->getInputArg().getValue() << "\""; 2534 if (auto *IA = dyn_cast<InputAction>(HostAction)) { 2540 if (!(IA->getType() == types::TY_CUDA || 2541 IA->getType() == types::TY_HIP || 2542 IA->getType() == types::TY_PP_HIP)) { 2555 auto Ty = IA->getType() == types::TY_HIP ? types::TY_HIP_DEVICE 2566 llvm::sys::fs::real_path(IA->getInputArg().getValue(), RealPath, 2578 IA->setId(CUID); 2582 C.MakeAction<InputAction>(IA->getInputArg(), Ty, IA->getId())) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| InstCombineCalls.cpp | 2327 InlineAsm *IA = cast<InlineAsm>(Callee); 2328 if (!IA->canThrow()) {
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp6.c | 201 #define DECLINE_IA(ia) \ 202 ((ia)->addr_flags & IN6_IFF_DUPLICATED && \ 203 (ia)->ia_type != 0 && (ia)->ia_type != D6_OPTION_IA_PD && \ 204 !((ia)->flags & IPV6_AF_STALE) && \ 205 (ia)->prefix_vltime != 0) 601 struct if_ia *ia; local 604 ia = &ifp->options->ia[i]; 605 if (ia->ia_type != D6_OPTION_IA_PD 1124 struct dhcp6_ia_addr ia = { local 1653 struct ipv6_addr *ia = arg; local 1713 struct if_ia *ia; local 1749 struct ipv6_addr *ia; local 2022 struct ipv6_addr *ia; local 2263 struct dhcp6_ia_addr ia; local 2464 struct dhcp6_ia_na ia; local 2641 struct ipv6_addr *ia, *ian; local 2890 struct ipv6_addr *ia; local 3019 struct if_ia *ia; local 3126 struct if_ia *ia; local 3188 struct ipv6_addr *ia; local 3722 struct ipv6_addr *ia; local 3929 struct ipv6_addr *ia = arg; local 4016 struct if_ia *ia; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| DataFlowSanitizer.cpp | 567 DataFlowSanitizer::InstrumentedABI IA; 601 : DFS(DFS), F(F), IA(DFS.getInstrumentedABI()), IsNativeABI(IsNativeABI) { 1756 switch (IA) { 1828 switch (IA) { 2955 switch (DFSF.IA) {
|