/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.h | 23 ARMAsmBackend(const Target &T, bool isThumb, llvm::endianness Endian) in ARMAsmBackend() 72 bool isThumb() const { return isThumbMode; } in isThumb() function
|
H A D | ARMAsmBackendWinCOFF.h | 19 ARMAsmBackendWinCOFF(const Target &T, bool isThumb) in ARMAsmBackendWinCOFF() argument
|
H A D | ARMAsmBackendELF.h | 22 ARMAsmBackendELF(const Target &T, bool isThumb, uint8_t OSABI, in ARMAsmBackendELF() argument
|
H A D | ARMMCCodeEmitter.cpp | 63 bool isThumb(const MCSubtargetInfo &STI) const { isThumb() function in __anon76ae18df0111::ARMMCCodeEmitter [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSLSHardening.cpp | 132 bool isThumb; member 219 bool isThumb = ThunkIt->isThumb; in populateThunk() local 280 bool isThumb; in ConvertIndirectCallToIndirectJump() local
|
H A D | ARMAsmPrinter.h | 135 bool isThumb = TT.isThumb() || getISAEncoding() local
|
H A D | ARMBasicBlockInfo.h | 113 bool isThumb = false; variable
|
H A D | ARMMachineFunctionInfo.h | 34 bool isThumb = false; global() variable
|
H A D | ARMFrameLowering.cpp | 1755 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills() local 1911 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores() local
|
H A D | ARMInstructionSelector.cpp | 297 bool isThumb = STI.isThumb(); in OpcodeCache() local
|
H A D | ARMAsmPrinter.cpp | 485 static bool isThumb(const MCSubtargetInfo& STI) { in isThumb() function
|
H A D | ARMBaseInstrInfo.cpp | 511 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 D | ARMConstantIslandPass.cpp | 219 bool isThumb; member in __anon34c212310111::ARMConstantIslands
|
H A D | ARMISelDAGToDAG.cpp | 4757 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); in Select() local 4824 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); in Select() local
|
H A D | ARMISelLowering.cpp | 10812 bool isThumb = Subtarget->isThumb(); in SetupEntryBlockForSjLj() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.h | 43 bool isThumb = false; variable
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 167 bool ARMTargetInfo::isThumb() const { in isThumb() function in ARMTargetInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 859 bool isThumb() const { in isThumb() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1589 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; in getCOFFSectionFlags() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 524 bool isThumb() const { in isThumb() function in __anon6be9c9a00111::ARMAsmParser
|