/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Logger.h | 47 void log(Logger::Level L, const char *Fmt, Ts &&... Vals) { in log() 61 template <typename... Ts> void elog(const char *Fmt, Ts &&... Vals) { in elog() 67 template <typename... Ts> void log(const char *Fmt, Ts &&... Vals) { in log() 72 template <typename... Ts> void vlog(const char *Fmt, Ts &&... Vals) { in vlog() 79 llvm::Error error(std::error_code EC, const char *Fmt, Ts &&... Vals) { in error() 85 template <typename... Ts> llvm::Error error(const char *Fmt, Ts &&... Vals) { in error()
|
/llvm-project/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[] = { createLoopVectorizeMetadata() local 270 Metadata *Vals[] = { createLoopVectorizeMetadata() local 280 Metadata *Vals[] = { createLoopVectorizeMetadata() local 289 Metadata *Vals[] = { createLoopVectorizeMetadata() local 362 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.distribute.enable"), createLoopDistributeMetadata() local 445 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.align"), createMetadata() local [all...] |
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 459 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 591 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 601 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 606 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 615 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 620 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | NumberedValues.h | 19 DenseMap<unsigned, T> Vals; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-06-22-UnionCrash.c | 7 } Vals; member
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCommandLine.cpp | 75 parse(cl::Option & O,llvm::StringRef ArgName,llvm::StringRef ArgValue,std::set<SPIRV::Extension::Extension> & Vals) parse() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | PhiValuesTest.cpp | 54 PhiValues::ValueSet Vals; in TEST() local 130 PhiValues::ValueSet Vals; TEST() local [all...] |
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 363 TmpVal = std::move(Vals); in getConstantFieldValue() local 390 fillGenericConstant(const DataLayout & DL,const Constant * CV,val_vec_type & Vals,uint64_t Offset) fillGenericConstant() argument 427 fillConstantDataArray(const DataLayout & DL,const ConstantDataArray * CDA,val_vec_type & Vals,int Offset) fillConstantDataArray() argument 440 fillConstantArray(const DataLayout & DL,const ConstantArray * CA,val_vec_type & Vals,int Offset) fillConstantArray() argument 452 fillConstantStruct(const DataLayout & DL,const ConstantStruct * CS,val_vec_type & Vals,int Offset) fillConstantStruct() argument [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-expr-1.cpp | 182 template<typename T> class Vals {}; class 183 template<> class Vals<int> { public: static const int i = 1; }; class 184 template<> class Vals<float> { public: static const double i; }; class
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 602 SmallVector<unsigned, 64> Vals; in writeStringRecord() local 720 emitSignedInt64(SmallVectorImpl<uint64_t> & Vals,uint64_t V) emitSignedInt64() argument 728 emitWideAPInt(SmallVectorImpl<uint64_t> & Vals,const APInt & A) emitWideAPInt() argument 1147 SmallVector<uint16_t, 64> Vals; writeComdats() local 1257 SmallVector<unsigned, 64> Vals; writeModuleInfo() local 1958 const ValueEnumerator::ValueList &Vals = VE.getValues(); writeConstants() local 2183 const ValueEnumerator::ValueList &Vals = VE.getValues(); writeModuleConstants() local 2204 pushValueAndType(const Value * V,unsigned InstID,SmallVectorImpl<unsigned> & Vals) pushValueAndType() argument 2218 pushValue(const Value * V,unsigned InstID,SmallVectorImpl<unsigned> & Vals) pushValue() argument 2224 pushValueSigned(const Value * V,unsigned InstID,SmallVectorImpl<uint64_t> & Vals) pushValueSigned() argument 2232 writeInstruction(const Instruction & I,unsigned InstID,SmallVectorImpl<unsigned> & Vals) writeInstruction() argument 2621 SmallVector<unsigned, 64> Vals; writeFunction() local [all...] |
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Arena.h | 131 std::vector<std::unique_ptr<Value>> Vals; variable
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 107 const llvm::ArrayRef<const Formula *> &Vals) in WatchedLiteralsSolverImpl() 409 WatchedLiteralsSolver::solve(llvm::ArrayRef<const Formula *> Vals) { in solve()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 199 addValues(Vals); in DebugLocEntry() argument 224 addValues(ArrayRef<DbgValueLoc> Vals) addValues() argument
|
/llvm-project/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
|
/llvm-project/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() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 36 Metadata *Vals[] = {ValueAsMetadata::get(E.first.first), in addModuleFlags() local
|
/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 57 SmallVector<Metadata *, 4> Vals(Weights.size() + Offset); in createBranchWeights() local 241 SmallVector<Metadata *, 4> Vals(Fields.size() * 3); createTBAAStructNode() local 345 Metadata *Vals[] = { createIrrLoopHeaderWeight() local [all...] |
H A D | ProfDataUtils.cpp | 263 SmallVector<Metadata *, 3> Vals; scaleProfData() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 679 SmallVector<unsigned, 64> Vals; writeStringRecord() local 888 emitSignedInt64(SmallVectorImpl<uint64_t> & Vals,uint64_t V) emitSignedInt64() argument 895 emitWideAPInt(SmallVectorImpl<uint64_t> & Vals,const APInt & A) emitWideAPInt() argument 1334 SmallVector<unsigned, 64> Vals; writeComdats() local 1362 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}; writeValueSymbolTableForwardDecl() local 1487 SmallVector<unsigned, 64> Vals; writeModuleInfo() local 2427 uint64_t Vals[] = {0, 0}; writeModuleMetadata() local 2651 const ValueEnumerator::ValueList &Vals = VE.getValues(); writeConstants() local 2875 const ValueEnumerator::ValueList &Vals = VE.getValues(); writeModuleConstants() local 2896 pushValueAndType(const Value * V,unsigned InstID,SmallVectorImpl<unsigned> & Vals) pushValueAndType() argument 2927 pushValue(const Value * V,unsigned InstID,SmallVectorImpl<unsigned> & Vals) pushValue() argument 2933 pushValueSigned(const Value * V,unsigned InstID,SmallVectorImpl<uint64_t> & Vals) pushValueSigned() argument 2942 writeInstruction(const Instruction & I,unsigned InstID,SmallVectorImpl<unsigned> & Vals) writeInstruction() argument 3533 SmallVector<unsigned, 64> Vals; writeFunction() local 3954 SmallVector<unsigned, 64> Vals; writeModStrings() local 4810 constexpr std::array<unsigned, 1> Vals = {{bitc::BITCODE_CURRENT_EPOCH}}; writeIdentificationBlock() local 4819 uint32_t Vals[5]; writeModuleHash() local 5169 SmallVector<unsigned, 64> Vals; writeSimplifiedModuleInfo() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | SmallPtrSetTest.cpp | 363 int Vals[5] = {11, 22, 33, 44, 55}; TEST() local 376 int Vals[6] = {0, 1, 2, 3, 4, 5}; TEST() local [all...] |
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp |
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 366 Constant *CA = ConstantArray::get(ArrayTy, Vals); in TEST() local 378 Constant *CA = ConstantArray::get(ArrayTy, Vals); in TEST() local 393 Constant *CV = ConstantVector::get(Vals); in TEST() local 404 Constant *CV = ConstantVector::get(Vals); in TEST() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 1314 inline Error createStringError(char const *Fmt, const Ts &...Vals) { in createStringError() argument 1309 createStringError(char const * Fmt,const Ts &...Vals) createStringError() argument
|
/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 215 SmallVectorImpl<uint64_t> &Vals, in readRecord() argument [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 413 checkAddressSizeSupported(unsigned AddressSize,std::error_code EC,char const * Fmt,const Ts &...Vals) checkAddressSizeSupported() argument
|