OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Repr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Integral.h
41
template <unsigned Bits, bool Signed> struct
Repr
;
42
template <> struct
Repr
<8, false> { using Type = uint8_t; };
43
template <> struct
Repr
<16, false> { using Type = uint16_t; };
44
template <> struct
Repr
<32, false> { using Type = uint32_t; };
45
template <> struct
Repr
<64, false> { using Type = uint64_t; };
46
template <> struct
Repr
<8, true> { using Type = int8_t; };
47
template <> struct
Repr
<16, true> { using Type = int16_t; };
48
template <> struct
Repr
<32, true> { using Type = int32_t; };
49
template <> struct
Repr
<64, true> { using Type = int64_t; };
61
using T = typename
Repr
<Bits, Signed>::Type
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp
643
int
Repr
= EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
646
if (SwapVector[
Repr
].WebRejected)
656
SwapVector[
Repr
].WebRejected = 1;
661
Repr
));
683
SwapVector[
Repr
].WebRejected = 1;
686
"Web %d rejected for load not feeding swap\n",
Repr
));
704
SwapVector[
Repr
].WebRejected = 1;
707
"Web %d rejected for load/swap feeding a store\n",
Repr
));
730
SwapVector[
Repr
].WebRejected = 1;
733
"Web %d rejected for store not fed by swap\n",
Repr
));
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SearchableTableEmitter.cpp
353
std::string
Repr
= primaryRepresentation(
356
Repr
= StringRef(
Repr
).upper();
357
OS << LS <<
Repr
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h
434
const char *
Repr
;
Completed in 62 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026