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

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7275 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
7283 if (IsThumb2)
7294 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
7302 if (IsThumb2)
7316 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
7317 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
7332 } else if (IsThumb2) {
7348 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
7349 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
7363 } else if (IsThumb2) {
7313 emitPostLd(MachineBasicBlock *BB, MachineInstr *Pos, const TargetInstrInfo *TII, DebugLoc dl, unsigned LdSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
7345 emitPostSt(MachineBasicBlock *BB, MachineInstr *Pos, const TargetInstrInfo *TII, DebugLoc dl, unsigned StSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
7397 bool IsThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 122 milliseconds