Home
last modified time | relevance | path

Searched defs:isThumb (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h77 bool isThumb() const { return isThumbMode; } in isThumb() function
DARMMCCodeEmitter.cpp63 bool isThumb(const MCSubtargetInfo &STI) const { in isThumb() function in __anonef35fda90111::ARMMCCodeEmitter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.h138 bool isThumb = TT.isThumb() || in getISAEncoding() local
DARMBasicBlockInfo.h113 bool isThumb = false; variable
DARMMachineFunctionInfo.h32 bool isThumb = false; variable
DARMFrameLowering.cpp1202 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local
1358 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
DARMAsmPrinter.cpp460 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function
DARMInstructionSelector.cpp297 bool isThumb = STI.isThumb(); in OpcodeCache() local
DARMSubtarget.h765 bool isThumb() const { return InThumbMode; } in isThumb() function
DARMConstantIslandPass.cpp219 bool isThumb; member in __anondcfeccfb0111::ARMConstantIslands
DARMISelDAGToDAG.cpp4031 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); in Select() local
4098 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select() local
DARMBaseInstrInfo.cpp440 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in insertBranch() local
DARMISelLowering.cpp9493 bool isThumb = Subtarget->isThumb(); in SetupEntryBlockForSjLj() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h695 bool isThumb() const { in isThumb() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1223 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; in getCOFFSectionFlags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp447 bool isThumb() const { in isThumb() function in __anon1bbdddaa0111::ARMAsmParser