Home
last modified time | relevance | path

Searched refs:At (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/freebsd/contrib/bmake/unit-tests/
H A Dexport-variants.mk12 . warning At this point, no variable should be exported.
16 . warning At this point, no variable should be exported.
20 . warning At this point, no variable should be exported.
28 . warning At this point, a single variable should be exported.
32 . warning At this point, a single variable should be exported.
36 . warning At this point, a single variable should be exported.
H A Dvarname-dot-parsefile.exp1 make: varname-dot-parsefile.mk:32: At this point, .PARSEFILE is undefined.
4 At run time, .PARSEFILE is undefined.
H A Dvarname-dot-parsedir.exp1 make: varname-dot-parsedir.mk:37: At this point, .PARSEDIR is undefined.
4 At run time, .PARSEDIR is undefined.
H A Dvarname-dot-parsefile.mk32 .info At this point, .PARSEFILE is undefined.
46 @echo At run time, .PARSEFILE is ${.PARSEFILE:Uundefined}.
H A Dvarname-dot-parsedir.mk37 .info At this point, .PARSEDIR is undefined.
51 @echo At run time, .PARSEDIR is ${.PARSEDIR:Uundefined}.
H A Ddoterror.mk5 @echo At first, I am
H A Ddoterror.exp1 At first, I am
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp67 const Atom &At) { in atomsInEquivalenceClass() argument
69 for (auto MemberIt = EquivalentAtoms.findLeader(At); in atomsInEquivalenceClass()
157 Atom At = *EquivalentAtoms.findLeader(*E); in simplifyConstraints() local
158 if (TrueAtoms.contains(At) || FalseAtoms.contains(At)) in simplifyConstraints()
161 atomsInEquivalenceClass(EquivalentAtoms, At); in simplifyConstraints()
167 for (Atom At : TrueAtoms) in simplifyConstraints() local
168 Info->TrueAtoms.append(atomsInEquivalenceClass(EquivalentAtoms, At)); in simplifyConstraints()
170 for (Atom At : FalseAtoms) in simplifyConstraints() local
171 Info->FalseAtoms.append(atomsInEquivalenceClass(EquivalentAtoms, At)); in simplifyConstraints()
H A DArena.cpp164 std::underlying_type_t<Atom> At; in parse() local
165 if (In.consumeInteger(10, At)) in parse()
167 return &A.makeAtomRef(static_cast<Atom>(At)); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp99 MachineBasicBlock::iterator At; member
107 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo()
312 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() local
313 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock()
323 if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent()) in genMuxInBlock()
326 MachineBasicBlock &B = *MX.At->getParent(); in genMuxInBlock()
327 const DebugLoc &DL = B.findDebugLoc(MX.At); in genMuxInBlock()
328 auto NewMux = BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR) in genMuxInBlock()
H A DHexagonVExtract.cpp117 auto EmitAddr = [&] (MachineBasicBlock &BB, MachineBasicBlock::iterator At, in runOnMachineFunction()
121 auto MIB = BuildMI(BB, At, dl, HII->get(FiOpc), AddrR); in runOnMachineFunction()
145 MachineBasicBlock::iterator At = std::next(DefI->getIterator()); in runOnMachineFunction() local
150 Register AddrR = EmitAddr(DefB, At, DefI->getDebugLoc(), FI, 0); in runOnMachineFunction()
151 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc)) in runOnMachineFunction()
H A DHexagonEarlyIfConv.cpp189 void predicateInstr(MachineBasicBlock *ToB, MachineBasicBlock::iterator At,
192 MachineBasicBlock::iterator At, MachineBasicBlock *FromB,
195 unsigned buildMux(MachineBasicBlock *B, MachineBasicBlock::iterator At,
701 MachineBasicBlock::iterator At, MachineInstr *MI, in predicateInstr() argument
704 if (At != ToB->end()) in predicateInstr()
705 DL = At->getDebugLoc(); in predicateInstr()
714 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr()
735 BuildMI(*ToB, At, DL, D) in predicateInstr()
752 MachineBasicBlock::iterator At, MachineBasicBlock *FromB, in predicateBlockNB() argument
762 ToB->splice(At, FromB, I); in predicateBlockNB()
[all …]
H A DHexagonBitSimplify.cpp1329 auto At = MachineBasicBlock::iterator(MI); in processBlock() local
1354 BuildMI(B, At, DL, HII.get(TargetOpcode::COPY), NewR) in processBlock()
1390 MachineBasicBlock &B, MachineBasicBlock::iterator At,
1420 MachineBasicBlock::iterator At, in genTfrConst() argument
1424 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrsi), Reg) in genTfrConst()
1431 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrpi), Reg) in genTfrConst()
1440 BuildMI(B, At, DL, HII.get(Opc), Reg) in genTfrConst()
1451 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg) in genTfrConst()
1465 BuildMI(B, At, DL, HII.get(Opc), Reg); in genTfrConst()
1493 auto At = I->isPHI() ? B.getFirstNonPHI() : I; in processBlock() local
[all …]
H A DHexagonConstExtenders.cpp185 MachineBasicBlock::iterator At; member
188 : Block(B), At(It) { in Loc()
1516 MachineBasicBlock::iterator At = DefL.At; in insertInitializer() local
1517 DebugLoc dl = DefL.Block->findDebugLoc(DefL.At); in insertInitializer()
1528 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::PS_fi), DefR) in insertInitializer()
1535 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_tfrsi), DefR) in insertInitializer()
1540 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_subri), DefR) in insertInitializer()
1545 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_addi), DefR) in insertInitializer()
1554 InitI = BuildMI(MBB, At, dl, HII->get(NewOpc), DefR) in insertInitializer()
1563 BuildMI(MBB, At, dl, HII->get(Hexagon::S2_asl_i_r), TmpR) in insertInitializer()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp373 auto &At = *(Tokens.end() - 2); in tryMergeNSStringLiteral() local
375 if (At->isNot(tok::at) || String->isNot(tok::string_literal)) in tryMergeNSStringLiteral()
377 At->Tok.setKind(tok::string_literal); in tryMergeNSStringLiteral()
378 At->TokenText = StringRef(At->TokenText.begin(), in tryMergeNSStringLiteral()
379 String->TokenText.end() - At->TokenText.begin()); in tryMergeNSStringLiteral()
380 At->ColumnWidth += String->ColumnWidth; in tryMergeNSStringLiteral()
381 At->setType(TT_ObjCStringLiteral); in tryMergeNSStringLiteral()
474 const auto At = *(Tokens.end() - 2); in tryMergeCSharpKeywordVariables() local
475 if (At->isNot(tok::at)) in tryMergeCSharpKeywordVariables()
483 At->Tok.setKind(tok::identifier); in tryMergeCSharpKeywordVariables()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp251 } else if (const AtomicRMWInst *At = dyn_cast<AtomicRMWInst>(&I)) { in updateForBB() local
252 if (At->getPointerAddressSpace() == FlatAddrspace) { in updateForBB()
256 } else if (const AtomicCmpXchgInst *At = dyn_cast<AtomicCmpXchgInst>(&I)) { in updateForBB() local
257 if (At->getPointerAddressSpace() == FlatAddrspace) { in updateForBB()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h253 const Instruction *At) {
255 assert(At && "This function requires At instruction to be provided.");
266 if (isHighCostExpansionHelper(WorkItem, L, *At, Cost, ScaledBudget, *TTI,
429 const Instruction *At, Loop *L);
442 const Instruction &At, InstructionCost &Cost,
/freebsd/contrib/dialog/samples/install/
H A Dsetup.help1 At the moment, only installation from a harddisk
31 At the end, you can install lilo, the Linux Loader.
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h132 MCPseudoProbeBase(uint64_t I, uint64_t At, uint8_t T, uint32_t D) in MCPseudoProbeBase() argument
133 : Index(I), Discriminator(D), Attributes(At), Type(T) {} in MCPseudoProbeBase()
194 MCDecodedPseudoProbe(uint64_t Ad, uint32_t I, PseudoProbeType K, uint8_t At, in MCDecodedPseudoProbe() argument
196 : MCPseudoProbeBase(I, At, static_cast<uint8_t>(K), D), Address(Ad), in MCDecodedPseudoProbe()
/freebsd/sbin/setkey/
H A Dsample.cf45 # At Host-A and Host-B,
71 # At Gateway-A:
88 # At Gateway-B. Attention to the selector and peer's IP address for tunnel.
111 # At Gateway-A:
146 # At Host-A:
/freebsd/libexec/rc/rc.d/
H A Dautomount27 /sbin/umount -At autofs
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.h26 StackID At(uptr i) const;
H A Dtsan_ignoreset.cpp32 StackID IgnoreSet::At(uptr i) const { in At() function in __tsan::IgnoreSet
/freebsd/contrib/unbound/doc/
H A Dlibunbound.rst271 At this time it is only possible to set configuration before the first
283 At this time it is only possible to set configuration before the first
288 At this time it is only possible to set configuration before the first
302 At this time it is only possible to set configuration before the first
311 At this time it is only possible to set configuration before the first
316 At this time it is only possible to add trusted keys before the first
331 At this time it is only possible to add trusted keys before the first
337 At this time it is only possible to add trusted keys before the first
343 At this time it is only possible to add trusted keys before the first
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1172 for (const auto *At : Vd->attrs()) { in insertAttrExprs() local
1173 switch (At->getKind()) { in insertAttrExprs()
1175 const auto *A = cast<AcquiredBeforeAttr>(At); in insertAttrExprs()
1191 const auto *A = cast<AcquiredAfterAttr>(At); in insertAttrExprs()
1886 for(const Attr *At : D->attrs()) { in handleCall() local
1887 switch (At->getKind()) { in handleCall()
1891 const auto *A = cast<AcquireCapabilityAttr>(At); in handleCall()
1902 const auto *A = cast<AssertCapabilityAttr>(At); in handleCall()
1916 const auto *A = cast<ReleaseCapabilityAttr>(At); in handleCall()
1927 const auto *A = cast<RequiresCapabilityAttr>(At); in handleCall()
[all …]

12345678910>>...14