Searched refs:IsThumb2 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6825 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
6833 if (IsThumb2)
6844 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
6852 if (IsThumb2)
6866 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
6867 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
6882 } else if (IsThumb2) {
6898 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
6899 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
6913 } else if (IsThumb2) {
6863 emitPostLd(MachineBasicBlock *BB, MachineInstr *Pos, const TargetInstrInfo *TII, DebugLoc dl, unsigned LdSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
6895 emitPostSt(MachineBasicBlock *BB, MachineInstr *Pos, const TargetInstrInfo *TII, DebugLoc dl, unsigned StSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
6947 bool IsThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 71 milliseconds