Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp264 unsigned GPRSize = getMaximumSize(RISCV::GPRBRegBankID); in getInstrMapping() local
265 assert((GPRSize == 32 || GPRSize == 64) && "Unexpected GPR size"); in getInstrMapping()
269 &RISCV::ValueMappings[GPRSize == 64 ? RISCV::GPRB64Idx in getInstrMapping()
361 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping()
384 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping()
415 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping()
489 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping()
500 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h32 Mips::AFL_REG GPRSize = Mips::AFL_REG_NONE; member
56 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; } in getGPRSizeValue()
127 GPRSize = P.isGP64bit() ? Mips::AFL_REG_64 : Mips::AFL_REG_32; in setGPRSizeFromPredicates()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h690 MIPS_AFL_REG GPRSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1758 Flags.gpr_size = Section.GPRSize; in writeSectionContent()
H A DELFYAML.cpp1543 IO.mapOptional("GPRSize", Section.GPRSize, in sectionMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10990 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART() local
10991 if (GPRSize > 0) { in LowerAAPCS_VASTART()
10999 DAG.getConstant(GPRSize, DL, PtrVT)); in LowerAAPCS_VASTART()
11030 DAG.getStore(Chain, DL, DAG.getConstant(-GPRSize, DL, MVT::i32), in LowerAAPCS_VASTART()