| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc32-and-aix-struct-return.c | 44 } Four; // svr4 to return i32, not float typedef 80 Four ret4(void) { return (Four){0.4}; } in ret4()
|
| H A D | aix-struct-arg.c | 20 } Four; typedef 59 void arg4(Four x) {} in arg4()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | alias-church-numerals.cpp | 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>; typedef 26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetObjectFile.cpp | 28 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local 29 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | DIEHashTest.cpp | 124 DIEInteger Four(4); in TEST_F() local 125 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 130 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 157 DIEInteger Four(4); in TEST_F() local 161 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 181 Four); in TEST_F() 626 DIEInteger Four(4); in TEST_F() local 630 IntTyDIE.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four); in TEST_F() 675 DIEInteger Four(4); in TEST_F() local 679 Four); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCAsmInfo.cpp | 112 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local 113 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-enum-json.cpp | 10 Four enumerator
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | varargs.cpp | 42 enum Fixed : int { Four }; in promotable() enumerator
|
| H A D | overload-ary-bind.cpp | 43 namespace Four { namespace
|
| H A D | cxx20-p0388-unbound-ary.cpp | 51 namespace Four { namespace
|
| H A D | cxx20-using-enum.cpp | 69 namespace Four { namespace
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MemoryBufferTest.cpp | 218 OwningBuffer Four(WritableMemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local 219 EXPECT_NE(nullptr, Four.get()); in TEST_F() 221 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | c2x-attributes.c | 10 enum [[]] { Four }; enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP10.td | 48 def P10_BF : ProcResource<4>; // Four Binary Floating Point pipelines. 50 def P10_CY : ProcResource<4>; // Four Crypto pipelines. 54 def P10_FX : ProcResource<4>; // Four ALU pipelines. 57 def P10_PM : ProcResource<4>; // Four 128-bit permute (PM) pipelines.
|
| H A D | PPCScheduleP9.td | 87 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 101 // Four DP (Floating Point) units in total. Two even, two Odd. 112 // Four LS (Load or Store) units.
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p7-cxx20.cpp | 101 namespace Four { namespace
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwarfdump-line-only.s | 50 .byte 4 # Four elements per file entry
|
| H A D | dwarfdump-header-64.s | 131 .byte 4 # Four elements per file entry
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_conversion_dyn.mlir | 41 // Four dense to sparse conversions.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | bcmp-inline-small.ll | 39 ; TODO: Four loads should be within the limit, but the heuristic isn't implemented.
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | declare_simd_codegen.cpp | 165 double Four(int& a, int &b) { in Four() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleSwift.td | 889 /// Four Register. 914 // Four element structure loads. 961 // Four element structure. 1006 // Four element structure store. 1030 // Four element structure.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | tombstone.s | 445 .byte 2 # Four elements per file entry 511 .byte 2 # Four elements per file entry
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-macros.m | 329 Four = 4 enum
|
| H A D | objcmt-ns-macros.m.result | 311 Four = 4
|