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

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMachineFunctionInfo.h 71 /// argreg_begin/argreg_end - Returns iterators to the set of registers
74 reg_iterator argreg_end() const { return RegArgs.end(); } function in class:llvm::PTXMachineFunctionInfo
PTXAsmPrinter.cpp 499 i = MFI->argreg_begin(), e = MFI->argreg_end(), b = i;

Completed in 198 milliseconds