Searched defs:isThumb (Results 1 – 16 of 16) sorted by relevance
77 bool isThumb() const { return isThumbMode; } in isThumb() function
63 bool isThumb(const MCSubtargetInfo &STI) const { in isThumb() function in __anonef35fda90111::ARMMCCodeEmitter
138 bool isThumb = TT.isThumb() || in getISAEncoding() local
113 bool isThumb = false; variable
32 bool isThumb = false; variable
1202 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local1358 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
460 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function
297 bool isThumb = STI.isThumb(); in OpcodeCache() local
765 bool isThumb() const { return InThumbMode; } in isThumb() function
219 bool isThumb; member in __anondcfeccfb0111::ARMConstantIslands
4031 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); in Select() local4098 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select() local
440 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in insertBranch() local
9493 bool isThumb = Subtarget->isThumb(); in SetupEntryBlockForSjLj() local
695 bool isThumb() const { in isThumb() function
1223 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; in getCOFFSectionFlags() local
447 bool isThumb() const { in isThumb() function in __anon1bbdddaa0111::ARMAsmParser