Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h416 virtual uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) = 0;
DIceTargetLoweringX86Base.h290 uint32_t getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes,
292 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
DIceTargetLoweringX86BaseImpl.h7465 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call);
7579 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call);
7625 StackArgumentsSize = getCallStackArgumentsSizeBytes(ArgTypes, ReturnType);
7627 StackArgumentsSize = getCallStackArgumentsSizeBytes(Call);
7644 uint32_t TargetX86Base<TraitsType>::getCallStackArgumentsSizeBytes(
7689 uint32_t TargetX86Base<TraitsType>::getCallStackArgumentsSizeBytes(
7705 getCallStackArgumentsSizeBytes(ArgTypes, ReturnType);
DIceTargetLoweringMIPS32.h792 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
DIceTargetLoweringARM32.h295 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
DIceTargetLoweringMIPS32.cpp224 uint32_t TargetMIPS32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes() function in Ice::MIPS32::TargetMIPS32
849 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize()
DIceTargetLoweringARM32.cpp422 uint32_t TargetARM32::getCallStackArgumentsSizeBytes(const InstCall *Call) { in getCallStackArgumentsSizeBytes() function in Ice::ARM32::TargetARM32
851 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call); in findMaxStackOutArgsSize()