Searched defs:isThumb (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h77 bool isThumb() const { return isThumbMode; } function in class:llvm::ARMAsmBackend
H A DARMMCCodeEmitter.cpp63 bool isThumb(const MCSubtargetInfo &STI) const { function in class:__anon4050::ARMMCCodeEmitter
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DAtoms.h74 bool isThumb() const { return _thumb; } function in class:lld::mach_o::MachODefinedAtom
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h113 bool isThumb = false; member in class:llvm::ARMBasicBlockUtils
H A DARMAsmPrinter.cpp470 static bool isThumb(const MCSubtargetInfo& STI) { function
H A DARMMachineFunctionInfo.h32 bool isThumb = false; member in class:llvm::ARMFunctionInfo
H A DARMInstructionSelector.cpp297 bool isThumb = STI.isThumb(); local
[all...]
H A DARMConstantIslandPass.cpp215 bool isThumb; member in class:__anon4012::ARMConstantIslands
[all...]
H A DARMFrameLowering.cpp1208 bool isThumb = AFI->isThumbFunction(); local
1364 bool isThumb = AFI->isThumbFunction(); local
H A DARMISelDAGToDAG.cpp4317 bool isThumb = Subtarget->isThumb() && Subtarget->hasV8MBaselineOps(); local
4384 bool isThumb = Subtarget->isThumb() && Subtarget->hasThumb2(); local
[all...]
H A DARMSubtarget.h784 bool isThumb() const { return InThumbMode; } function in class:llvm::ARMSubtarget
H A DARMBaseInstrInfo.cpp441 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); local
[all...]
H A DARMISelLowering.cpp9936 bool isThumb = Subtarget->isThumb(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp164 bool ARMTargetInfo::isThumb() const { function in class:ARMTargetInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1370 bool isThumb = TM.getTargetTriple().getArch() == Triple::thumb; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h695 bool isThumb() const { function in class:llvm::Triple
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp508 bool isThumb() const { function in class:__anon4036::ARMAsmParser
[all...]

Completed in 194 milliseconds