Home
last modified time | relevance | path

Searched refs:Four (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc32-and-aix-struct-return.c44 } Four; // svr4 to return i32, not float typedef
80 Four ret4(void) { return (Four){0.4}; } in ret4()
H A Daix-struct-arg.c20 } Four; typedef
59 void arg4(Four x) {} in arg4()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp25 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 DX86TargetObjectFile.cpp28 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 DDIEHashTest.cpp124 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 DX86MCAsmInfo.cpp112 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 Dast-dump-enum-json.cpp10 Four enumerator
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvarargs.cpp42 enum Fixed : int { Four }; in promotable() enumerator
H A Doverload-ary-bind.cpp43 namespace Four { namespace
H A Dcxx20-p0388-unbound-ary.cpp51 namespace Four { namespace
H A Dcxx20-using-enum.cpp69 namespace Four { namespace
/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryBufferTest.cpp218 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 Dc2x-attributes.c10 enum [[]] { Four }; enumerator
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td48 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 DPPCScheduleP9.td87 // 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 Dp7-cxx20.cpp101 namespace Four { namespace
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-line-only.s50 .byte 4 # Four elements per file entry
H A Ddwarfdump-header-64.s131 .byte 4 # Four elements per file entry
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_conversion_dyn.mlir41 // Four dense to sparse conversions.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbcmp-inline-small.ll39 ; TODO: Four loads should be within the limit, but the heuristic isn't implemented.
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_simd_codegen.cpp165 double Four(int& a, int &b) { in Four() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleSwift.td889 /// 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 Dtombstone.s445 .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 Dobjcmt-ns-macros.m329 Four = 4 enum
H A Dobjcmt-ns-macros.m.result311 Four = 4

12