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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5492 bool IsThumb2 = Subtarget->isThumb2(); local
5506 Opcode = IsThumb2 ? ARM::t2MRC : ARM::MRC;
5511 Opcode = IsThumb2 ? ARM::t2MRRC : ARM::MRRC;
5530 N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRSbanked : ARM::MRSbanked,
5584 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRS_AR : ARM::MRS,
5593 N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRSsys_AR : ARM::MRSsys, DL,
5607 bool IsThumb2 = Subtarget->isThumb2(); local
5620 Opcode = IsThumb2 ? ARM::t2MCR : ARM::MCR;
5625 Opcode = IsThumb2 ? ARM::t2MCRR : ARM::MCRR;
5645 N, CurDAG->getMachineNode(IsThumb2
[all...]
H A DARMISelLowering.cpp11323 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
11331 if (IsThumb2)
11342 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
11350 if (IsThumb2)
11364 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
11365 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
11384 } else if (IsThumb2) {
11405 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
11406 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
11426 } else if (IsThumb2) {
11361 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
11402 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
11465 bool IsThumb2 = Subtarget->isThumb2(); local
[all...]

Completed in 148 milliseconds