Searched defs:MaxSrcs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInst.h | 251 const SizeT MaxSrcs; // only used for assert variable 273 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel() 678 static InstPhi *create(Cfg *Func, SizeT MaxSrcs, Variable *Dest) { in create() 1122 InstTarget(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstTarget()
|
H A D | IceInst.cpp | 71 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst() 387 InstPhi::InstPhi(Cfg *Func, SizeT MaxSrcs, Variable *Dest) in InstPhi()
|
H A D | IceTargetLowering.cpp | 898 SizeT MaxSrcs) { in makeHelperCall()
|
H A D | IceTargetLoweringX8664.cpp | 6199 constexpr SizeT MaxSrcs = 2; in genTargetHelperCallFor() local 6284 constexpr SizeT MaxSrcs = 1; in genTargetHelperCallFor() local
|
H A D | IceTargetLoweringX8632.cpp | 6911 constexpr SizeT MaxSrcs = 2; in genTargetHelperCallFor() local 7020 constexpr SizeT MaxSrcs = 1; in genTargetHelperCallFor() local
|
H A D | IceTargetLoweringMIPS32.cpp | 542 constexpr SizeT MaxSrcs = 1; in genTargetHelperCallFor() local
|
H A D | IceTargetLoweringARM32.cpp | 675 constexpr SizeT MaxSrcs = 1; in genTargetHelperCallFor() local
|