Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp934 unsigned KReg = countTrailingZeros(Kills); in adjustLiveRegs() local
936 LLVM_DEBUG(dbgs() << "Renaming %fp" << KReg << " as imp %fp" << DReg in adjustLiveRegs()
938 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()
939 std::swap(RegMap[KReg], RegMap[DReg]); in adjustLiveRegs()
940 Kills &= ~(1 << KReg); in adjustLiveRegs()
948 unsigned KReg = getStackEntry(0); in adjustLiveRegs() local
949 if (!(Kills & (1 << KReg))) in adjustLiveRegs()
951 LLVM_DEBUG(dbgs() << "Popping %fp" << KReg << "\n"); in adjustLiveRegs()
953 Kills &= ~(1 << KReg); in adjustLiveRegs()
959 unsigned KReg = countTrailingZeros(Kills); in adjustLiveRegs() local
[all …]