Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h23 ARMAsmBackend(const Target &T, bool isThumb, llvm::endianness Endian) in ARMAsmBackend()
72 bool isThumb() const { return isThumbMode; } in isThumb() function
H A DARMAsmBackendWinCOFF.h19 ARMAsmBackendWinCOFF(const Target &T, bool isThumb) in ARMAsmBackendWinCOFF() argument
H A DARMAsmBackendELF.h22 ARMAsmBackendELF(const Target &T, bool isThumb, uint8_t OSABI, in ARMAsmBackendELF() argument
H A DARMMCCodeEmitter.cpp63 bool isThumb(const MCSubtargetInfo &STI) const { isThumb() function in __anon76ae18df0111::ARMMCCodeEmitter
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp132 bool isThumb; member
219 bool isThumb = ThunkIt->isThumb; in populateThunk() local
280 bool isThumb; in ConvertIndirectCallToIndirectJump() local
H A DARMAsmPrinter.h135 bool isThumb = TT.isThumb() || getISAEncoding() local
H A DARMBasicBlockInfo.h113 bool isThumb = false; variable
H A DARMMachineFunctionInfo.h34 bool isThumb = false; global() variable
H A DARMFrameLowering.cpp1755 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local
1911 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
H A DARMInstructionSelector.cpp297 bool isThumb = STI.isThumb(); in OpcodeCache() local
H A DARMAsmPrinter.cpp485 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function
H A DARMBaseInstrInfo.cpp511 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in insertBranch() local
6589 bool isThumb = Subtarget.isThumb(); in buildOutlinedFrame() local
6664 bool isThumb = Subtarget.isThumb(); in insertOutlinedCall() local
H A DARMConstantIslandPass.cpp219 bool isThumb; member in __anon34c212310111::ARMConstantIslands
H A DARMISelDAGToDAG.cpp4757 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); in Select() local
4824 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select() local
H A DARMISelLowering.cpp10812 bool isThumb = Subtarget->isThumb(); in SetupEntryBlockForSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h43 bool isThumb = false; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp167 bool ARMTargetInfo::isThumb() const { in isThumb() function in ARMTargetInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h859 bool isThumb() const { in isThumb() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1589 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; in getCOFFSectionFlags() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp524 bool isThumb() const { in isThumb() function in __anon6be9c9a00111::ARMAsmParser