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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4666 bool IsThumb2 = Subtarget->isThumb2(); local
4680 Opcode = IsThumb2 ? ARM::t2MRC : ARM::MRC;
4685 Opcode = IsThumb2 ? ARM::t2MRRC : ARM::MRRC;
4704 N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRSbanked : ARM::MRSbanked,
4758 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRS_AR : ARM::MRS,
4767 N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRSsys_AR : ARM::MRSsys, DL,
4781 bool IsThumb2 = Subtarget->isThumb2(); local
4794 Opcode = IsThumb2 ? ARM::t2MCR : ARM::MCR;
4799 Opcode = IsThumb2 ? ARM::t2MCRR : ARM::MCRR;
4819 N, CurDAG->getMachineNode(IsThumb2
[all...]
H A DARMISelLowering.cpp10034 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
10042 if (IsThumb2)
10053 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
10061 if (IsThumb2)
10075 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10076 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
10095 } else if (IsThumb2) {
10116 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10117 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
10137 } else if (IsThumb2) {
10072 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
10113 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
10176 bool IsThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 167 milliseconds