| /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/armnn/include/armnn/ |
| D | BackendOptions.hpp | 192 union Vals union in armnn::BackendOptions::Var 200 Vals(){} in Vals() function 203 explicit Vals(int i) : i(i) {}; in Vals() function 204 explicit Vals(unsigned int u) : u(u) {}; in Vals() function 205 explicit Vals(float f) : f(f) {}; in Vals() function 206 explicit Vals(bool b) : b(b) {}; in Vals() function 207 explicit Vals(const char* s) : s(std::string(s)) {} in Vals() function 208 explicit Vals(std::string s) : s(s) {} in Vals() function
|
| /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/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/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/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/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/clang/test/CodeGen/ |
| D | 2003-06-22-UnionCrash.c | 7 } Vals; member
|
| /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/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/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/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/lzma/CPP/7zip/Archive/7z/ |
| D | 7zItem.h | 96 CRecordVector<UInt32> Vals; member 138 CRecordVector<UInt64> Vals; member
|
| /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/utils/PerfectShuffle/ |
| D | PerfectShuffle.cpp | 158 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { in PrintOperation() 200 static void EvaluateOps(unsigned short Elt, unsigned short Vals[], in EvaluateOps() 342 unsigned short Vals[30]; in main() local 435 unsigned short Vals[30]; in main() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | CGProfile.cpp | 90 Metadata *Vals[] = {ValueAsMetadata::get(E.first.first), in addModuleFlags() local
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitstreamReader.cpp | 194 SmallVectorImpl<uint64_t> &Vals) { in readArrayAbbrev() 201 SmallVectorImpl<uint64_t> &Vals) { in readRecord()
|
| /external/lzma/C/ |
| D | 7z.h | 65 UInt32 *Vals; member 72 CNtfsFileTime *Vals; member
|
| /external/llvm/lib/Bitcode/Reader/ |
| D | BitstreamReader.cpp | 177 SmallVectorImpl<uint64_t> &Vals, in readRecord()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugLocEntry.h | 128 void addValues(ArrayRef<DebugLocEntry::Value> Vals) { in addValues()
|
| /external/llvm/utils/TableGen/ |
| D | CodeEmitterGen.cpp | 182 const std::vector<RecordVal> &Vals = R->getValues(); in getInstructionCase() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | BasicValueFactory.cpp | 109 llvm::ImmutableList<SVal> Vals) { in getCompoundValData()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
| D | BitstreamReader.cpp | 206 SmallVectorImpl<uint64_t> &Vals, in readRecord()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Error.h | 1197 inline Error createStringError(std::error_code EC, char const *Fmt, in createStringError() 1212 inline Error createStringError(std::errc EC, char const *Fmt, in createStringError()
|