Searched refs:Repr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
641 if (SwapVector[Repr].WebRejected)
651 SwapVector[Repr].WebRejected = 1;
655 "swap[pable]\n", Repr));
677 SwapVector[Repr].WebRejected = 1;
680 format("Web %d rejected for load not feeding swap\n", Repr));
700 SwapVector[Repr].WebRejected = 1;
703 format("Web %d rejected for store not fed by swap\n", Repr));
729 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
731 if (!SwapVector[Repr]
745 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
760 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
[all...]
/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp80 char Repr;
83 OpKind() : Repr(OK_Invalid) {}
85 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; }
86 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; }
88 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; }
89 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; }
92 "Too many integer predicates for the 'Repr' char");
93 OpKind K; K.Repr
[all...]

Completed in 133 milliseconds