Home
last modified time | relevance | path

Searched defs:isARM (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp96 bool isARM; member in elf::Patch657417Section
137 uint32_t instr, bool isARM) in Patch657417Section()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp535 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate()
547 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate()
744 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local
1281 bool isARM = !AFI->isThumbFunction(); in emitEpilogue() local
2873 bool isARM = !AFI->isThumbFunction(); in eliminateCallFramePseudoInstr() local
H A DARMExpandPseudoInsts.cpp2693 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp280 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h832 bool isARM() const { in isARM() function