/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.h | 23 ARMAsmBackend(const Target &T, bool isThumb, llvm::endianness Endian) in ARMAsmBackend() argument 72 bool isThumb() const { return isThumbMode; } in isThumb() function
|
H A D | ARMAsmBackendWinCOFF.h | 19 : ARMAsmBackend(T, isThumb, llvm::endianness::little) {} in ARMAsmBackendWinCOFF() argument
|
H A D | ARMAsmBackendELF.h | 22 : ARMAsmBackend(T, isThumb, Endian), OSABI(OSABI) {} in ARMAsmBackendELF() argument
|
H A D | ARMMCCodeEmitter.cpp | 64 bool isThumb(const MCSubtargetInfo &STI) const { isThumb() function in __anond46920120111::ARMMCCodeEmitter [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.h | 43 bool isThumb = false; variable
|
H A D | CodeViewDebug.cpp | 1596 bool isThumb = Triple(MMI->getModule()->getTargetTriple()).getArch() == beginFunctionImpl() local 3104 bool isThumb = Triple(MMI->getModule()->getTargetTriple()).getArch() == endFunctionImpl() local 3469 forEachJumpTableBranch(const MachineFunction * MF,bool isThumb,const std::function<void (const MachineJumpTableInfo &,const MachineInstr &,int64_t)> & Callback) forEachJumpTableBranch() argument 3523 discoverJumpTableBranches(const MachineFunction * MF,bool isThumb) discoverJumpTableBranches() argument 3531 collectDebugInfoForJumpTables(const MachineFunction * MF,bool isThumb) collectDebugInfoForJumpTables() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSLSHardening.cpp | 132 bool isThumb; member 219 bool isThumb in populateThunk() local 280 bool isThumb; ConvertIndirectCallToIndirectJump() local [all...] |
H A D | ARMAsmPrinter.h | 139 bool isThumb = TT.isThumb() || getISAEncoding() local
|
H A D | ARMBasicBlockInfo.h | 113 bool isThumb = false; variable
|
H A D | ARMMachineFunctionInfo.h | 39 bool isThumb = false; variable
|
H A D | ARMFrameLowering.cpp | 1756 bool isThumb = AFI->isThumbFunction(); emitAlignedDPRCS2Spills() local 1912 bool isThumb = AFI->isThumbFunction(); emitAlignedDPRCS2Restores() local
|
H A D | ARMInstructionSelector.cpp | 297 bool isThumb = STI.isThumb(); in OpcodeCache() local [all...] |
H A D | ARMAsmPrinter.cpp | 485 static bool isThumb(const MCSubtargetInfo& STI) { isThumb() function
|
H A D | ARMBaseInstrInfo.cpp | 511 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); insertBranch() local 6589 bool isThumb = Subtarget.isThumb(); buildOutlinedFrame() local 6664 bool isThumb = Subtarget.isThumb(); insertOutlinedCall() local [all...] |
H A D | ARMConstantIslandPass.cpp | 219 bool isThumb; global() member in __anon476e96640111::ARMConstantIslands [all...] |
H A D | ARMISelDAGToDAG.cpp | 4757 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); Select() local 4824 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); Select() local [all...] |
H A D | ARMISelLowering.cpp | 10827 bool isThumb = Subtarget->isThumb(); SetupEntryBlockForSjLj() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFThumb.h | 72 bool isThumb = CoffSec->Characteristics & COFF::IMAGE_SCN_MEM_16BIT; in getJITSymbolFlags() local
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 167 bool ARMTargetInfo::isThumb() const { in isThumb() function in ARMTargetInfo [all...] |
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | aarch32.cpp | 257 template <EdgeKind_aarch32 K> constexpr bool isThumb() { isThumb() function
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 852 bool isThumb() const { isThumb() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1589 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; getCOFFSectionFlags() local
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 524 bool isThumb() const { in isThumb() function in __anond426d4330111::ARMAsmParser [all...] |