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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h41 template <unsigned Bits, bool Signed> struct Repr;
42 template <> struct Repr<8, false> { using Type = uint8_t; }; struct in namespace:clang::interp
43 template <> struct Repr<16, false> { using Type = uint16_t; }; struct in namespace:clang::interp
44 template <> struct Repr<32, false> { using Type = uint32_t; }; struct in namespace:clang::interp
45 template <> struct Repr<64, false> { using Type = uint64_t; }; struct in namespace:clang::interp
46 template <> struct Repr<8, true> { using Type = int8_t; }; struct in namespace:clang::interp
47 template <> struct Repr<16, true> { using Type = int16_t; }; struct in namespace:clang::interp
48 template <> struct Repr<32, true> { using Type = int32_t; }; struct in namespace:clang::interp
49 template <> struct Repr<64, true> { using Type = int64_t; }; struct in namespace:clang::interp
61 using T = typename Repr<Bit
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
645 if (SwapVector[Repr].WebRejected)
655 SwapVector[Repr].WebRejected = 1;
660 Repr));
682 SwapVector[Repr].WebRejected = 1;
685 "Web %d rejected for load not feeding swap\n", Repr));
706 SwapVector[Repr].WebRejected = 1;
709 "Web %d rejected for store not fed by swap\n", Repr));
723 SwapVector[Repr].WebRejected = 1;
727 "Web %d rejected for swap not feeding only stores\n", Repr));
755 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
771 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
786 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp90 char Repr;
93 OpKind() : Repr(OK_Invalid) {}
95 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; }
96 bool operator==(OpKind RHS) const { return Repr == RHS.Repr; }
98 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; }
99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; }
102 "Too many integer predicates for the 'Repr' char");
103 OpKind K; K.Repr
[all...]
H A DSearchableTableEmitter.cpp343 std::string Repr = local
346 Repr = StringRef(Repr).upper();
347 OS << Repr; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h283 PythonString Repr() const;
H A DPythonDataObjects.cpp121 PythonString PythonObject::Repr() const { function in class:PythonObject
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h418 const char *Repr; member in struct:llvm::AArch64ExactFPImm::ExactFPImm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1587 O << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1225 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero);

Completed in 207 milliseconds