Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2876 bool &IsThumb1) { in isRedundantFlagInstr()
2934 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { in isOptimizeCompareCandidate()
3083 bool IsThumb1 = false; in optimizeCompareInstr() local
3317 bool IsThumb1; in shouldSink() local
H A DARMISelLowering.cpp11178 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode()
11197 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode()
11219 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd()
11260 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt()
11319 bool IsThumb1 = Subtarget->isThumb1Only(); in EmitStructByval() local