/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64le-localentry.ll | 1 ; RUN: llc -march=ppc64le -mcpu=pwr8 < %s | FileCheck %s 2 ; RUN: llc -march=ppc64le -mcpu=pwr8 -O0 < %s | FileCheck %s 3 ; RUN: llc -march=ppc64le < %s | FileCheck %s 4 ; RUN: llc -march=ppc64le -O0 < %s | FileCheck %s 7 ; without specifying -mcpu=pwr8 as that is now the baseline for ppc64le.
|
D | ppc64le-calls.ll | 1 ; RUN: llc -march=ppc64le -mcpu=pwr8 < %s | FileCheck %s 2 ; RUN: llc -march=ppc64le < %s | FileCheck %s 5 ; without specifying -mcpu=pwr8 as that is now the baseline for ppc64le.
|
D | mature-mc-support.ll | 5 ; FIXME: PowerPC doesn't appear to support -filetype=obj for ppc64le 23 ; SKIP: not llc -march=ppc64le < %s > /dev/null 2> %t5 26 ; SKIP: not llc -march=ppc64le -filetype=obj < %s > /dev/null 2> %t6
|
D | vec_fneg.ll | 2 ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -march=ppc64le \ 4 ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -march=ppc64le \
|
D | pr27350.ll | 1 ; RUN: llc -mcpu=ppc64le -mtriple=powerpc64le-unknown-linux-gnu < %s 21 …no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="ppc64le" "target-features…
|
D | vec_abs.ll | 1 ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -march=ppc64le \ 3 ; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -march=ppc64le \
|
D | ppc64le-aggregates.ll | 1 ; RUN: llc < %s -march=ppc64le -mcpu=pwr8 -mattr=+altivec -mattr=-vsx | FileCheck %s 2 ; RUN: llc < %s -march=ppc64le -mattr=+altivec -mattr=-vsx | FileCheck %s 7 ; The second run step is to ensure that -march=ppc64le is adequate to select 8 ; the same feature set as with -mcpu=pwr8 since that is the baseline for ppc64le.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 112 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() 116 if (T.getArch() == Triple::ppc64le) in getDataLayoutString() 149 if (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le) { in computeFSAdditions() 196 case Triple::ppc64le: in computeTargetABI() 215 if (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le) in getEffectiveRelocModel() 228 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le)) in getEffectiveCodeModel() 404 if (TM->getTargetTriple().getArch() == Triple::ppc64le && in addMachineSSAOptimization()
|
D | PPCSubtarget.cpp | 54 TargetTriple.getArch() == Triple::ppc64le), in PPCSubtarget() 120 if (TargetTriple.getArch() == Triple::ppc64le) in initSubtargetFeatures() 159 IsLittleEndian = (TargetTriple.getArch() == Triple::ppc64le); in initSubtargetFeatures()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 87 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() 91 if (T.getArch() == Triple::ppc64le) in getDataLayoutString() 124 if (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le) { in computeFSAdditions() 169 case Triple::ppc64le: in computeTargetABI() 388 if (TM->getTargetTriple().getArch() == Triple::ppc64le && in addMachineSSAOptimization()
|
D | PPCSubtarget.cpp | 54 TargetTriple.getArch() == Triple::ppc64le), in PPCSubtarget() 117 if (TargetTriple.getArch() == Triple::ppc64le) in initSubtargetFeatures() 146 IsLittleEndian = (TargetTriple.getArch() == Triple::ppc64le); in initSubtargetFeatures()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr27350.ll | 1 ; RUN: llc -verify-machineinstrs -mcpu=ppc64le -mtriple=powerpc64le-unknown-linux-gnu < %s 21 …no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="ppc64le" "target-features…
|
D | bswap64.ll | 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64le-- -mcpu=pwr9 | FileCheck %s
|
D | eh-dwarf-cfa.ll | 26 attributes #0 = { "no-frame-pointer-elim"="true" "target-cpu"="ppc64le" }
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 55 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le); in createPPCMCRegisterInfo() 72 TheTriple.getArch() == Triple::ppc64le); in createPPCMCAsmInfo() 93 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le)) in adjustCodeGenOpts()
|
D | PPCMCAsmInfo.cpp | 55 IsLittleEndian = T.getArch() == Triple::ppc64le; in PPCELFMCAsmInfo()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 38 case ppc64le: return "powerpc64le"; in getArchTypeName() 90 case ppc64le: in getArchTypePrefix() 257 .Case("ppc64le", ppc64le) in getArchTypeForLLVMName() 357 .Cases("powerpc64le", "ppc64le", Triple::ppc64le) in parseArch() 602 case Triple::ppc64le: in getDefaultFormat() 1160 case llvm::Triple::ppc64le: in getArchPointerBitWidth() 1196 case Triple::ppc64le: in get32BitArchVariant() 1275 case Triple::ppc64le: in get64BitArchVariant() 1347 case Triple::ppc64le: T.setArch(Triple::ppc64); break; in getBigEndianArchVariant() 1379 case Triple::ppc64: T.setArch(Triple::ppc64le); break; in getLittleEndianArchVariant() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Triple.cpp | 38 case ppc64le: return "powerpc64le"; in getArchTypeName() 93 case ppc64le: in getArchTypePrefix() 267 .Case("ppc64le", ppc64le) in getArchTypeForLLVMName() 370 .Cases("powerpc64le", "ppc64le", Triple::ppc64le) in parseArch() 624 case Triple::ppc64le: in getDefaultFormat() 1187 case llvm::Triple::ppc64le: in getArchPointerBitWidth() 1224 case Triple::ppc64le: in get32BitArchVariant() 1307 case Triple::ppc64le: in get64BitArchVariant() 1384 case Triple::ppc64le: T.setArch(Triple::ppc64); break; in getBigEndianArchVariant() 1416 case Triple::ppc64: T.setArch(Triple::ppc64le); break; in getLittleEndianArchVariant() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Triple.cpp | 40 case ppc64le: return "powerpc64le"; in getArchTypeName() 97 case ppc64le: in getArchTypePrefix() 278 .Case("ppc64le", ppc64le) in getArchTypeForLLVMName() 388 .Cases("powerpc64le", "ppc64le", Triple::ppc64le) in parseArch() 657 case Triple::ppc64le: in getDefaultFormat() 1230 case llvm::Triple::ppc64le: in getArchPointerBitWidth() 1267 case Triple::ppc64le: in get32BitArchVariant() 1354 case Triple::ppc64le: in get64BitArchVariant() 1432 case Triple::ppc64le: T.setArch(Triple::ppc64); break; in getBigEndianArchVariant() 1464 case Triple::ppc64: T.setArch(Triple::ppc64le); break; in getLittleEndianArchVariant() [all …]
|
/external/elfutils/tests/ |
D | run-backtrace-fp-core-ppc64le.sh | 29 check_core ppc64le.fp
|
/external/llvm/lib/Target/PowerPC/TargetInfo/ |
D | PowerPCTargetInfo.cpp | 24 RegisterTarget<Triple::ppc64le, /*HasJIT=*/true> in LLVMInitializePowerPCTargetInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/TargetInfo/ |
D | PowerPCTargetInfo.cpp | 35 RegisterTarget<Triple::ppc64le, /*HasJIT=*/true> Z( in LLVMInitializePowerPCTargetInfo()
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | multiple_kprobes.tc | 11 ppc64le) OFFS=8;;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 63 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le); in createPPCMCRegisterInfo() 80 TheTriple.getArch() == Triple::ppc64le); in createPPCMCAsmInfo()
|
D | PPCMCAsmInfo.cpp | 56 IsLittleEndian = T.getArch() == Triple::ppc64le; in PPCELFMCAsmInfo()
|