Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getABIInfo

1552   const X86_64ABIInfo &getABIInfo() const {
1553 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo());
1588 if (getABIInfo().isPassedUsingAVXType(it->Ty)) {
1604 if (getABIInfo().has64BitPointers())
4470 getABIInfo() const {
4471 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo());
4492 if (getABIInfo().isEABI()) return 88;
4520 if (cast<ARMABIInfo>(getABIInfo()).getABIKind() == ARMABIInfo::APCS)