Home
last modified time | relevance | path

Searched refs:GNUILP32 (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp76 CodePointerSize = T.getEnvironment() == Triple::GNUILP32 ? 4 : 8; in AArch64MCAsmInfoELF()
H A DAArch64AsmBackend.cpp761 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in createAArch64leAsmBackend()
774 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in createAArch64beAsmBackend()
H A DAArch64MCCodeEmitter.cpp602 auto Reloc = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32 in encodeInstruction()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h213 GNUILP32, enumerator
736 getEnvironment() == Triple::GNUILP32 in isAArch64()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp230 std::string Ptr32 = TT.getEnvironment() == Triple::GNUILP32 ? "-p:32:32" : ""; in computeDataLayout()
324 TT.getEnvironment() != Triple::GNUILP32 && in AArch64TargetMachine()
H A DAArch64Subtarget.h495 TargetTriple.getEnvironment() == Triple::GNUILP32; in isTargetILP32()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp246 case GNUILP32: return "gnu_ilp32"; in getEnvironmentTypeName()
553 .StartsWith("gnu_ilp32", Triple::GNUILP32) in parseEnvironment()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp186 if (TgtM.getTargetTriple().getEnvironment() == Triple::GNUILP32) { in Initialize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp274 IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in AArch64AsmParser()