Searched defs:isThumb2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp67 bool isThumb2(const MCSubtargetInfo &STI) const { function in class:__anon2180::ARMMCCodeEmitter
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp113 bool isThumb1, isThumb2; member in struct:__anon2164::ARMLoadStoreOpt
H A DARMConstantIslandPass.cpp221 bool isThumb2; member in class:__anon2147::ARMConstantIslands
[all...]
H A DARMFastISel.cpp119 bool isThumb2; member in class:__anon2150::final
[all...]
H A DARMSubtarget.h768 bool isThumb2() const { return InThumbMode && HasThumb2; } function in class:llvm::ARMSubtarget
H A DARMBaseInstrInfo.cpp1512 bool isThumb2 = Subtarget.isThumb2(); local
[all...]
H A DARMISelLowering.cpp9497 bool isThumb2 = Subtarget->isThumb2(); local
10548 bool isThumb2 = Subtarget->isThumb2(); local
10771 bool isThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 145 milliseconds