Searched refs:Vals (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DWaymarking.h135 // Add a new tag, calculated from Count and Stop, to the Vals pack, while
137 template <unsigned Len, bool Stop, unsigned Count, uint8_t... Vals>
141 template <unsigned Len, unsigned Count, uint8_t... Vals> struct GenTag {
143 typename AddTag<Len, (Count <= MARK_MASK), Count, Vals...>::Xdata Xdata;
149 template <unsigned Len, uint8_t... Vals> struct GenOffset {
150 typedef typename GenTag<Len, sizeof...(Vals), Vals...>::Xdata Xdata;
154 template <unsigned Len, unsigned Count, uint8_t... Vals>
155 struct AddTag<Len, false, Count, Vals...> {
156 typedef typename GenTag<Len - 1, (Count >> MARK_SIZE), Vals typedef in struct:llvm::detail::WaymarkingTraits::GenTag
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp386 SmallVectorImpl<unsigned> &Vals);
389 SmallVectorImpl<unsigned> &Vals);
391 SmallVectorImpl<uint64_t> &Vals);
393 SmallVectorImpl<unsigned> &Vals);
598 SmallVector<unsigned, 64> Vals; local
604 Vals.push_back(Str[i]);
608 Stream.EmitRecord(Code, Vals, AbbrevToUse);
1155 SmallVector<unsigned, 64> Vals; local
1158 Vals.push_back(addToStrtab(C->getName()));
1159 Vals
1183 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}; local
1300 SmallVector<unsigned, 64> Vals; local
1601 emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) argument
1608 emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A) argument
2211 uint64_t Vals[] = {0, 0}; local
2435 const ValueEnumerator::ValueList &Vals = VE.getValues(); local
2662 const ValueEnumerator::ValueList &Vals = VE.getValues(); local
2682 pushValueAndType(const Value *V, unsigned InstID, SmallVectorImpl<unsigned> &Vals) argument
2713 pushValue(const Value *V, unsigned InstID, SmallVectorImpl<unsigned> &Vals) argument
2719 pushValueSigned(const Value *V, unsigned InstID, SmallVectorImpl<uint64_t> &Vals) argument
2727 writeInstruction(const Instruction &I, unsigned InstID, SmallVectorImpl<unsigned> &Vals) argument
3309 SmallVector<unsigned, 64> Vals; local
3610 SmallVector<unsigned, 64> Vals; local
4367 constexpr std::array<unsigned, 1> Vals = {{bitc::BITCODE_CURRENT_EPOCH}}; local
4376 uint32_t Vals[5]; local
4717 SmallVector<unsigned, 64> Vals; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h374 /// it is the record code to emit before the Vals, which must not contain
377 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, argument
406 assert(RecordIdx < Vals.size() && "Invalid abbrev/record");
407 EmitAbbreviatedLiteral(Op, Vals[RecordIdx]);
417 assert(RecordIdx == Vals.size() &&
430 EmitVBR(static_cast<uint32_t>(Vals.size()-RecordIdx), 6);
433 for (unsigned e = Vals.size(); RecordIdx != e; ++RecordIdx)
434 EmitAbbreviatedField(EltEnc, Vals[RecordIdx]);
441 assert(RecordIdx == Vals.size() &&
449 emitBlob(Vals
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp157 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { argument
158 unsigned short ThisOp = Vals[ValNo];
169 if (Vals[i] == ShufTab[ThisOp].Arg0) {
175 if (!ShufTab[Vals[ValNo]].Op->isOnlyLHSOperator()) {
183 if (Vals[i] == ShufTab[ThisOp].Arg1) {
199 static void EvaluateOps(unsigned short Elt, unsigned short Vals[],
205 if (Vals[i] == Elt) return;
210 EvaluateOps(Arg0, Vals, NumVals);
212 EvaluateOps(Arg1, Vals, NumVals);
214 Vals[NumVal
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp85 val_vec_type &Vals, uint64_t Offset);
87 val_vec_type &Vals, int Offset);
89 val_vec_type &Vals, int Offset);
91 val_vec_type &Vals, int Offset);
366 val_vec_type Vals(total_size, 0);
367 if (fillGenericConstant(DL, Init, Vals, 0) == false)
369 cs_vals_[static_cast<const void *>(Init)] = Vals;
370 TmpVal = std::move(Vals);
393 val_vec_type &Vals, uint64_t Offset) {
409 Vals[Offse
391 fillGenericConstant(const DataLayout &DL, const Constant *CV, val_vec_type &Vals, uint64_t Offset) argument
428 fillConstantDataArray(const DataLayout &DL, const ConstantDataArray *CDA, val_vec_type &Vals, int Offset) argument
441 fillConstantArray(const DataLayout &DL, const ConstantArray *CA, val_vec_type &Vals, int Offset) argument
453 fillConstantStruct(const DataLayout &DL, const ConstantStruct *CS, val_vec_type &Vals, int Offset) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp206 SmallVectorImpl<uint64_t> &Vals,
217 Vals.reserve(Vals.size() + NumElts);
221 Vals.push_back(MaybeVal.get());
248 Vals.push_back(Op.getLiteralValue());
255 Vals.push_back(MaybeVal.get());
267 Vals.reserve(Vals.size() + NumElts);
285 Vals.push_back(MaybeVal.get());
293 Vals
205 readRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, StringRef *Blob) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatVariadic.h250 inline auto formatv(const char *Fmt, Ts &&... Vals) -> formatv_object<decltype(
251 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> {
253 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
H A DFormat.h91 std::tuple<Ts...> Vals; member in class:llvm::final
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
105 : format_object_base(fmt), Vals(vals...) {
124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { argument
125 return format_object<Ts...>(Fmt, Vals...);
H A DError.h1203 const Ts &... Vals) {
1206 Stream << format(Fmt, Vals...);
1218 const Ts &... Vals) {
1219 return createStringError(std::make_error_code(EC), Fmt, Vals...);
1202 createStringError(std::error_code EC, char const *Fmt, const Ts &... Vals) argument
1217 createStringError(std::errc EC, char const *Fmt, const Ts &... Vals) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp45 SmallVector<Metadata *, 4> Vals(Weights.size() + 1);
46 Vals[0] = createString("branch_weights");
50 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i]));
52 return MDNode::get(Context, Vals);
198 SmallVector<Metadata *, 4> Vals(Fields.size() * 3);
201 Vals[i * 3 + 0] = createConstant(ConstantInt::get(Int64, Fields[i].Offset));
202 Vals[i * 3 + 1] = createConstant(ConstantInt::get(Int64, Fields[i].Size));
203 Vals[i * 3 + 2] = Fields[i].Type;
205 return MDNode::get(Context, Vals);
302 Metadata *Vals[] local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h183 /// \param Vals One or more values describing (parts of) the variable.
185 ArrayRef<DbgValueLoc> Vals)
187 addValues(Vals);
206 void addValues(ArrayRef<DbgValueLoc> Vals) { argument
207 Values.append(Vals.begin(), Vals.end());
184 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, ArrayRef<DbgValueLoc> Vals) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp64 Metadata *Vals[] = { local
68 Args.push_back(MDNode::get(Ctx, Vals));
119 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), local
122 Args.push_back(MDNode::get(Ctx, Vals));
127 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; local
128 Args.push_back(MDNode::get(Ctx, Vals));
181 Metadata *Vals[] = { local
185 Args.push_back(MDNode::get(Ctx, Vals));
189 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll_and_jam.enable")}; local
190 Args.push_back(MDNode::get(Ctx, Vals));
260 Metadata *Vals[] = { local
269 Metadata *Vals[] = { local
279 Metadata *Vals[] = { local
288 Metadata *Vals[] = { local
361 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.distribute.enable"), local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A DExecutionUtils.cpp48 template <typename... Ts> static void outsv(const char *Fmt, Ts &&...Vals) { argument
49 outs() << formatv(Fmt, Vals...);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h1049 inline Value **unwrap(LLVMValueRef *Vals) { argument
1050 return reinterpret_cast<Value**>(Vals);
1054 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { argument
1056 for (LLVMValueRef *I = Vals, *E = Vals + Length; I != E; ++I)
1060 return reinterpret_cast<T**>(Vals);
1063 inline LLVMValueRef *wrap(const Value **Vals) { argument
1064 return reinterpret_cast<LLVMValueRef*>(const_cast<Value**>(Vals));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp38 Metadata *Vals[] = {ValueAsMetadata::get(E.first.first), local
42 Nodes.push_back(MDNode::get(Context, Vals));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp123 SmallVector<SDValue, 8> Vals; local
125 Vals.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, ElemVT,
130 for (unsigned e = Vals.size(); e - Slot > 2; Slot += 2, e += 1) {
133 SDValue LHS = Vals[Slot];
134 SDValue RHS = Vals[Slot + 1];
139 Vals.push_back(DAG.getNode(
144 Lo = Vals[Slot++];
145 Hi = Vals[Slot++];
/netbsd-current/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp565 SmallVector<const Expr *, 8> Vals;
566 if (!getNSArrayObjects(Msg->getArg(0), NS, Vals))
573 if (Vals.size() != Keys.size())
576 if (Vals.empty()) {
581 for (unsigned i = 0, n = Vals.size(); i < n; ++i) {
582 objectifyExpr(Vals[i], commit);
585 SourceRange ValRange = Vals[i]->getSourceRange();
621 SmallVector<const Expr *, 8> Vals;
622 if (!getNSArrayObjects(Msg->getArg(0), NS, Vals))
629 if (Vals
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp127 llvm::ImmutableList<SVal> Vals) {
129 CompoundValData::Profile(ID, T, Vals);
136 new (D) CompoundValData(T, Vals);
126 getCompoundValData(QualType T, llvm::ImmutableList<SVal> Vals) argument
H A DRegionStore.cpp1046 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); local
1048 for (RegionStoreManager::SValListTy::const_iterator I = Vals.begin(),
1049 E = Vals.end();
1304 const SValListTy &Vals = getInterestingValues(*LCS); local
1306 for (SValListTy::const_iterator I = Vals.begin(),
1307 E = Vals.end(); I != E; ++I) {
2551 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); local
2553 for (RegionStoreManager::SValListTy::const_iterator I = Vals.begin(),
2554 E = Vals.end();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2418 SmallVector<Val, 8> Vals; member in class:__anon1863::JoinVals
2430 /// Analyze ValNo in this live range, and set all fields of Vals[ValNo].
2484 Vals(LR.getNumValNums()) {}
2530 return Vals[Num].Resolution;
2629 Val &V = Vals[ValNo];
2679 V.ValidLanes |= Vals[V.RedefVNI->id].ValidLanes;
2717 Val &OtherV = Other.Vals[OtherVNI->id];
2744 Val &OtherV = Other.Vals[V.OtherVNI->id];
2861 Val &V = Vals[ValNo];
2873 assert(Other.Vals[
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1957 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; local
1958 while (Vals && Vals->BB == BB)
1959 Vals = Vals->Next;
1960 return !Vals;
1981 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; local
1982 while (Vals) {
1983 Call = dyn_cast<CallInst>(Vals->Val);
1986 Vals
2079 LeaderTableEntry Vals = LeaderTable[num]; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp976 SmallVector<Metadata *, 3> Vals; local
978 Vals.push_back(MDHelper.createString("VP"));
980 Vals.push_back(MDHelper.createConstant(
983 Vals.push_back(
989 Vals.push_back(MDHelper.createConstant(
991 Vals.push_back(MDHelper.createConstant(
996 Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.cpp607 uint64_t *Vals = Cases + 2;
609 if (Vals[N - 1] < 256 && Val < 256)
615 Token = Val ^ Vals[i];
616 if (Val < Vals[i])
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h266 APInt readWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1876 const std::vector<RecordVal> &Vals = Def.getValues();
1884 for (unsigned i = 0, e = Vals.size(); i != e; ++i) {
1886 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx))
1892 for (unsigned i = 0, e = Vals.size(); i != e; ++i) {
1895 if (Vals[i].isNonconcreteOK() || Vals[i].getValue()->isComplete())
1898 // Determine if Vals[i] actually contributes to the Inst encoding.
1908 if (Var && Var->getName() == Vals[i].getName())
1917 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx))
1933 if (Var->getName() != Vals[
[all...]

Completed in 457 milliseconds

123