/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 77 bool isThumb() const { return isThumbMode; } in isThumb() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 77 bool isThumb() const { return isThumbMode; } in isThumb() function
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 74 bool isThumb() const { return isThumbMode; } in isThumb() function
|
D | ARMMCTargetDesc.cpp | 134 bool isThumb = in ParseARMTriple() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 117 bool isThumb = TT.getArch() == Triple::thumb || in getISAEncoding() local
|
D | ARMMachineFunctionInfo.h | 32 bool isThumb; variable
|
D | ARMAsmPrinter.cpp | 434 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function 460 bool isThumb = TT.getArch() == Triple::thumb || in EmitStartOfAsmFile() local
|
D | ARMFrameLowering.cpp | 1096 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local 1239 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
|
D | ARMSubtarget.h | 548 bool isThumb() const { return InThumbMode; } in isThumb() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 138 bool isThumb = TT.isThumb() || in getISAEncoding() local
|
D | ARMBasicBlockInfo.h | 113 bool isThumb = false; variable
|
D | ARMMachineFunctionInfo.h | 32 bool isThumb = false; variable
|
D | ARMFrameLowering.cpp | 1202 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local 1358 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
|
D | ARMAsmPrinter.cpp | 460 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function
|
D | ARMInstructionSelector.cpp | 297 bool isThumb = STI.isThumb(); in OpcodeCache() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 138 bool isThumb = TT.isThumb() || in getISAEncoding() local
|
D | ARMBasicBlockInfo.h | 113 bool isThumb = false; variable
|
D | ARMMachineFunctionInfo.h | 32 bool isThumb = false; variable
|
D | ARMFrameLowering.cpp | 1209 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local 1365 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
|
D | ARMInstructionSelector.cpp | 295 bool isThumb = STI.isThumb(); in OpcodeCache() local
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | Atoms.h | 74 bool isThumb() const { return _thumb; } in isThumb() function
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | ARM.cpp | 164 bool ARMTargetInfo::isThumb() const { in isThumb() function in ARMTargetInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 695 bool isThumb() const { in isThumb() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Triple.h | 708 bool isThumb() const { in isThumb() function
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 812 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; in getCOFFSectionFlags() local
|