Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h660 MIPS_AFL_REG GPRSize; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1421 IO.mapOptional("GPRSize", Section.GPRSize, in sectionMapping()
H A DELFEmitter.cpp1631 Flags.gpr_size = Section.GPRSize; in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7680 int GPRSize = FuncInfo->getVarArgsGPRSize(); in LowerAAPCS_VASTART() local
7681 if (GPRSize > 0) { in LowerAAPCS_VASTART()
7689 DAG.getConstant(GPRSize, DL, PtrVT)); in LowerAAPCS_VASTART()
7720 DAG.getStore(Chain, DL, DAG.getConstant(-GPRSize, DL, MVT::i32), in LowerAAPCS_VASTART()