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.h1340 class ComputationEntry {
1342 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function
1357 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
DIceTargetLoweringARM32.cpp7011 ComputationEntry(&Instr, IceType_i1)); in recordProducers()
7018 ComputationEntry(&Instr, Dest->getType())); in recordProducers()
7025 ComputationEntry(&Instr, IceType_i32)); in recordProducers()
DIceTargetLoweringMIPS32.cpp6050 ComputationEntry(&Instr, IceType_i1)); in recordProducers()