OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsBigEndian
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h
123
VirtualCallTarget(const TypeMemberInfo *TM, bool
IsBigEndian
)
124
: Fn(nullptr), TM(TM),
IsBigEndian
(
IsBigEndian
), WasDevirt(false) {}
138
bool
IsBigEndian
;
185
if (
IsBigEndian
)
194
if (
IsBigEndian
)
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
ARM.cpp
182
bool
IsBigEndian
= Triple.getArch() == llvm::Triple::armeb ||
188
IsBigEndian
= !A->getOption().matches(options::OPT_mlittle_endian);
190
std::string ArchName =
IsBigEndian
? "armeb" : "arm";
250
if (
IsBigEndian
)
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp
42
bool
IsBigEndian
;
45
MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool
IsBigEndian
)
48
IsBigEndian
(
IsBigEndian
) {}
1167
bool
IsBigEndian
) {
1174
if (
IsBigEndian
) {
1187
bool
IsBigEndian
, bool IsMicroMips) {
1202
if (
IsBigEndian
) {
1228
Result = readInstruction16(Bytes, Address, Size, Insn,
IsBigEndian
);
1255
Result = readInstruction32(Bytes, Address, Size, Insn,
IsBigEndian
, true)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp
224
bool
IsBigEndian
= false;
228
IsBigEndian
= true;
234
IsBigEndian
= !A->getOption().matches(options::OPT_mlittle_endian);
239
return
IsBigEndian
;
444
bool
IsBigEndian
= isArmBigEndian(Triple, Args);
445
if (
IsBigEndian
)
447
IsBigEndian
=
IsBigEndian
|| Arch == llvm::Triple::aarch64_be;
448
CmdArgs.push_back(
IsBigEndian
? "-EB" : "-EL");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
512
if (IC.getDataLayout().
isBigEndian
())
923
uint64_t NewIdx = DL.
isBigEndian
() ? (VecOpIdx + 1) * TruncRatio - 1
2051
bool
IsBigEndian
= IC.getDataLayout().
isBigEndian
();
2078
if (
IsBigEndian
)
2093
if (
IsBigEndian
)
2123
Type *VecEltTy, bool
isBigEndian
) {
2139
if (
isBigEndian
)
2159
Shift, Elements, VecEltTy,
isBigEndian
);
2175
isBigEndian
))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
2850
bool
IsBigEndian
= CurDAG->getDataLayout().
isBigEndian
();
2866
if (
IsBigEndian
)
2897
if (
IsBigEndian
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7209
static Optional<bool>
isBigEndian
(const ArrayRef<int64_t> ByteOffsets,
7397
if (NarrowNumBits == 8 && checkOffsets(Layout.
isBigEndian
()))
7399
else if (NumStores == 2 && checkOffsets(Layout.
isBigEndian
()))
7472
bool IsBigEndianTarget = DAG.getDataLayout().
isBigEndian
();
7565
Optional<bool>
IsBigEndian
=
isBigEndian
(
7567
if (!
IsBigEndian
.hasValue())
7583
bool NeedsBswap = IsBigEndianTarget != *
IsBigEndian
;
8993
!DAG.getDataLayout().
isBigEndian
()) {
11740
if (DAG.getDataLayout().
isBigEndian
())
[
all
...]
Completed in 114 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026