Home
last modified time | relevance | path

Searched refs:ELFv2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-elf-abi.ll3 …mtriple=powerpc64-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
4 …-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s -check-prefix=CHECK-ELFv2
6 …riple=powerpc64le-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
10 … -mtriple=powerpc64-unknown-freebsd -target-abi elfv2 < %s | FileCheck %s -check-prefix=CHECK-ELFv2
12 ; CHECK-ELFv2: .abiversion 2
H A Dcrsave.ll3 …e=powerpc64le-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s -check-prefix=PPC64-ELFv2
72 ; PPC64-ELFv2-LABEL: @cloberOneNvCrField
73 ; PPC64-ELFv2: mfocrf [[REG1:[0-9]+]], 32
82 ; PPC64-ELFv2-LABEL: @cloberAllNvCrField
83 ; PPC64-ELFv2: mfcr [[REG1:[0-9]+]]
H A Dstacksize.ll1 ; For ELFv2 ABI, we can avoid allocating the parameter area in the stack frame of the caller functi…
5 ; Tests for ELFv2 ABI
13 ; If the callee has at most eight integer args, parameter area can be ommited for ELFv2 ABI.
48 ; parameter area cannot be ommited even for ELFv2 ABI
/llvm-project-15.0.7/llvm/docs/
H A DCompilerWriterInfo.rst171 * `OpenPOWER ELFv2 Errata: ELFv2 ABI Version 1.4 <https://openpowerfoundation.org/?resource_lib=ope…
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td83 // only the ELFv2 ABI fully utilizes all these registers.
99 // ELFv2 ABI fully utilizes all these registers.
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp4992 ELFv2 enumerator
5155 if (!AlignAsType && Kind == ELFv2 && in getParamTypeAlignment()
5349 if (Kind == ELFv2 && in classifyArgumentType()
5419 if (Kind == ELFv2 && in classifyReturnType()
5428 if (Kind == ELFv2 && Bits <= 2 * GPRBits) { in classifyReturnType()
11655 Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()
11664 PPC64_SVR4_ABIInfo::ABIKind Kind = PPC64_SVR4_ABIInfo::ELFv2; in getTargetCodeGenInfo()