Searched refs:ComputationEntry (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 905 class ComputationEntry { 907 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function 922 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
|
D | IceTargetLoweringARM32.h | 1340 class ComputationEntry { 1342 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function 1357 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
|
D | IceTargetLoweringARM32.cpp | 7011 ComputationEntry(&Instr, IceType_i1)); in recordProducers() 7018 ComputationEntry(&Instr, Dest->getType())); in recordProducers() 7025 ComputationEntry(&Instr, IceType_i32)); in recordProducers()
|
D | IceTargetLoweringMIPS32.cpp | 6050 ComputationEntry(&Instr, IceType_i1)); in recordProducers()
|