HomeSort by relevance Sort by last modified time
    Searched refs:MO_NONLAZY (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 125 .addGlobalAddress(GV, 0, ARMII::MO_NONLAZY);
163 {MO_NONLAZY, "arm-nonlazy"}};
ARMInstructionSelector.cpp 551 TargetFlags |= ARMII::MO_NONLAZY;
    [all...]
ARMAsmPrinter.cpp 797 (TargetFlags & ARMII::MO_NONLAZY) && Subtarget->isGVIndirectSymbol(GV);
    [all...]
ARMFastISel.cpp 566 TF = ARMII::MO_NONLAZY;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 125 .addGlobalAddress(GV, 0, ARMII::MO_NONLAZY);
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp 567 TF = ARMII::MO_NONLAZY;
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 269 /// MO_NONLAZY - This is an independent flag, on a symbol operand "FOO" it
274 MO_NONLAZY = 0x80,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 307 /// MO_NONLAZY - This is an independent flag, on a symbol operand "FOO" it
312 MO_NONLAZY = 0x80,

Completed in 2059 milliseconds