Home
last modified time | relevance | path

Searched defs:Large (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dstack-reuse-exceptions.cpp9 struct Large { struct
13 Large getLarge(); argument
H A Dtrivial_abi.cpp17 struct __attribute__((trivial_abi)) Large { struct
20 Large(); argument
[all...]
H A Ddebug-info-thunk.cpp148 struct Large { struct
149 char array[1024];
175 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
H A Dthunks.cpp228 struct Large { struct
229 char array[1024];
255 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
/llvm-project/compiler-rt/test/fuzzer/
H A DImplicitSignedIntegerTruncationTest.cpp14 static uint8_t Large = UINT8_MAX; variable
H A DImplicitUnsignedIntegerTruncationTest.cpp14 static uint8_t Large = UINT8_MAX; variable
H A DSignedIntOverflowTest.cpp14 static int Large = INT_MAX; variable
/llvm-project/clang/test/CodeGen/assignment-tracking/
H A Dassignment-tracking.cpp14 struct Large { int A[10]; }; argument
/llvm-project/libcxx/test/libcxx/utilities/any/
H A Dallocator.pass.cpp29 struct Large { char big[sizeof(std::any) + 1]; }; argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/llvm-project/llvm/unittests/Support/
H A DBalancedPartitioningTest.cpp61 TEST_F(BalancedPartitioningTest, Large) { in TEST_F() argument
H A DAllocatorTest.cpp117 void *Large = Alloc.Allocate(4096, 1); in TEST() local
/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.ml38 | Large Constructor
H A Dllvm_target.mli43 | Large Constructor
/llvm-project/clang/test/CodeGen/
H A Dregcall4.c27 struct Large { int a[5]; }; argument
H A Dregcall.c27 struct Large { int a[5]; }; struct
H A Dvectorcall.c17 struct Large { int a[5]; }; struct
/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp338 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo() argument
/llvm-project/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp126 unique_function<int()> Large = LargeCallable(); TEST() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp203 bool Large = MF->getTarget().getCodeModel() == CodeModel::Large; expandLoadAddressTLSLE() local
[all...]
H A DLoongArchISelLowering.cpp969 bool Large = DAG.getTarget().getCodeModel() == CodeModel::Large; lowerGlobalTLSAddress() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dvector.cpp363 const TemplateVectorType<int, 3200>::type Large = {}; in Init() local
/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp246 // We do not support X86 Large code model. Change this in the future. in createBinaryContext() local