/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 171 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); } in isABI_N64() 172 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32() 173 bool MipsSubtarget::isABI_O32() const { return getABI().IsO32(); } in isABI_O32() 174 const MipsABIInfo &MipsSubtarget::getABI() const { return TM.getABI(); } in getABI() function in MipsSubtarget
|
D | MipsMachineFunction.cpp | 49 .getABI() in getGlobalBaseReg() 59 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
D | MipsTargetMachine.h | 69 const MipsABIInfo &getABI() const { return ABI; } in getABI() function
|
D | MipsRegisterInfo.cpp | 52 MipsABIInfo ABI = MF.getSubtarget<MipsSubtarget>().getABI(); in getPointerRegClass() 299 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister()
|
D | MipsFrameLowering.cpp | 148 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr()
|
D | MipsTargetStreamer.h | 159 ABI = P.getABI(); in updateABIInfo() 164 const MipsABIInfo &getABI() const { in getABI() function
|
D | MipsSEFrameLowering.cpp | 387 MipsABIInfo ABI = STI.getABI(); in emitPrologue() 676 MipsABIInfo ABI = STI.getABI(); in emitEpilogue() 758 MipsABIInfo ABI = STI.getABI(); in getFrameIndexReference() 799 if (!STI.getABI().ArePtrs64bit()) { in spillCalleeSavedRegisters() 845 MipsABIInfo ABI = STI.getABI(); in determineCalleeSaves()
|
D | MipsSERegisterInfo.cpp | 112 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in eliminateFI()
|
D | MipsSubtarget.h | 173 const MipsABIInfo &getABI() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 261 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); } in isABI_N64() 262 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32() 263 bool MipsSubtarget::isABI_O32() const { return getABI().IsO32(); } in isABI_O32() 264 const MipsABIInfo &MipsSubtarget::getABI() const { return TM.getABI(); } in getABI() function in MipsSubtarget
|
D | MipsMachineFunction.cpp | 42 if (TM.getABI().IsN64()) in getGlobalBaseRegClass() 59 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
D | MipsTargetMachine.h | 68 const MipsABIInfo &getABI() const { return ABI; } in getABI() function
|
D | MipsFrameLowering.cpp | 141 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr()
|
D | MipsRegisterInfo.cpp | 50 MipsABIInfo ABI = MF.getSubtarget<MipsSubtarget>().getABI(); in getPointerRegClass() 301 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister()
|
D | MipsTargetStreamer.h | 178 ABI = P.getABI(); in updateABIInfo() 183 const MipsABIInfo &getABI() const { in getABI() function
|
D | MipsSEFrameLowering.cpp | 414 MipsABIInfo ABI = STI.getABI(); in emitPrologue() 701 MipsABIInfo ABI = STI.getABI(); in emitEpilogue() 782 MipsABIInfo ABI = STI.getABI(); in getFrameIndexReference() 822 if (!STI.getABI().ArePtrs64bit()) { in spillCalleeSavedRegisters() 868 MipsABIInfo ABI = STI.getABI(); in determineCalleeSaves()
|
D | MipsExpandPseudo.cpp | 81 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwapSubword() 211 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicCmpSwap() 309 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOpSubword() 489 const bool ArePtrs64bit = STI->getABI().ArePtrs64bit(); in expandAtomicBinOp()
|
D | MipsCallLowering.cpp | 282 const MipsABIInfo &ABI = TM.getABI(); in lowerFormalArguments() 317 const MipsABIInfo &ABI = TM.getABI(); in lowerCall()
|
D | MipsSERegisterInfo.cpp | 156 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in eliminateFI()
|
D | MipsSubtarget.h | 222 const MipsABIInfo &getABI() const;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 787 if (getABI().IsO32()) in finish() 789 else if (getABI().IsN32()) in finish() 793 if (getABI().IsO32()) in finish() 800 if (EFlags & ELF::EF_MIPS_CPIC && getABI().IsN64()) in finish() 1001 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad() 1063 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore() 1077 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup() 1094 if (getABI().IsN32()) { in emitDirectiveCpsetup() 1134 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
|
D | MipsOptionRecord.cpp | 28 if (MTS->getABI().IsN64()) { in EmitMipsOptionRecord() 53 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 898 if (getABI().IsO32()) in finish() 900 else if (getABI().IsN32()) in finish() 904 if (getABI().IsO32()) in finish() 1115 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad() 1177 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore() 1191 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup() 1208 if (getABI().IsN32()) { in emitDirectiveCpsetup() 1248 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
|
D | MipsOptionRecord.cpp | 34 if (MTS->getABI().IsN64()) { in EmitMipsOptionRecord() 59 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
|
/external/clang/include/clang/AST/ |
D | Attr.h | 177 ParameterABI getABI() const { in getABI() function
|