Lines Matching refs:IsPPC64
639 const bool IsPPC64 = Subtarget->isPPC64(); in emitInstruction() local
683 [IsPPC64, getTOCRelocAdjustedExprForXCOFF, in emitInstruction()
687 const unsigned EntryByteSize = IsPPC64 ? 8 : 4; in emitInstruction()
939 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in emitInstruction()
971 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in emitInstruction()
1101 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1120 TmpInst.setOpcode(IsPPC64 ? PPC::LD : PPC::LWZ); in emitInstruction()
1125 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TPREL_LO in emitInstruction()
1180 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1203 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSGD_LO in emitInstruction()
1207 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1231 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1254 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO in emitInstruction()
1258 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1288 MCInstBuilder(IsPPC64 ? PPC::ADDIS8 : PPC::ADDIS) in emitInstruction()
1322 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()