Home
last modified time | relevance | path

Searched defs:isThumb2 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h365 bool isThumb2() const { return isThumb() && hasThumb2(); } isThumb2() function
H A DARMConstantIslandPass.cpp221 bool isThumb2; global() member in __anon476e96640111::ARMConstantIslands
[all...]
H A DARMFastISel.cpp118 bool isThumb2; global() member in __anoncd113ba30111::ARMFastISel
[all...]
H A DARMLoadStoreOptimizer.cpp117 bool isThumb1, isThumb2; global() member
H A DARMISelDAGToDAG.cpp427 bool isThumb2 = Subtarget->isThumb(); PreprocessISelDAG() local
[all...]
H A DARMBaseInstrInfo.cpp1634 bool isThumb2 = Subtarget.isThumb2(); expandMEMCPY() local
[all...]
H A DARMISelLowering.cpp10828 bool isThumb2 = Subtarget->isThumb2(); SetupEntryBlockForSjLj() local
12004 bool isThumb2 = Subtarget->isThumb2(); EmitInstrWithCustomInserter() local
12324 bool isThumb2 = Subtarget->isThumb2(); EmitInstrWithCustomInserter() local
[all...]
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp68 bool isThumb2(const MCSubtargetInfo &STI) const { isThumb2() function in __anond46920120111::ARMMCCodeEmitter
[all...]