Searched refs:getABI (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp33 if (MTS->getABI().IsN64()) {
58 Sec->setAlignment(MTS->getABI().IsN32() ? Align(8) : Align(4));
H A DMipsTargetStreamer.cpp132 if (!getABI().IsN32() && !getABI().IsN64())
932 if (getABI().IsO32())
934 else if (getABI().IsN32())
938 if (getABI().IsO32())
1149 emitAddu(RegNo, RegNo, GPReg, getABI().IsN64(), &STI);
1160 if (!Pic || (getABI().IsN32() || getABI().IsN64()))
1227 if (!Pic || (getABI().IsN32() || getABI()
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp280 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); }
281 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); }
282 bool MipsSubtarget::isABI_O32() const { return getABI().IsO32(); }
283 const MipsABIInfo &MipsSubtarget::getABI() const { return TM.getABI(); } function in class:MipsSubtarget
H A DMipsFrameLowering.cpp140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP;
H A DMipsMachineFunction.cpp49 if (TM.getABI().IsN64())
81 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI();
161 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64()
H A DMipsTargetMachine.h80 const MipsABIInfo &getABI() const { return ABI; } function in class:llvm::MipsTargetMachine
H A DMipsRegisterInfo.cpp49 MipsABIInfo ABI = MF.getSubtarget<MipsSubtarget>().getABI();
275 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
H A DMipsTargetStreamer.h174 ABI = P.getABI();
179 const MipsABIInfo &getABI() const { function in class:llvm::MipsTargetStreamer
H A DMipsSubtarget.h235 const MipsABIInfo &getABI() const;
H A DMipsSERegisterInfo.cpp155 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI();
H A DMipsSEFrameLowering.cpp413 MipsABIInfo ABI = STI.getABI();
700 MipsABIInfo ABI = STI.getABI();
782 MipsABIInfo ABI = STI.getABI();
821 if (!STI.getABI().ArePtrs64bit()) {
867 MipsABIInfo ABI = STI.getABI();
H A DMipsExpandPseudo.cpp80 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit();
210 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit();
308 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit();
583 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit();
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DCSKY.h61 StringRef getABI() const override { return ABI; }
H A DAVR.h176 StringRef getABI() const override { return ABI; }
H A DLoongArch.h58 StringRef getABI() const override { return ABI; }
H A DLoongArch.cpp216 StringRef ABI = getABI();
H A DWebAssembly.h89 StringRef getABI() const override;
H A DSystemZ.h202 StringRef getABI() const override {
H A DRISCV.h61 StringRef getABI() const override { return ABI; }
H A DARM.h137 StringRef getABI() const override;
H A DWebAssembly.cpp36 StringRef WebAssemblyTargetInfo::getABI() const { return ABI; } function in class:WebAssemblyTargetInfo
H A DMips.h96 StringRef getABI() const override { return ABI; }
H A DAArch64.h96 StringRef getABI() const override;
H A DPPC.h176 StringRef getABI() const override { return ABI; }
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h227 ParameterABI getABI() const { function in class:clang::ParameterABIAttr

Completed in 137 milliseconds

12