/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGLoopInfo.cpp | 65 Metadata *Vals[] = { in createPipeliningMetadata() local 120 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata() local 128 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata() local 182 Metadata *Vals[] = { in createUnrollAndJamMetadata() local 190 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll_and_jam.enable")}; in createUnrollAndJamMetadata() local 261 Metadata *Vals[] = { in createLoopVectorizeMetadata() local 270 Metadata *Vals[] = { in createLoopVectorizeMetadata() local 280 Metadata *Vals[] = { in createLoopVectorizeMetadata() local 289 Metadata *Vals[] = { in createLoopVectorizeMetadata() local 362 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.distribute.enable"), in createLoopDistributeMetadata() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 372 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 504 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 514 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 519 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 528 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 533 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 368 val_vec_type Vals(total_size, 0); in getConstantFieldValue() local 395 val_vec_type &Vals, uint64_t Offset) { in fillGenericConstant() 432 val_vec_type &Vals, int Offset) { in fillConstantDataArray() 445 val_vec_type &Vals, int Offset) { in fillConstantArray() 457 val_vec_type &Vals, int Offset) { in fillConstantStruct()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 603 SmallVector<unsigned, 64> Vals; in writeStringRecord() local 721 void DXILBitcodeWriter::emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, in emitSignedInt64() 729 void DXILBitcodeWriter::emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, in emitWideAPInt() 1159 SmallVector<uint16_t, 64> Vals; in writeComdats() local 1269 SmallVector<unsigned, 64> Vals; in writeModuleInfo() local 1960 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeConstants() local 2193 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeModuleConstants() local 2214 SmallVectorImpl<unsigned> &Vals) { in pushValueAndType() 2228 SmallVectorImpl<unsigned> &Vals) { in pushValue() 2234 SmallVectorImpl<uint64_t> &Vals) { in pushValueSigned() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 629 SmallVector<unsigned, 64> Vals; in writeStringRecord() local 1217 SmallVector<unsigned, 64> Vals; in writeComdats() local 1245 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}; in writeValueSymbolTableForwardDecl() local 1370 SmallVector<unsigned, 64> Vals; in writeModuleInfo() local 1673 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() 1680 static void emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A) { in emitWideAPInt() 2301 uint64_t Vals[] = {0, 0}; in writeModuleMetadata() local 2525 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeConstants() local 2757 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeModuleConstants() local 2778 SmallVectorImpl<unsigned> &Vals) { in pushValueAndType() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 180 BooleanFormula buildBooleanFormula(const llvm::DenseSet<BoolValue *> &Vals) { in buildBooleanFormula() 441 explicit WatchedLiteralsSolverImpl(const llvm::DenseSet<BoolValue *> &Vals) in WatchedLiteralsSolverImpl() 715 Solver::Result WatchedLiteralsSolver::solve(llvm::DenseSet<BoolValue *> Vals) { in solve()
|
/openbsd-src/gnu/llvm/llvm/utils/PerfectShuffle/ |
H A D | PerfectShuffle.cpp | 166 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { in PrintOperation() 213 static void EvaluateOps(unsigned short Elt, unsigned short Vals[], in EvaluateOps() 403 unsigned short Vals[30]; in main() local 502 unsigned short Vals[30]; in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 45 SmallVector<Metadata *, 4> Vals(Weights.size() + 1); in createBranchWeights() local 227 SmallVector<Metadata *, 4> Vals(Fields.size() * 3); in createTBAAStructNode() local 331 Metadata *Vals[] = { in createIrrLoopHeaderWeight() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 199 ArrayRef<DbgValueLoc> Vals) in DebugLocEntry() 224 void addValues(ArrayRef<DbgValueLoc> Vals) { in addValues()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 31 static void error(std::error_code EC, char const *Fmt, const Ts &...Vals) { in error()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 36 Metadata *Vals[] = {ValueAsMetadata::get(E.first.first), in addModuleFlags() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 339 std::vector<std::unique_ptr<Value>> Vals; variable
|
/openbsd-src/gnu/llvm/llvm/tools/lli/ |
H A D | ExecutionUtils.cpp | 48 template <typename... Ts> static void outsv(const char *Fmt, Ts &&...Vals) { in outsv()
|
/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 215 SmallVectorImpl<uint64_t> &Vals, in readRecord()
|
/openbsd-src/gnu/llvm/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 566 SmallVector<const Expr *, 8> Vals; in rewriteToDictionaryLiteral() local 622 SmallVector<const Expr *, 8> Vals; in shouldNotRewriteImmediateMessageArgs() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Error.h | 1246 inline Error createStringError(std::error_code EC, char const *Fmt, in createStringError() 1261 inline Error createStringError(std::errc EC, char const *Fmt, in createStringError()
|
H A D | CommandLine.h | 450 list_initializer<Ty> list_init(ArrayRef<Ty> Vals) { in list_init()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 127 llvm::ImmutableList<SVal> Vals) { in getCompoundValData()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp | 77 Metadata *Vals[3]; in createShaderModelMD() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 748 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() 929 SmallDenseMap(std::initializer_list<typename BaseT::value_type> Vals) in SmallDenseMap()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 394 const Ts &...Vals) { in checkAddressSizeSupported()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 2080 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; in areAllValsInBB() local 2105 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; in areCallValsEqual() local 2203 LeaderTableEntry Vals = LeaderTable[num]; in findLeader() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 123 SmallVector<SDValue, 8> Vals; in ExpandRes_BITCAST() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TailDuplicator.cpp | 338 AvailableValsTy Vals; in addSSAUpdateEntry() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 441 ConstString substitute(llvm::StringRef Mangled, Ts &&... Vals) { in substitute()
|