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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2866 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { argument
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
10491 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
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 214 milliseconds