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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2808 bool &IsThumb1) {
2815 IsThumb1 = false;
2824 IsThumb1 = true;
2832 IsThumb1 = false;
2840 IsThumb1 = true;
2850 IsThumb1 = false;
2859 IsThumb1 = true;
2866 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { argument
2891 IsThumb1 = true;
2997 bool IsThumb1 local
2805 isRedundantFlagInstr(const MachineInstr *CmpI, Register SrcReg, Register SrcReg2, int ImmValue, const MachineInstr *OI, bool &IsThumb1) argument
3231 bool IsThumb1; local
[all...]
H A DARMISelLowering.cpp10472 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
10476 if (IsThumb1)
10491 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
10495 if (IsThumb1)
10513 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10514 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
10522 } else if (IsThumb1) {
10554 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10555 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
10563 } else if (IsThumb1) {
10510 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
10551 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
10613 bool IsThumb1 = Subtarget->isThumb1Only(); local
[all...]

Completed in 279 milliseconds