/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 279 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); } in isABI_N64() 280 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32() 281 bool MipsSubtarget::isABI_O32() const { return getABI().IsO32(); } in isABI_O32() 282 const MipsABIInfo &MipsSubtarget::getABI() const { return TM.getABI(); } in getABI() function in MipsSubtarget
|
H A D | MipsMachineFunction.cpp | 49 if (TM.getABI().IsN64()) in getGlobalBaseRegClass() 81 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in initGlobalBaseReg() 161 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
H A D | MipsRegisterInfo.cpp | 49 MipsABIInfo ABI = MF.getSubtarget<MipsSubtarget>().getABI(); in getPointerRegClass() 275 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister()
|
H A D | MipsFrameLowering.cpp | 140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr()
|
H A D | MipsTargetMachine.h | 80 const MipsABIInfo &getABI() const { return ABI; } in getABI() function
|
H A D | MipsTargetStreamer.h | 174 ABI = P.getABI(); in updateABIInfo() 179 const MipsABIInfo &getABI() const { in getABI() function
|
H A D | MipsSEFrameLowering.cpp | 413 MipsABIInfo ABI = STI.getABI(); in emitPrologue() 699 MipsABIInfo ABI = STI.getABI(); in emitEpilogue() 781 MipsABIInfo ABI = STI.getABI(); in getFrameIndexReference() 820 if (!STI.getABI().ArePtrs64bit()) { in spillCalleeSavedRegisters() 866 MipsABIInfo ABI = STI.getABI(); in determineCalleeSaves()
|
H A D | MipsSERegisterInfo.cpp | 155 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in eliminateFI()
|
H A D | MipsSubtarget.h | 238 const MipsABIInfo &getABI() const;
|
H A D | MipsExpandPseudo.cpp | 80 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwapSubword() 210 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwap() 308 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOpSubword() 619 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOp()
|
H A D | MipsCallLowering.cpp | 394 const MipsABIInfo &ABI = TM.getABI(); in lowerFormalArguments() 469 const MipsABIInfo &ABI = TM.getABI(); in lowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 132 if (!getABI().IsN32() && !getABI().IsN64()) in emitDirectiveCpLocal() 934 if (getABI().IsO32()) in finish() 936 else if (getABI().IsN32()) in finish() 940 if (getABI().IsO32()) in finish() 1147 emitAddu(RegNo, RegNo, GPReg, getABI().IsN64(), &STI); in emitDirectiveCpAdd() 1158 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad() 1225 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore() 1239 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup() 1271 if (getABI().IsN32()) in emitDirectiveCpsetup() 1280 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
|
H A D | MipsOptionRecord.cpp | 32 if (MTS->getABI().IsN64()) { in EmitMipsOptionRecord() 55 Sec->setAlignment(MTS->getABI().IsN32() ? Align(8) : Align(4)); in EmitMipsOptionRecord()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | CSKY.h | 61 StringRef getABI() const override { return ABI; } in getABI() function
|
H A D | AVR.h | 176 StringRef getABI() const override { return ABI; } in getABI() function
|
H A D | LoongArch.h | 60 StringRef getABI() const override { return ABI; } in getABI() function
|
H A D | SystemZ.h | 210 StringRef getABI() const override { in getABI() function
|
H A D | RISCV.h | 61 StringRef getABI() const override { return ABI; } in getABI() function
|
H A D | WebAssembly.h | 91 StringRef getABI() const override;
|
H A D | LoongArch.cpp | 239 StringRef ABI = getABI(); in getTargetDefines()
|
H A D | WebAssembly.cpp | 36 StringRef WebAssemblyTargetInfo::getABI() const { return ABI; } in getABI() function in WebAssemblyTargetInfo
|
H A D | ARM.h | 152 StringRef getABI() const override;
|
H A D | AArch64.h | 101 StringRef getABI() const override;
|
H A D | Mips.h | 101 StringRef getABI() const override { return ABI; } in getABI() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 863 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, in checkFunctionABI() 867 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, PVD->getType(), in checkFunctionABI() 912 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, ReturnType, in checkFunctionCallABISoftFloat() 916 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, Arg.getType(), in checkFunctionCallABISoftFloat()
|