Home
last modified time | relevance | path

Searched refs:ComputationEntry (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h905 class ComputationEntry {
907 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function
922 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
DIceTargetLoweringARM32.h1284 class ComputationEntry {
1286 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function
1301 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
DIceTargetLoweringARM32.cpp6779 ComputationEntry(&Instr, IceType_i1)); in recordProducers()
6786 ComputationEntry(&Instr, Dest->getType())); in recordProducers()
6793 ComputationEntry(&Instr, IceType_i32)); in recordProducers()
DIceTargetLoweringMIPS32.cpp6050 ComputationEntry(&Instr, IceType_i1)); in recordProducers()