Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp444 unsigned Op0Size = Op0Ty.getSizeInBits(); in getInstrMapping() local
475 if (Op0Size == 128) in getInstrMapping()
480 if (Op0Size == 128) { in getInstrMapping()
489 if (isFloatingPoint_32or64(InstTy, Op0Size) || in getInstrMapping()
490 isAmbiguous_64(InstTy, Op0Size)) { in getInstrMapping()
492 {getFprbMapping(Op0Size), &Mips::ValueMappings[Mips::GPRIdx]}); in getInstrMapping()
494 assert((isInteger_32(InstTy, Op0Size) || in getInstrMapping()
495 isAmbiguous_32(InstTy, Op0Size) || in getInstrMapping()
496 isAmbiguousWithMergeOrUnmerge_64(InstTy, Op0Size)) && in getInstrMapping()
499 getOperandsMapping({getGprbOrCustomMapping(Op0Size, MappingID), in getInstrMapping()
[all …]