Searched refs:Repr (Results 1 – 10 of 10) sorted by relevance
646 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local649 if (SwapVector[Repr].WebRejected) in recordUnoptimizableWebs()659 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()664 Repr)); in recordUnoptimizableWebs()686 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()710 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()727 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()759 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local761 if (!SwapVector[Repr].WebRejected) { in markSwapsForRemoval()777 if (!SwapVector[Repr].WebRejected) { in markSwapsForRemoval()[all …]
91 char Repr; member in __anond0ef0c150311::OperandsSignature::OpKind94 OpKind() : Repr(OK_Invalid) {} in OpKind()96 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in operator <()97 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; } in operator ==()99 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } in getReg()100 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP()104 OpKind K; K.Repr = OK_Imm+V; return K; in getImm()107 bool isReg() const { return Repr == OK_Reg; } in isReg()108 bool isFP() const { return Repr == OK_FP; } in isFP()109 bool isImm() const { return Repr >= OK_Imm; } in isImm()[all …]
344 std::string Repr = in emitLookupFunction() local347 Repr = StringRef(Repr).upper(); in emitLookupFunction()348 OS << Repr; in emitLookupFunction()
159 PythonString Repr() const;
90 PythonString PythonObject::Repr() const { in Repr() function in PythonObject
369 const char *Repr; member
1574 O << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr); in printExactFPImm()
1052 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,1056 !cast<AsmOperandClass>("ZPR" # RegWidth # "AsmOpndExt" # Repr # Scale # Suffix);
305 let SearchableFields = ["Enum", "Repr"];310 string Repr = repr;
1238 if (RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero) != in isExactFPImm()