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 | 1284 class ComputationEntry { 1286 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function 1301 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
|
D | IceTargetLoweringARM32.cpp | 6779 ComputationEntry(&Instr, IceType_i1)); in recordProducers() 6786 ComputationEntry(&Instr, Dest->getType())); in recordProducers() 6793 ComputationEntry(&Instr, IceType_i32)); in recordProducers()
|
D | IceTargetLoweringMIPS32.cpp | 6050 ComputationEntry(&Instr, IceType_i1)); in recordProducers()
|