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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2748 bool &IsThumb1) {
2755 IsThumb1 = false;
2764 IsThumb1 = true;
2772 IsThumb1 = false;
2780 IsThumb1 = true;
2790 IsThumb1 = false;
2799 IsThumb1 = true;
2806 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { argument
2831 IsThumb1 = true;
2937 bool IsThumb1 local
2745 isRedundantFlagInstr(const MachineInstr *CmpI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, const MachineInstr *OI, bool &IsThumb1) argument
3171 bool IsThumb1; local
[all...]
H A DARMISelLowering.cpp10034 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { argument
10038 if (IsThumb1)
10053 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { argument
10057 if (IsThumb1)
10075 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10076 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
10084 } else if (IsThumb1) {
10116 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10117 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
10125 } else if (IsThumb1) {
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
10175 bool IsThumb1 = Subtarget->isThumb1Only(); local
[all...]

Completed in 182 milliseconds