Searched refs:IA (Results 76 - 99 of 99) sorted by relevance

1234

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c642 uint8_t *p, *si, *unicast, IA; local
799 /* IA */
858 IA = 1;
861 IA = 0;
960 for (l = 0; IA && l < ifo->ia_len; l++) {
2194 logerrx("%s: IA Address option truncated", ifp->name);
2203 logerr("%s: IA Address pltime %"PRIu32
2270 logerrx("%s: IA Prefix option truncated", ifp->name);
2280 logerrx("%s: IA Prefix pltime %"PRIu32
2429 logerrx("%s: IA optio
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2448 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
2450 unsigned(IA->hasSideEffects()) | unsigned(IA->isAlignStack()) << 1 |
2451 unsigned(IA->getDialect() & 1) << 2 | unsigned(IA->canThrow()) << 3);
2454 const std::string &AsmStr = IA->getAsmString();
2459 const std::string &ConstraintStr = IA->getConstraintString();
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Daddmul_1.asm1 dnl IA-64 mpn_addmul_1 -- Multiply a limb vector with a limb and add the
H A Dsubmul_1.asm1 dnl IA-64 mpn_submul_1 -- Multiply a limb vector with a limb and subtract the
H A Dmul_2.asm1 dnl IA-64 mpn_mul_2 -- Multiply a n-limb number with a 2-limb number and store
H A Dmul_1.asm1 dnl IA-64 mpn_mul_1, mpn_mul_1c -- Multiply a limb vector with a limb and
H A Daors_n.asm1 dnl IA-64 mpn_add_n/mpn_sub_n -- mpn addition and subtraction.
H A Daddmul_2.asm1 dnl IA-64 mpn_addmul_2 -- Multiply a n-limb number with a 2-limb number and
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp926 if (auto *IA = N.getRawInlinedAt())
927 AssertDI(isa<DILocation>(IA), "inlined-at should be a location", &N, IA); local
2789 const InlineAsm *IA = cast<InlineAsm>(CBI.getCalledOperand()); local
2790 Assert(!IA->canThrow(), "Unwinding from Callbr is not allowed");
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2585 else if (const auto *IA = dyn_cast<MSInheritanceAttr>(Attr))
2586 NewAttr = S.mergeMSInheritanceAttr(D, *IA, IA->getBestCase(),
2587 IA->getInheritanceModel());
13367 if (const auto *IA = dyn_cast_or_null<DLLImportAttr>(DLLAttr)) {
13382 Diag(IA->getLocation(), diag::note_attribute);
17511 if (const MSInheritanceAttr *IA = Record->getAttr<MSInheritanceAttr>())
17513 IA->getRange(), IA->getBestCase(),
17514 IA
[all...]
H A DSemaDeclAttr.cpp6394 MSInheritanceAttr *IA = S.mergeMSInheritanceAttr( local
6396 if (IA) {
6397 D->addAttr(IA);
7138 if (MSInheritanceAttr *IA = D->getAttr<MSInheritanceAttr>()) {
7139 if (IA->getInheritanceModel() == Model)
7141 Diag(IA->getLocation(), diag::err_mismatched_ms_inheritance)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3542 const auto *IA = Previous->getAttr<MSInheritanceAttr>(); local
3544 if (IA && !D->hasAttr<MSInheritanceAttr>()) {
3545 NewAttr = cast<InheritableAttr>(IA->clone(Context));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4041 MDNode *Scope = nullptr, *IA = nullptr; local
4049 IA = dyn_cast_or_null<MDNode>(
4051 if (!IA)
4054 LastLoc = DILocation::get(Scope->getContext(), Line, Col, Scope, IA,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4827 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, argument
4919 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledOperand()); local
4920 if (!IA) return true;
4923 if (!IsOperandAMemoryOperand(CI, IA, I, TLI, TRI))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4044 int getNumOutputArgs(InlineAsm *IA, CallBase *CB) {
4056 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
4088 InlineAsm *IA = cast<InlineAsm>(CB->getCalledOperand());
4089 int OutputArgs = getNumOutputArgs(IA, CB);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2434 const InlineAsm *IA = cast<InlineAsm>(I.getCalledOperand());
2435 if (!IA->canThrow()) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1634 if (auto *IA = getInlinedAt())
1635 return IA->getInlinedAtScope();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2327 InlineAsm *IA = cast<InlineAsm>(Callee); local
2328 if (!IA->canThrow()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8333 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); local
8334 if (IA->hasSideEffects())
8336 if (IA->isAlignStack())
8340 Flags |= IA->getDialect() * InlineAsm::Extra_AsmDialect;
8367 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); local
8378 bool HasSideEffect = IA->hasSideEffects();
8458 bool EmitEHLabels = isa<InvokeInst>(Call) && IA->canThrow();
8518 IA->getAsmString().c_str(), TLI.getProgramPointerTy(DAG.getDataLayout())));
H A DTargetLowering.cpp4630 const InlineAsm *IA = cast<InlineAsm>(Call.getCalledOperand()); local
4638 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp899 llvm::InlineAsm *IA =
901 return CGF.Builder.CreateCall(IA, {BitBase, BitPos});
1592 llvm::InlineAsm *IA =
1597 llvm::CallInst *CI = Builder.CreateCall(IA, EmitScalarExpr(E->getArg(0)));
14632 llvm::InlineAsm *IA =
14637 llvm::CallInst *CI = Builder.CreateCall(IA);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18322 InlineAsm *IA = cast<InlineAsm>(CI->getCalledOperand());
18323 std::string AsmStr = IA->getAsmString();
18337 IA->getConstraintString().compare(0, 4, "=l,l") == 0) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4789 if (any_of(Ins, [](const ISD::InputArg &IA) { return IA.Flags.isByVal(); }))

Completed in 719 milliseconds

1234