HomeSort by relevance Sort by last modified time
    Searched defs:ParamSize (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp 226 unsigned ParamSize = Ins[i].VT.getStoreSizeInBits();
227 unsigned Param = PM.addArgumentParam(ParamSize);
289 unsigned ParamSize = OutVals[0].getValueType().getSizeInBits();
290 unsigned Param = PM.addReturnParam(ParamSize);
  /art/compiler/jni/quick/
calling_convention.h 179 size_t ParamSize(unsigned int param) const {

Completed in 336 milliseconds