Home
last modified time | relevance | path

Searched defs:Vals (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp90 Metadata *Vals[] = {ValueAsMetadata::get(E.first.first), in addModuleFlags() local
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h96 CRecordVector<UInt32> Vals; member
143 CRecordVector<UInt64> Vals; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp205 readRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, StringRef *Blob) readRecord() argument
[all...]
/third_party/lzma/C/
H A D7z.h65 UInt32 *Vals; member
72 CNtfsFileTime *Vals; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h157 void addValues(ArrayRef<DbgValueLoc> Vals) { in addValues() argument
135 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, ArrayRef<DbgValueLoc> Vals) DebugLocEntry() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h91 std::tuple<Ts...> Vals; member in llvm::final
124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format() argument
H A DError.h1197 createStringError(std::error_code EC, char const *Fmt, const Ts &... Vals) createStringError() argument
1212 createStringError(std::errc EC, char const *Fmt, const Ts &... Vals) createStringError() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h91 std::tuple<Ts...> Vals; member in llvm::final
124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h296 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, in EmitRecordWithAbbrevImpl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMDBuilder.cpp306 Metadata *Vals[] in createIrrLoopHeaderWeight() local
316 Metadata *Vals[] = { createMisExpect() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp391 fillGenericConstant(const DataLayout &DL, const Constant *CV, val_vec_type &Vals, uint64_t Offset) fillGenericConstant() argument
428 fillConstantDataArray(const DataLayout &DL, const ConstantDataArray *CDA, val_vec_type &Vals, int Offset) fillConstantDataArray() argument
441 fillConstantArray(const DataLayout &DL, const ConstantArray *CA, val_vec_type &Vals, int Offset) fillConstantArray() argument
453 fillConstantStruct(const DataLayout &DL, const ConstantStruct *CS, val_vec_type &Vals, int Offset) fillConstantStruct() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp120 SmallVector<SDValue, 8> Vals; in ExpandRes_BITCAST() local
H A DLegalizeVectorOps.cpp717 SmallVector<SDValue, 8> Vals; in ExpandLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTailDuplicator.cpp336 AvailableValsTy Vals; in addSSAUpdateEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValue.h907 inline Value **unwrap(LLVMValueRef *Vals) { in unwrap() argument
912 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { in unwrap() argument
921 inline LLVMValueRef *wrap(const Value **Vals) { in wrap() argument
H A DMetadata.h1118 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, ArrayRef<Metadata *> Vals) MDTuple() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h800 inline Value **unwrap(LLVMValueRef *Vals) { in unwrap() argument
805 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { in unwrap() argument
814 inline LLVMValueRef *wrap(const Value **Vals) { in wrap() argument
H A DMetadata.h1076 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, ArrayRef<Metadata *> Vals) MDTuple() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCDwarf.h568 static MCCFIInstruction createEscape(MCSymbol *L, StringRef Vals) { in createEscape() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMap.h718 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp953 SmallVector<Metadata *, 3> Vals; in annotateValueSite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp1927 SmallVector<Init*, 16> Vals; in ParseSimpleValue() local
1977 SmallVector<Init*, 16> Vals; in ParseSimpleValue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1515 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/Transforms/Scalar/
H A DGVN.cpp1631 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; in areAllValsInBB() local
1655 LeaderTableEntry *Vals = &Gvn.LeaderTable[Num]; in areCallValsEqual() local
1755 LeaderTableEntry Vals = LeaderTable[num]; findLeader() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi() argument
1024 Node Return(uint32_t Count, Node *Vals) { in Return() argument

Completed in 44 milliseconds

12