/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 90 Metadata *Vals[] = {ValueAsMetadata::get(E.first.first), in addModuleFlags() local
|
D | MemorySanitizer.cpp | 1545 SmallVector<Constant *, 4> Vals(AT->getNumElements(), in getPoisonedShadow() local 1550 SmallVector<Constant *, 4> Vals; in getPoisonedShadow() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitstreamReader.cpp | 194 SmallVectorImpl<uint64_t> &Vals) { in readArrayAbbrev() 201 SmallVectorImpl<uint64_t> &Vals) { in readRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 206 SmallVectorImpl<uint64_t> &Vals, in readRecord()
|
/third_party/skia/third_party/externals/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()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTracePC.cpp | 305 uint64_t *Vals = Cases + 2; in __sanitizer_cov_trace_switch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1631 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; in areAllValsInBB() local 1655 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; in areCallValsEqual() local 1755 LeaderTableEntry Vals = LeaderTable[num]; in findLeader() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 120 SmallVector<SDValue, 8> Vals; in ExpandRes_BITCAST() local
|
D | LegalizeVectorOps.cpp | 717 SmallVector<SDValue, 8> Vals; in ExpandLoad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi() 1024 Node Return(uint32_t Count, Node *Vals) { in Return()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TailDuplicator.cpp | 336 AvailableValsTy Vals; in addSSAUpdateEntry() local
|
D | RegisterCoalescer.cpp | 2315 SmallVector<Val, 8> Vals; member in __anonccb485930311::JoinVals
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 1927 SmallVector<Init*, 16> Vals; in ParseSimpleValue() local 1977 SmallVector<Init*, 16> Vals; in ParseSimpleValue() local
|
D | Record.cpp | 627 SmallVector<Init*, 8> Vals; in convertInitListSlice() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 568 static MCCFIInstruction createEscape(MCSymbol *L, StringRef Vals) { in createEscape()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 718 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1283 SDValue Vals[] = { Lo, Hi }; in lowerMulDiv() local 1357 SDValue Vals[] = { Out, SDValue(Val.getNode(), 1) }; in lowerDSPIntr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 953 SmallVector<Metadata *, 3> Vals; in annotateValueSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 1515 VectorPair Vals = opSplit(cast<StoreSDNode>(Op)->getValue(), dl, DAG); in SplitHvxMemOp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 914 ArrayRef<Register> Vals = getOrCreateVRegs(*SI.getValueOperand()); in translateStore() local
|