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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 2395 bool IsARM =
2399 unsigned LDRLITOpc = IsARM ? ARM::LDRi12 : ARM::tLDRpci;
2401 IsARM
2411 unsigned PCAdj = IsARM ? 8 : 4;
2425 if (IsARM)
2436 if (IsARM)
2453 bool isARM = Opcode != ARM::t2MOV_ga_pcrel;
2454 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel;
2455 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel;
2458 unsigned PICAddOpc = isARM
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 5196 bool IsARM = S.Context.getTargetInfo().getTriple().isARM();
5199 (IsARM && !ArmMveAliasValid(BuiltinID, AliasName) &&
5202 (!IsAArch64 && !IsARM && !IsRISCV)) {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 3598 bool IsARM = T.isARM() || T.isThumb() || T.isAArch64();
3601 (IsARM && !(T.isOSWindows() || T.isOSNetBSD() || T.isOSOpenBSD())))

Completed in 27 milliseconds