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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 652 uint32_t encodeCompactUnwindRegistersWithoutFrame(unsigned RegCount) const {
676 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){
678 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j)
687 switch (RegCount) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 51 milliseconds