HomeSort by: relevance | last modified time | path
    Searched refs:IsThumb1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 1600 bool isThumb1 = Subtarget.isThumb1Only();
1608 if (isThumb1 || !MI->getOperand(1).isDead()) {
1611 : isThumb1 ? ARM::tLDMIA_UPD
1618 if (isThumb1 || !MI->getOperand(0).isDead()) {
1621 : isThumb1 ? ARM::tSTMIA_UPD
2846 bool &IsThumb1) {
2853 IsThumb1 = false;
2862 IsThumb1 = true;
2870 IsThumb1 = false;
2878 IsThumb1 = true
    [all...]
ARMISelLowering.cpp 10599 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) {
10603 if (IsThumb1)
10618 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) {
10622 if (IsThumb1)
10640 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10641 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2);
10649 } else if (IsThumb1) {
10681 unsigned AddrOut, bool IsThumb1, bool IsThumb2) {
10682 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2);
10690 } else if (IsThumb1) {
    [all...]

Completed in 26 milliseconds