Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp91 struct DefInfo { struct
92 uint16_t lb;
93 uint16_t ub;
94 uint8_t size;
95 uint8_t stride;
96 RegClass rc;
98 DefInfo(ra_ctx& ctx, aco_ptr<Instruction>& instr, RegClass rc_, int operand) : rc(rc_) { in DefInfo() function
/external/clang/include/clang/Lex/
DMacroInfo.h358 DefInfo() : DefDirective(nullptr), IsPublic(true) {} in DefInfo() function
360 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp336 static bool handleMiddleInst(const MachineInstr &MI, LOHInfo &DefInfo, in handleMiddleInst()