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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h32 Mips::AFL_REG GPRSize = Mips::AFL_REG_NONE; member in struct:llvm::MipsABIFlagsSection
56 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; }
127 GPRSize = P.isGP64bit() ? Mips::AFL_REG_64 : Mips::AFL_REG_32;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h470 MIPS_AFL_REG GPRSize; member in struct:llvm::ELFYAML::MipsABIFlags
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1131 Flags.gpr_size = Section.GPRSize;
H A DELFYAML.cpp1167 IO.mapOptional("GPRSize", Section.GPRSize,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5647 int GPRSize = FuncInfo->getVarArgsGPRSize(); local
5648 if (GPRSize > 0) {
5656 DAG.getConstant(GPRSize, DL, PtrVT));
5683 Chain, DL, DAG.getConstant(-GPRSize, DL, MVT::i32), GROffsAddr,

Completed in 108 milliseconds