OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isARM
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MachO.cpp
27
assert(T.
isARM
() || T.isThumb());
84
if (T.
isARM
() || T.isThumb())
100
if (T.
isARM
() || T.isThumb())
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetCXXABI.h
86
return T.
isARM
() || T.isAArch64();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp
241
bool
isARM
, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI,
245
if (
isARM
)
253
static void emitSPUpdate(bool
isARM
, MachineBasicBlock &MBB,
259
emitRegPlusImmediate(
isARM
, MBB, MBBI, dl, TII, ARM::SP, ARM::SP, NumBytes,
444
bool
isARM
= !AFI->isThumbFunction();
473
emitSPUpdate(
isARM
, MBB, MBBI, dl, TII, -ArgRegsSaveSize,
481
emitSPUpdate(
isARM
, MBB, MBBI, dl, TII, -(NumBytes - ArgRegsSaveSize),
580
emitSPUpdate(
isARM
, MBB, MBBI, dl, TII, -DPRGapSize,
660
emitSPUpdate(
isARM
, MBB, MBBI, dl, TII, -NumBytes,
665
if (HasFP &&
isARM
)
[
all
...]
ARMExpandPseudoInsts.cpp
2395
bool
IsARM
=
2399
unsigned LDRLITOpc =
IsARM
? ARM::LDRi12 : ARM::tLDRpci;
2401
IsARM
2411
unsigned PCAdj =
IsARM
? 8 : 4;
2425
if (
IsARM
)
2436
if (
IsARM
)
2453
bool
isARM
= Opcode != ARM::t2MOV_ga_pcrel;
2454
unsigned LO16Opc =
isARM
? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel;
2455
unsigned HI16Opc =
isARM
? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel;
2458
unsigned PICAddOpc =
isARM
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionELF.cpp
115
} else if (T.
isARM
() || T.isThumb()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp
115
if (T.
isARM
() || T.isThumb())
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
719
bool
isARM
() const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
236
bool
isARM
= (T.getArch() == Triple::aarch64 ||
238
bool hasPartialFloat = (
isARM
||
264
if (!
isARM
)
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
205
if ((Triple.
isARM
() || Triple.isAArch64()) && Triple.isAndroid()) {
388
bool
IsArm
= false;
394
IsArm
= true;
399
IsArm
= true;
412
if (
IsArm
&&
CommonArgs.cpp
1663
if (!(Triple.
isARM
() || Triple.isThumb() ||
Gnu.cpp
443
if (Triple.
isARM
() || Triple.isThumb() || Triple.isAArch64()) {
Clang.cpp
3598
bool
IsARM
= T.
isARM
() || T.isThumb() || T.isAArch64();
3601
(
IsARM
&& !(T.isOSWindows() || T.isOSNetBSD() || T.isOSOpenBSD())))
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
794
(TI.getTriple().isThumb() || TI.getTriple().
isARM
()))
/src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp
692
if (TheTriple.
isARM
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
454
bool IsArmOrThumb = TargetTriple.
isARM
() || TargetTriple.isThumb();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
5196
bool
IsARM
= S.Context.getTargetInfo().getTriple().
isARM
();
5199
(
IsARM
&& !ArmMveAliasValid(BuiltinID, AliasName) &&
5202
(!IsAArch64 && !
IsARM
&& !IsRISCV)) {
Completed in 71 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026