Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp643 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
646 if (SwapVector[Repr].WebRejected) in recordUnoptimizableWebs()
656 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
661 Repr)); in recordUnoptimizableWebs()
683 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
686 "Web %d rejected for load not feeding swap\n", Repr)); in recordUnoptimizableWebs()
704 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
707 "Web %d rejected for load/swap feeding a store\n", Repr)); in recordUnoptimizableWebs()
730 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
733 "Web %d rejected for store not fed by swap\n", Repr)); in recordUnoptimizableWebs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegral.h35 template <unsigned Bits, bool Signed> struct Repr;
36 template <> struct Repr<8, false> {
39 template <> struct Repr<16, false> {
42 template <> struct Repr<32, false> {
45 template <> struct Repr<64, false> {
48 template <> struct Repr<8, true> {
51 template <> struct Repr<16, true> {
54 template <> struct Repr<32, true> {
57 template <> struct Repr<64, true> {
71 using ReprT = typename Repr<Bits, Signed>::Type;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp89 char Repr = OK_Invalid; member in __anon3cd78fb00311::OperandsSignature::OpKind
94 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in operator <()
95 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; } in operator ==()
99 K.Repr = OK_Reg; in getReg()
104 K.Repr = OK_FP; in getFP()
111 K.Repr = OK_Imm + V; in getImm()
115 bool isReg() const { return Repr == OK_Reg; } in isReg()
116 bool isFP() const { return Repr == OK_FP; } in isFP()
117 bool isImm() const { return Repr >= OK_Imm; } in isImm()
121 return Repr - OK_Imm; in getImmCode()
H A DSearchableTableEmitter.cpp395 std::string Repr = primaryRepresentation( in emitLookupFunction() local
398 Repr = StringRef(Repr).upper(); in emitLookupFunction()
399 OS << LS << Repr; in emitLookupFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h278 PythonString Repr() const;
H A DPythonDataObjects.cpp182 PythonString PythonObject::Repr() const { in Repr() function in PythonObject
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h619 const char *Repr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp2127 << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr); in printExactFPImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1684 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,
1688 !cast<AsmOperandClass>("ZPR" # RegWidth # "AsmOpndExt" # Repr # Scale # Suffix);
H A DAArch64SystemOperands.td605 string Repr = repr;
616 let Fields = ["Enum", "Repr"];
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1537 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm()