Home
last modified time | relevance | path

Searched refs:Repr (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp646 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
649 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() local
761 if (!SwapVector[Repr].WebRejected) { in markSwapsForRemoval()
777 if (!SwapVector[Repr].WebRejected) { in markSwapsForRemoval()
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp91 char Repr; member in __anond0ef0c150311::OperandsSignature::OpKind
94 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 …]
H A DSearchableTableEmitter.cpp344 std::string Repr = in emitLookupFunction() local
347 Repr = StringRef(Repr).upper(); in emitLookupFunction()
348 OS << Repr; in emitLookupFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h159 PythonString Repr() const;
H A DPythonDataObjects.cpp90 PythonString PythonObject::Repr() const { in Repr() function in PythonObject
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h369 const char *Repr; member
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1574 O << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr); in printExactFPImm()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1052 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,
1056 !cast<AsmOperandClass>("ZPR" # RegWidth # "AsmOpndExt" # Repr # Scale # Suffix);
H A DAArch64SystemOperands.td305 let SearchableFields = ["Enum", "Repr"];
310 string Repr = repr;
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1238 if (RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero) != in isExactFPImm()