Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp241 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate()
253 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate()
444 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local
869 bool isARM = !AFI->isThumbFunction(); in emitEpilogue() local
2307 bool isARM = !AFI->isThumbFunction(); in eliminateCallFramePseudoInstr() local
H A DARMExpandPseudoInsts.cpp2453 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp236 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h719 bool isARM() const { in isARM() function