Lines Matching defs:IsPPC64
100 bool IsPPC64;
104 bool isPPC64() const { return IsPPC64; }
148 IsPPC64 = TheTriple.isPPC64();
178 bool IsPPC64;
212 IsPPC64 = o.IsPPC64;
245 bool isPPC64() const { return IsPPC64; }
406 if (!IsPPC64) {
670 bool IsPPC64) {
676 Op->IsPPC64 = IsPPC64;
681 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) {
694 Op->IsPPC64 = IsPPC64;
699 bool IsPPC64) {
704 Op->IsPPC64 = IsPPC64;
709 SMLoc E, bool IsPPC64) {
715 Op->IsPPC64 = IsPPC64;
720 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) {
725 Op->IsPPC64 = IsPPC64;
730 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) {
735 Op->IsPPC64 = IsPPC64;
740 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) {
742 return CreateImm(CE->getValue(), S, E, IsPPC64);
747 return CreateTLSReg(SRE, S, E, IsPPC64);
752 return CreateContextImm(Res, S, E, IsPPC64);
755 return CreateExpr(Val, S, E, IsPPC64);