| /external/clang/lib/CodeGen/ |
| D | CGLoopInfo.cpp | 44 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.vectorize.width"), in createMetadata() local 52 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.interleave.count"), in createMetadata() local 60 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createMetadata() local 68 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.vectorize.enable"), in createMetadata() local 84 Metadata *Vals[] = {MDString::get(Ctx, Name)}; in createMetadata() local 89 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.distribute.enable"), in createMetadata() local
|
| /external/llvm-project/clang-tools-extra/clangd/support/ |
| D | Logger.h | 48 void log(Logger::Level L, const char *Fmt, Ts &&... Vals) { in log() 62 template <typename... Ts> void elog(const char *Fmt, Ts &&... Vals) { in elog() 68 template <typename... Ts> void log(const char *Fmt, Ts &&... Vals) { in log() 73 template <typename... Ts> void vlog(const char *Fmt, Ts &&... Vals) { in vlog() 80 llvm::Error error(std::error_code EC, const char *Fmt, Ts &&... Vals) { in error() 86 template <typename... Ts> llvm::Error error(const char *Fmt, Ts &&... Vals) { in error()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGLoopInfo.cpp | 64 Metadata *Vals[] = { in createPipeliningMetadata() local 119 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata() local 127 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata() local 181 Metadata *Vals[] = { in createUnrollAndJamMetadata() local 189 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 279 Metadata *Vals[] = { in createLoopVectorizeMetadata() local 345 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.distribute.enable"), in createLoopDistributeMetadata() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 296 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 430 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 440 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 445 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 454 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 459 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
| /external/llvm/include/llvm/Bitcode/ |
| D | BitstreamWriter.h | 301 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 435 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 445 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 450 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 459 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 464 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
| /external/llvm-project/llvm/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 379 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() 513 void EmitRecordWithAbbrev(unsigned Abbrev, const Container &Vals) { in EmitRecordWithAbbrev() 523 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 528 void EmitRecordWithBlob(unsigned Abbrev, const Container &Vals, in EmitRecordWithBlob() 537 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray() 542 void EmitRecordWithArray(unsigned Abbrev, const Container &Vals, in EmitRecordWithArray()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPFISelDAGToDAG.cpp | 366 val_vec_type Vals(total_size, 0); in getConstantFieldValue() local 393 val_vec_type &Vals, uint64_t Offset) { in fillGenericConstant() 430 val_vec_type &Vals, int Offset) { in fillConstantDataArray() 443 val_vec_type &Vals, int Offset) { in fillConstantArray() 455 val_vec_type &Vals, int Offset) { in fillConstantStruct()
|
| /external/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFISelDAGToDAG.cpp | 366 val_vec_type Vals(total_size, 0); in getConstantFieldValue() local 393 val_vec_type &Vals, uint64_t Offset) { in fillGenericConstant() 430 val_vec_type &Vals, int Offset) { in fillConstantDataArray() 443 val_vec_type &Vals, int Offset) { in fillConstantArray() 455 val_vec_type &Vals, int Offset) { in fillConstantStruct()
|
| /external/llvm-project/clang/test/SemaTemplate/ |
| 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
|
| /external/clang/test/SemaTemplate/ |
| 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
|
| /external/llvm-project/llvm/unittests/Analysis/ |
| D | PhiValuesTest.cpp | 53 PhiValues::ValueSet Vals; in TEST() local 129 PhiValues::ValueSet Vals; in TEST() local
|
| /external/clang/test/CodeGen/ |
| D | 2003-06-22-UnionCrash.c | 7 } Vals; member
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | 2003-06-22-UnionCrash.c | 7 } Vals; member
|
| /external/llvm/include/llvm/Support/ |
| D | Format.h | 80 std::tuple<Ts...> Vals; variable 111 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | MDBuilder.cpp | 45 SmallVector<Metadata *, 4> Vals(Weights.size() + 1); in createBranchWeights() local 202 SmallVector<Metadata *, 4> Vals(Fields.size() * 3); in createTBAAStructNode() local 306 Metadata *Vals[] = { in createIrrLoopHeaderWeight() local 316 Metadata *Vals[] = { in createMisExpect() local
|
| /external/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 555 SmallVector<unsigned, 64> Vals; in writeStringRecord() local 1011 SmallVector<unsigned, 64> Vals; in writeComdats() local 1042 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}; in writeValueSymbolTableForwardDecl() local 1154 SmallVector<unsigned, 64> Vals; in writeModuleInfo() local 1965 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() 2013 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeConstants() local 2228 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeModuleConstants() local 2249 SmallVectorImpl<unsigned> &Vals) { in pushValueAndType() 2280 SmallVectorImpl<unsigned> &Vals) { in pushValue() 2286 SmallVectorImpl<uint64_t> &Vals) { in pushValueSigned() [all …]
|
| /external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugLocEntry.h | 136 ArrayRef<DbgValueLoc> Vals) in DebugLocEntry() 157 void addValues(ArrayRef<DbgValueLoc> Vals) { in addValues()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugLocEntry.h | 136 ArrayRef<DbgValueLoc> Vals) in DebugLocEntry() 157 void addValues(ArrayRef<DbgValueLoc> Vals) { in addValues()
|
| /external/llvm/lib/IR/ |
| D | MDBuilder.cpp | 45 SmallVector<Metadata *, 4> Vals(Weights.size() + 1); in createBranchWeights() local 131 SmallVector<Metadata *, 4> Vals(Fields.size() * 3); in createTBAAStructNode() local
|
| /external/llvm/unittests/IR/ |
| D | ConstantsTest.cpp | 425 Constant *Vals[] = {ConstantInt::get(T, 0), ConstantInt::get(T, 1)}; in TEST() local 434 Constant *Vals[] = {ConstantFP::get(T, 0), ConstantFP::get(T, 1)}; in TEST() local 447 Constant *Vals[] = {ConstantInt::get(T, 0), ConstantInt::get(T, 1)}; in TEST() local 455 Constant *Vals[] = {ConstantFP::get(T, 0), ConstantFP::get(T, 1)}; in TEST() local
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| D | 7zItem.h | 96 CRecordVector<UInt32> Vals; member 138 CRecordVector<UInt64> Vals; member
|
| /external/llvm-project/llvm/lib/IR/ |
| D | MDBuilder.cpp | 45 SmallVector<Metadata *, 4> Vals(Weights.size() + 1); in createBranchWeights() local 198 SmallVector<Metadata *, 4> Vals(Fields.size() * 3); in createTBAAStructNode() local 302 Metadata *Vals[] = { in createIrrLoopHeaderWeight() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 586 SmallVector<unsigned, 64> Vals; in writeStringRecord() local 1096 SmallVector<unsigned, 64> Vals; in writeComdats() local 1124 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}; in writeValueSymbolTableForwardDecl() local 1237 SmallVector<unsigned, 64> Vals; in writeModuleInfo() local 2078 uint64_t Vals[] = {0, 0}; in writeModuleMetadata() local 2261 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() 2309 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeConstants() local 2537 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeModuleConstants() local 2558 SmallVectorImpl<unsigned> &Vals) { in pushValueAndType() 2589 SmallVectorImpl<unsigned> &Vals) { in pushValue() [all …]
|
| /external/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 596 SmallVector<unsigned, 64> Vals; in writeStringRecord() local 1124 SmallVector<unsigned, 64> Vals; in writeComdats() local 1152 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}; in writeValueSymbolTableForwardDecl() local 1269 SmallVector<unsigned, 64> Vals; in writeModuleInfo() local 1570 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() 1577 static void emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A) { in emitWideAPInt() 2168 uint64_t Vals[] = {0, 0}; in writeModuleMetadata() local 2392 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeConstants() local 2615 const ValueEnumerator::ValueList &Vals = VE.getValues(); in writeModuleConstants() local 2636 SmallVectorImpl<unsigned> &Vals) { in pushValueAndType() [all …]
|
| /external/llvm-project/llvm/utils/PerfectShuffle/ |
| D | PerfectShuffle.cpp | 157 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { in PrintOperation() 199 static void EvaluateOps(unsigned short Elt, unsigned short Vals[], in EvaluateOps() 341 unsigned short Vals[30]; in main() local 434 unsigned short Vals[30]; in main() local
|