HomeSort by relevance Sort by last modified time
    Searched refs:getCallStackArgumentsSizeBytes (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.h 423 virtual uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) = 0;
IceTargetLoweringX86Base.h 290 uint32_t getCallStackArgumentsSizeBytes(const CfgVector<Type> &ArgTypes,
292 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
    [all...]
IceTargetLoweringMIPS32.h 792 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringARM32.h 295 uint32_t getCallStackArgumentsSizeBytes(const InstCall *Instr) override;
    [all...]
IceTargetLoweringMIPS32.cpp 224 uint32_t TargetMIPS32::getCallStackArgumentsSizeBytes(const InstCall *Call) {
    [all...]
IceTargetLoweringARM32.cpp 423 uint32_t TargetARM32::getCallStackArgumentsSizeBytes(const InstCall *Call) {
852 SizeT OutArgsSizeBytes = getCallStackArgumentsSizeBytes(Call);
    [all...]

Completed in 363 milliseconds