Home
last modified time | relevance | path

Searched refs:getCallStackArgumentsSizeBytes (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h381 virtual uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) = 0;
H A DIceTargetLoweringX8632.h287 uint32_t getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes,
289 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
H A DIceTargetLoweringX8664.h283 uint32_t getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes,
285 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
H A DIceTargetLoweringX8664.cpp6203 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call); in genTargetHelperCallFor()
6287 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call); in genTargetHelperCallFor()
6330 StackArgumentsSize = getCallStackArgumentsSizeBytes(ArgTypes, ReturnType); in genTargetHelperCallFor()
6332 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call); in genTargetHelperCallFor()
6349 TargetX8664::getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes, in getCallStackArgumentsSizeBytes() function in Ice::X8664::TargetX8664
6383 uint32_t TargetX8664::getCallStackArgumentsSizeBytes(const InstCall *Instr) { in getCallStackArgumentsSizeBytes() function in Ice::X8664::TargetX8664
6398 getCallStackArgumentsSizeBytes(ArgTypes, ReturnType); in getCallStackArgumentsSizeBytes()
H A DIceTargetLoweringX8632.cpp6915 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call); in genTargetHelperCallFor()
7023 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call); in genTargetHelperCallFor()
7066 StackArgumentsSize = getCallStackArgumentsSizeBytes(ArgTypes, ReturnType); in genTargetHelperCallFor()
7068 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call); in genTargetHelperCallFor()
7085 TargetX8632::getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes, in getCallStackArgumentsSizeBytes() function in Ice::X8632::TargetX8632
7122 uint32_t TargetX8632::getCallStackArgumentsSizeBytes(const InstCall *Instr) { in getCallStackArgumentsSizeBytes() function in Ice::X8632::TargetX8632
7136 return getCallStackArgumentsSizeBytes(ArgTypes, ReturnType); in getCallStackArgumentsSizeBytes()
H A DIceTargetLoweringMIPS32.h760 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
H A DIceTargetLoweringARM32.h294 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
H A DIceTargetLoweringMIPS32.cpp223 uint32_t TargetMIPS32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes() function in Ice::MIPS32::TargetMIPS32
834 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize()
H A DIceTargetLoweringARM32.cpp413 uint32_t TargetARM32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes() function in Ice::ARM32::TargetARM32
827 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize()