Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp64 X86GenRegisterBankInfo::getPartialMappingIdx(const LLT &Ty, bool isFP) { in getPartialMappingIdx() function in X86GenRegisterBankInfo
119 OpRegBankIdx[Idx] = getPartialMappingIdx(MRI.getType(MO.getReg()), isFP); in getInstrPartialMappingIdxs()
155 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, isFP), 3); in getSameOperandsMapping()
213 OpRegBankIdx[0] = getPartialMappingIdx(Ty0, /* isFP */ FirstArgIsFP); in getInstrMapping()
214 OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ SecondArgIsFP); in getInstrMapping()
228 auto FpRegBank = getPartialMappingIdx(Ty1, /* isFP */ true); in getInstrMapping()
H A DX86RegisterBankInfo.h36 static PartialMappingIdx getPartialMappingIdx(const LLT &Ty, bool isFP);