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

/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3959 bool IsThumb2 = Subtarget->isThumb2(); local
3973 Opcode = IsThumb2 ? ARM::t2MRC : ARM::MRC;
3978 Opcode = IsThumb2 ? ARM::t2MRRC : ARM::MRRC;
3997 N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRSbanked : ARM::MRSbanked,
4057 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRS_AR : ARM::MRS,
4066 N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRSsys_AR : ARM::MRSsys, DL,
4080 bool IsThumb2 = Subtarget->isThumb2(); local
4093 Opcode = IsThumb2 ? ARM::t2MCR : ARM::MCR;
4098 Opcode = IsThumb2 ? ARM::t2MCRR : ARM::MCRR;
4118 N, CurDAG->getMachineNode(IsThumb2
[all...]
H A DARMISelLowering.cpp7797 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
7805 if (IsThumb2)
7816 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
7824 if (IsThumb2)
7838 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
7839 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
7854 } else if (IsThumb2) {
7870 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
7871 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
7885 } else if (IsThumb2) {
7835 emitPostLd(MachineBasicBlock *BB, MachineBasicBlock::iterator Pos, const TargetInstrInfo *TII, const DebugLoc &dl, unsigned LdSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
7867 emitPostSt(MachineBasicBlock *BB, MachineBasicBlock::iterator Pos, const TargetInstrInfo *TII, const DebugLoc &dl, unsigned StSize, unsigned Data, unsigned AddrIn, unsigned AddrOut, bool IsThumb1, bool IsThumb2) argument
7918 bool IsThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 179 milliseconds