OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBigEndian
(Results
1 - 11
of
11
) 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/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/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/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/
InstCombineVectorOps.cpp
175
bool
IsBigEndian
) {
228
if (
IsBigEndian
)
385
if (Instruction *I = foldBitcastExtElt(EI, Builder, DL.
isBigEndian
()))
2011
bool
IsBigEndian
) {
2039
uint64_t LSBIndex =
IsBigEndian
? (i + 1) * TruncRatio - 1 : i * TruncRatio;
2380
if (Instruction *I = foldTruncShuffle(SVI, DL.
isBigEndian
()))
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/CodeGen/GlobalISel/
CombinerHelper.cpp
92
isBigEndian
(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx,
3604
bool IsBigEndianTarget = MF.getDataLayout().
isBigEndian
();
3605
Optional<bool>
IsBigEndian
=
isBigEndian
(MemOffset2Idx, LowestIdx);
3606
if (!
IsBigEndian
.hasValue())
3608
bool NeedsBSwap = IsBigEndianTarget != *
IsBigEndian
;
3622
*
IsBigEndian
/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/Transforms/IPO/
WholeProgramDevirt.cpp
304
IsBigEndian
(Fn->getParent()->getDataLayout().
isBigEndian
()), WasDevirt(false) {}
/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
...]
SelectionDAG.cpp
1423
if (getDataLayout().
isBigEndian
())
10206
bool
IsBigEndian
) const {
10227
unsigned i =
IsBigEndian
? NumOps - 1 - j : j;
Completed in 57 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026