Searched refs:ComputationEntry (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 899 class ComputationEntry { 901 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function 916 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
|
D | IceTargetLoweringARM32.h | 1333 class ComputationEntry { 1335 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {} in ComputationEntry() function 1350 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;
|
D | IceTargetLoweringARM32.cpp | 6991 ComputationEntry(&Instr, IceType_i1)); in recordProducers() 6998 ComputationEntry(&Instr, Dest->getType())); in recordProducers() 7005 ComputationEntry(&Instr, IceType_i32)); in recordProducers()
|
D | IceTargetLoweringMIPS32.cpp | 6014 ComputationEntry(&Instr, IceType_i1)); in recordProducers()
|