Home
last modified time | relevance | path

Searched defs:DefInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.h239 struct DefInfo { struct
259 /// An index for uniquely and deterministically ordering all DefInfo records argument
261 const size_t index = 0;
264 uint32_t num_uses = 0;
268 uint32_t last_use_pos = 0;
272 bool used_in_another_construct = false;
276 bool requires_named_const_def = false;
291 bool requires_hoisted_def = false;
317 inline std::ostream& operator<<(std::ostream& o, const DefInfo& di) { argument
Dfunction.cc724 DefInfo::DefInfo(const spvtools::opt::Instruction& def_inst, in DefInfo() function in tint::reader::spirv::DefInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp336 static bool handleMiddleInst(const MachineInstr &MI, LOHInfo &DefInfo, in handleMiddleInst()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp220 struct DefInfo { struct
221 PhysRegInterval bounds;
222 uint8_t size;
223 uint8_t stride;
226 uint8_t data_stride;
227 RegClass rc;
229 DefInfo(ra_ctx& ctx, aco_ptr<Instruction>& instr, RegClass rc_, int operand) : rc(rc_) in DefInfo() function