Searched defs:isARM (Results 1 – 5 of 5) sorted by relevance
96 bool isARM; member in elf::Patch657417Section137 uint32_t instr, bool isARM) in Patch657417Section()
537 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate()549 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate()745 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local1282 bool isARM = !AFI->isThumbFunction(); in emitEpilogue() local2876 bool isARM = !AFI->isThumbFunction(); in eliminateCallFramePseudoInstr() local
2709 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local
286 bool isARM = (T.getArch() == Triple::aarch64 || in initializeLibCalls() local
864 bool isARM() const { in isARM() function