/llvm-project/libcxx/test/support/test.support/ |
H A D | type_algorithms.pass.cpp | 54 struct Identity { struct 61 assert(std::all_of(is_called_array, is_called_array + 3, Identity())); in test_for_each() argument
|
/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/ |
H A D | is_pathable.pass.cpp | 35 struct Identity { typedef Tp type; }; argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info.cpp | 31 template<typename T> struct Identity { struct 35 void f(Identity<int>::Type a) {} in f() argument
|
/llvm-project/libcxx/test/libcxx/type_traits/ |
H A D | lazy_metafunctions.pass.cpp | 22 struct Identity : Type { global() struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | return-const-ref-from-parameter.cpp | 11 struct Identity { using type = T; }; argument
|
/llvm-project/clang/test/Parser/ |
H A D | cxx1z-fold-expressions.cpp | 60 template <auto V> constexpr auto Identity = V; variable
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-character.cpp | 36 static std::optional<Scalar<T>> Identity( in Identity() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | pass-object-size.c | 309 int Identity(void *p, size_t i) { return i; } in Identity() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAtomicOptimizer.cpp | 547 buildScanIteratively(IRBuilder<> & B,AtomicRMWInst::BinOp Op,Value * const Identity,Value * V,Instruction & I,BasicBlock * ComputeLoop,BasicBlock * ComputeEnd) const buildScanIteratively() argument 728 Value *Identity = getIdentityValueForAtomicOp(Ty, ScanOp); optimizeAtomic() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 615 if (Constant *Identity = ConstantExpr::getBinOpIdentity( ConstantFoldBinaryInstruction() local 621 } else if (Constant *Identity = ConstantExpr::getBinOpIdentity( ConstantFoldBinaryInstruction() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 580 Constant *Identity = insertAccumulator() local
|
H A D | Reassociate.cpp | 558 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | DependenceInfo.cpp | 535 isl_map *Identity = in calculateDependences() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 1414 if (Iv2Start != Identity) in foldDependentIVs() local
|
/llvm-project/polly/lib/Support/ |
H A D | ISLTools.cpp | 36 auto Identity = isl::multi_aff::identity(Space); in makeShiftDimAff() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 1029 Identity, cas in TEST() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2726 auto Identity = [&](DbgVariableIntrinsic &DII) -> DbgValReplacement { replaceAllDbgUsesWith() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2175 bool Identity = true, AllSame = true; getVectorShuffle() local
|