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

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 114 if (!Subtarget.isGVIndirectSymbol(GV)) {
ARMSubtarget.cpp 264 bool ARMSubtarget::isGVIndirectSymbol(const GlobalValue *GV) const {
ARMSubtarget.h 620 bool isGVIndirectSymbol(const GlobalValue *GV) const;
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp 549 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV);
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 114 if (!Subtarget.isGVIndirectSymbol(GV)) {
ARMSubtarget.cpp 330 bool ARMSubtarget::isGVIndirectSymbol(const GlobalValue *GV) const {
ARMSubtarget.h 774 bool isGVIndirectSymbol(const GlobalValue *GV) const;
ARMInstructionSelector.cpp 540 bool Indirect = STI.isGVIndirectSymbol(GV);
    [all...]
ARMAsmPrinter.cpp 797 (TargetFlags & ARMII::MO_NONLAZY) && Subtarget->isGVIndirectSymbol(GV);
    [all...]
ARMFastISel.cpp 548 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV);
    [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 432 milliseconds