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

  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 138 if (MO.getTargetFlags() & AArch64II::MO_NC)
AArch64ExpandPseudoInsts.cpp 849 Flags | AArch64II::MO_PAGEOFF | AArch64II::MO_NC);
853 Flags | AArch64II::MO_PAGEOFF | AArch64II::MO_NC);
861 AArch64II::MO_NC);
    [all...]
AArch64InstrInfo.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
AArch64AsmPrinter.cpp 519 AArch64II::MO_NC);
AArch64FastISel.cpp 406 .addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGEOFF | AArch64II::MO_NC);
440 AArch64II::MO_NC);
451 .addGlobalAddress(GV, 0, AArch64II::MO_PAGEOFF | AArch64II::MO_NC)
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 509 /// MO_NC - Indicates whether the linker is expected to check the symbol
512 MO_NC = 0x20,

Completed in 386 milliseconds