Searched refs:GPRSize (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVRegisterBankInfo.cpp | 222 unsigned GPRSize = getMaximumSize(RISCV::GPRBRegBankID); in getInstrMapping() local 223 assert((GPRSize == 32 || GPRSize == 64) && "Unexpected GPR size"); in getInstrMapping() 227 &RISCV::ValueMappings[GPRSize == 64 ? RISCV::GPRB64Idx in getInstrMapping() 328 if (GPRSize == 32 && Size.getFixedValue() == 64) { in getInstrMapping() 362 if (GPRSize == 32 && Size.getFixedValue() == 64) { in getInstrMapping() 393 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping() 469 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping() 480 if (GPRSize == 32 && Ty.getSizeInBits() == 64) { in getInstrMapping() 495 if ((GPRSize == 32 && ScalarTy.getSizeInBits() == 64) || in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsABIFlagsSection.h | 32 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 D | ELFYAML.h | 706 MIPS_AFL_REG GPRSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1575 IO.mapOptional("GPRSize", Section.GPRSize, in sectionMapping()
|
| H A D | ELFEmitter.cpp | 1762 Flags.gpr_size = Section.GPRSize; in writeSectionContent()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 2065 const unsigned GPRSize = FuncInfo->getVarArgsGPRSize(); in selectVaStartAAPCS() local 2066 PushAddress(FuncInfo->getVarArgsGPRIndex(), GPRSize); in selectVaStartAAPCS() 2096 PushIntConstant(-static_cast<int32_t>(GPRSize)); in selectVaStartAAPCS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11819 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART() local 11820 if (GPRSize > 0) { in LowerAAPCS_VASTART() 11828 DAG.getSignedConstant(GPRSize, DL, PtrVT)); in LowerAAPCS_VASTART() 11859 DAG.getStore(Chain, DL, DAG.getSignedConstant(-GPRSize, DL, MVT::i32), in LowerAAPCS_VASTART()
|