| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 284 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); } in isABI_N64() 285 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32() 286 bool MipsSubtarget::isABI_O32() const { return getABI().IsO32(); } in isABI_O32() 287 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() 276 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister()
|
| H A D | MipsFrameLowering.cpp | 134 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 | MipsSEFrameLowering.cpp | 410 MipsABIInfo ABI = STI.getABI(); in emitPrologue() 663 MipsABIInfo ABI = STI.getABI(); in emitEpilogue() 745 MipsABIInfo ABI = STI.getABI(); in getFrameIndexReference() 784 if (!STI.getABI().ArePtrs64bit()) { in spillCalleeSavedRegisters() 830 MipsABIInfo ABI = STI.getABI(); in determineCalleeSaves()
|
| H A D | MipsSERegisterInfo.cpp | 151 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in eliminateFI()
|
| H A D | MipsSubtarget.h | 236 const MipsABIInfo &getABI() const;
|
| H A D | MipsExpandPseudo.cpp | 79 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwapSubword() 209 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwap() 307 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOpSubword() 714 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOp()
|
| H A D | MipsCallLowering.cpp | 391 const MipsABIInfo &ABI = TM.getABI(); in lowerFormalArguments() 467 const MipsABIInfo &ABI = TM.getABI(); in lowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 142 if (!getABI().IsN32() && !getABI().IsN64()) in emitDirectiveCpLocal() 987 if (getABI().IsO32()) in finish() 989 else if (getABI().IsN32()) in finish() 993 if (getABI().IsO32()) in finish() 1239 emitAddu(RegNo, RegNo, GPReg, getABI().IsN64(), &STI); in emitDirectiveCpAdd() 1250 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad() 1309 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore() 1323 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup() 1355 if (getABI().IsN32()) in emitDirectiveCpsetup() 1364 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()
|
| H A D | MipsTargetStreamer.h | 183 ABI = P.getABI(); in updateABIInfo() 188 const MipsABIInfo &getABI() const { in getABI() function
|
| /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 | 182 StringRef getABI() const override { return ABI; } in getABI() function
|
| H A D | LoongArch.h | 75 StringRef getABI() const override { return ABI; } in getABI() function
|
| H A D | SystemZ.h | 257 StringRef getABI() const override { in getABI() function
|
| H A D | WebAssembly.h | 98 StringRef getABI() const override;
|
| H A D | RISCV.h | 61 StringRef getABI() const override { return ABI; } in getABI() function
|
| H A D | WebAssembly.cpp | 43 StringRef WebAssemblyTargetInfo::getABI() const { return ABI; } in getABI() function in WebAssemblyTargetInfo
|
| H A D | ARM.h | 152 StringRef getABI() const override;
|
| H A D | LoongArch.cpp | 267 StringRef ABI = getABI(); in getTargetDefines()
|
| H A D | Mips.h | 102 StringRef getABI() const override { return ABI; } in getABI() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Attr.h | 246 ParameterABI getABI() const; 389 inline ParameterABI ParameterABIAttr::getABI() const { in getABI() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | AArch64.cpp | 1196 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, in checkFunctionABI() 1200 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, PVD->getType(), in checkFunctionABI() 1291 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, ReturnType, in checkFunctionCallABISoftFloat() 1295 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, Arg.getType(), in checkFunctionCallABISoftFloat()
|