Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 1778) sorted by relevance

12345678910>>...72

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp122 const Formula *parse(Arena &A, llvm::StringRef &In) { in parse() argument
123 auto EatSpaces = [&] { In = In.ltrim(' '); }; in parse()
126 if (In.consume_front("!")) { in parse()
127 if (auto *Arg = parse(A, In)) in parse()
132 if (In.consume_front("(")) { in parse()
133 auto *Arg1 = parse(A, In); in parse()
139 if (In.consume_front("|")) in parse()
141 else if (In.consume_front("&")) in parse()
143 else if (In.consume_front("=>")) in parse()
145 else if (In.consume_front("=")) in parse()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h197 bool SelectVOP3ModsImpl(SDValue In, SDValue &Src, unsigned &SrcMods,
200 bool SelectVOP3Mods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
201 bool SelectVOP3ModsNonCanonicalizing(SDValue In, SDValue &Src,
203 bool SelectVOP3BMods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
204 bool SelectVOP3NoMods(SDValue In, SDValue &Src) const;
205 bool SelectVOP3Mods0(SDValue In, SDValue &Src, SDValue &SrcMods,
207 bool SelectVOP3BMods0(SDValue In, SDValue &Src, SDValue &SrcMods,
209 bool SelectVOP3NoMods0(SDValue In, SDValue &Src, SDValue &SrcMods,
212 bool SelectVINTERPModsImpl(SDValue In, SDValue &Src, SDValue &SrcMods,
214 bool SelectVINTERPMods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
[all …]
H A DAMDGPUISelDAGToDAG.cpp51 static bool isExtractHiElt(SDValue In, SDValue &Out) { in isExtractHiElt() argument
52 In = stripBitcast(In); in isExtractHiElt()
54 if (In.getOpcode() == ISD::EXTRACT_VECTOR_ELT) { in isExtractHiElt()
55 if (ConstantSDNode *Idx = dyn_cast<ConstantSDNode>(In.getOperand(1))) { in isExtractHiElt()
58 Out = In.getOperand(0); in isExtractHiElt()
63 if (In.getOpcode() != ISD::TRUNCATE) in isExtractHiElt()
66 SDValue Srl = In.getOperand(0); in isExtractHiElt()
81 static SDValue stripExtractLoElt(SDValue In) { in stripExtractLoElt() argument
82 if (In.getOpcode() == ISD::EXTRACT_VECTOR_ELT) { in stripExtractLoElt()
83 SDValue Idx = In.getOperand(1); in stripExtractLoElt()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp69 bool convert(Instruction *In);
85 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY()
90 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY()
96 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
103 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
111 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY()
120 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
127 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
134 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
141 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
[all …]
H A DHexagonBlockRanges.cpp160 for (auto &In : B) { in InstrIndexMap() local
161 if (In.isDebugInstr()) in InstrIndexMap()
163 assert(getIndex(&In) == IndexType::None && "Instruction already in map"); in InstrIndexMap()
164 Map.insert(std::make_pair(Idx, &In)); in InstrIndexMap()
313 for (auto &In : B) { in computeInitialLiveRanges() local
314 if (In.isDebugInstr()) in computeInitialLiveRanges()
316 IndexType Index = IndexMap.getIndex(&In); in computeInitialLiveRanges()
318 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
334 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
348 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
[all …]
H A DHexagonLoopIdiomRecognition.cpp582 void promoteTo(Instruction *In, IntegerType *DestTy, BasicBlock *LoopB);
586 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle);
977 Instruction *In = dyn_cast<Instruction>(Val); in isPromotableTo() local
978 if (!In) in isPromotableTo()
982 switch (In->getOpcode()) { in isPromotableTo()
993 if (CmpInst *CI = cast<CmpInst>(In)) in isPromotableTo()
997 return In->hasNoSignedWrap() && In->hasNoUnsignedWrap(); in isPromotableTo()
1002 void PolynomialMultiplyRecognize::promoteTo(Instruction *In, in promoteTo() argument
1004 Type *OrigTy = In->getType(); in promoteTo()
1008 if (!In->getType()->isIntegerTy(1)) in promoteTo()
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_01.out1 Item Total Sold In Stock On Order SKU
11 In stock: 54
16 In stock: 4
21 In stock: 2
26 In stock: 144
31 In stock: 14
36 In stock: 45
H A Dtest_10.out1 Item Total Sold In Stock On Order SKU
11 In stock: 54
16 In stock: 4
21 In stock: 2
26 In stock: 144
31 In stock: 14
36 In stock: 45
H A Dtest_02.out1 Item Total Sold In Stock On Order SKU
11 In stock: 54
16 In stock: 4
21 In stock: 2
26 In stock: 144
31 In stock: 14
36 In stock: 45
H A Dtest_01.T.out11 Item Total Sold In Stock On Order SKU
21 In stock: 54
26 In stock: 4
31 In stock: 2
36 In stock: 144
41 In stock: 14
46 In stock: 45
54 Item Total Sold In Stock On Order SKU
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp77 TestAST::TestAST(const TestInputs &In) { in TestAST() argument
84 std::string Filename = In.FileName; in TestAST()
86 Filename = getFilenameForTesting(In.Language).str(); in TestAST()
90 if (auto Err = VFS->setCurrentWorkingDirectory(In.WorkingDir)) in TestAST()
93 llvm::MemoryBuffer::getMemBufferCopy(In.Code, Filename)); in TestAST()
94 for (const auto &Extra : In.ExtraFiles) in TestAST()
100 bool ErrorOK = In.ErrorOK || llvm::StringRef(In.Code).contains("error-ok"); in TestAST()
105 std::vector<std::string> LangArgs = getCC1ArgsForTesting(In.Language); in TestAST()
108 for (const auto &S : In.ExtraArgs) in TestAST()
124 In.MakeAction ? In.MakeAction() : std::make_unique<SyntaxOnlyAction>(); in TestAST()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp28 void llvm::getSipHash_2_4_64(ArrayRef<uint8_t> In, const uint8_t (&K)[16], in getSipHash_2_4_64() argument
30 siphash<2, 4>(In.data(), In.size(), K, Out); in getSipHash_2_4_64()
33 void llvm::getSipHash_2_4_128(ArrayRef<uint8_t> In, const uint8_t (&K)[16], in getSipHash_2_4_128() argument
35 siphash<2, 4>(In.data(), In.size(), K, Out); in getSipHash_2_4_128()
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
165 #define ACPI_COPY_ADDRESS(Out, In) \ argument
166 ACPI_COPY_FIELD(Out, In, ResourceType); \
167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
168 ACPI_COPY_FIELD(Out, In, Decode); \
169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
170 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
171 ACPI_COPY_FIELD(Out, In, Info); \
172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
173 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp35 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary() argument
36 if (auto *ELFBinary = dyn_cast<object::ELFObjectFileBase>(&In)) { in executeObjcopyOnBinary()
44 if (auto *COFFBinary = dyn_cast<object::COFFObjectFile>(&In)) { in executeObjcopyOnBinary()
52 if (auto *MachOBinary = dyn_cast<object::MachOObjectFile>(&In)) { in executeObjcopyOnBinary()
61 dyn_cast<object::MachOUniversalBinary>(&In)) { in executeObjcopyOnBinary()
65 if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
73 if (auto *XCOFFBinary = dyn_cast<object::XCOFFObjectFile>(&In)) { in executeObjcopyOnBinary()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam3517-evm-ui.dtsi14 "Microphone", "Mic In",
15 "Line", "Line In",
21 "LLINEIN", "Line In",
22 "RLINEIN", "Line In",
23 "MICIN", "Mic In";
44 "Microphone", "Mic In",
45 "Line", "Line In",
51 "LLINEIN", "Line In",
52 "RLINEIN", "Line In",
53 "MICIN", "Mic In";
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-errors-jobs.exp5 *** In directory: <curdir>
15 *** In directory: <curdir>
27 *** In directory: <curdir>
39 *** In directory: <curdir>
49 *** In directory: <curdir>
57 *** In directory: <curdir>
H A Dvarmod-loop-varname.exp1 make: varmod-loop-varname.mk:17: In the :@ modifier, the variable name "${:Ubar:S,b,v,}" must not c…
3 make: varmod-loop-varname.mk:87: In the :@ modifier, the variable name "v$" must not contain a doll…
5 make: varmod-loop-varname.mk:93: In the :@ modifier, the variable name "v$$" must not contain a dol…
7 make: varmod-loop-varname.mk:99: In the :@ modifier, the variable name "v$$$" must not contain a do…
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmt2701-cs42448.txt31 "AIN2L", "Tuner In",
32 "AIN2R", "Tuner In",
33 "AIN3L", "Satellite Tuner In",
34 "AIN3R", "Satellite Tuner In",
35 "AIN3L", "AUX In",
36 "AIN3R", "AUX In";
H A Ddavinci-evm-audio.txt26 * Line In
45 "LINE1L", "Line In",
46 "LINE2L", "Line In",
47 "LINE1R", "Line In",
48 "LINE2R", "Line In";
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c256 } In; in AcpiUtDwordByteSwap() local
262 In.Value = Value; in AcpiUtDwordByteSwap()
264 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
265 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
266 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
267 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-verdin-dev.dtsi21 "LAUX", "Line In",
22 "RAUX", "Line In",
23 "LMICP", "Mic In",
24 "RMICP", "Mic In";
29 "Microphone", "Mic In",
30 "Line", "Line In";
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dhisilicon-hns-nic.txt16 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The
26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a
28 this switch. In this case, the port-id will be 2 only.
43 In NIC mode of DSAF, all 6 PHYs of service DSAF are taken as ethernet ports
53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical
55 single NIC connected to this switch. In this case, the port-idx-in-ae
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp124 for (auto *In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
125 LLVM_DEBUG(dbgs() << "predecessor " << In->getName() << ": "); in INITIALIZE_PASS_DEPENDENCY()
126 if (Def->getParent() == In || DT.dominates(Def, In)) { in INITIALIZE_PASS_DEPENDENCY()
128 NewPhi->addIncoming(Def, In); in INITIALIZE_PASS_DEPENDENCY()
131 NewPhi->addIncoming(PoisonValue::get(Def->getType()), In); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp177 const OptTable::Info &In, StringRef Option) { in optionMatches() argument
178 StringRef Name = In.getName(StrTable, PrefixesTable); in optionMatches()
180 for (auto PrefixOffset : In.getPrefixOffsets(PrefixesTable)) in optionMatches()
193 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
194 if (!In.Values || !optionMatches(*StrTable, PrefixesTable, In, Option)) in suggestValueCompletions()
198 StringRef(In.Values).split(Candidates, ",", -1, false); in suggestValueCompletions()
214 const Info &In = OptionInfos[I]; in findByPrefix() local
215 if (In.hasNoPrefix() || (!In.HelpText && !In.GroupID)) in findByPrefix()
217 if (!(In.Visibility & VisibilityMask)) in findByPrefix()
219 if (In.Flags & DisableFlags) in findByPrefix()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h34 MemoryBuffer &In, raw_ostream &Out);
42 MemoryBuffer &In, raw_ostream &Out);
49 object::ELFObjectFileBase &In,

12345678910>>...72