Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp463 unsigned Op0Size = Op0Ty.getSizeInBits(); in getInstrMapping() local
494 if (Op0Size == 128) in getInstrMapping()
499 if (Op0Size == 128) { in getInstrMapping()
508 if (isFloatingPoint_32or64(InstTy, Op0Size) || in getInstrMapping()
509 isAmbiguous_64(InstTy, Op0Size)) { in getInstrMapping()
511 {getFprbMapping(Op0Size), &Mips::ValueMappings[Mips::GPRIdx]}); in getInstrMapping()
513 assert((isInteger_32(InstTy, Op0Size) || in getInstrMapping()
514 isAmbiguous_32(InstTy, Op0Size) || in getInstrMapping()
515 isAmbiguousWithMergeOrUnmerge_64(InstTy, Op0Size)) && in getInstrMapping()
518 getOperandsMapping({getGprbOrCustomMapping(Op0Size, MappingID), in getInstrMapping()
[all …]