Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/test/support/test.support/
H A Dtype_algorithms.pass.cpp54 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 Dis_pathable.pass.cpp35 struct Identity { typedef Tp type; }; argument
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info.cpp31 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 Dlazy_metafunctions.pass.cpp22 struct Identity : Type { global() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreturn-const-ref-from-parameter.cpp11 struct Identity { using type = T; }; argument
/llvm-project/clang/test/Parser/
H A Dcxx1z-fold-expressions.cpp60 template <auto V> constexpr auto Identity = V; variable
/llvm-project/flang/lib/Evaluate/
H A Dfold-character.cpp36 static std::optional<Scalar<T>> Identity( in Identity() function
/llvm-project/clang/test/CodeGen/
H A Dpass-object-size.c309 int Identity(void *p, size_t i) { return i; } in Identity() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp547 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 DConstantFold.cpp615 if (Constant *Identity = ConstantExpr::getBinOpIdentity( ConstantFoldBinaryInstruction() local
621 } else if (Constant *Identity = ConstantExpr::getBinOpIdentity( ConstantFoldBinaryInstruction() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp580 Constant *Identity = insertAccumulator() local
H A DReassociate.cpp558 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp535 isl_map *Identity = in calculateDependences() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1414 if (Iv2Start != Identity) in foldDependentIVs() local
/llvm-project/polly/lib/Support/
H A DISLTools.cpp36 auto Identity = isl::multi_aff::identity(Space); in makeShiftDimAff() local
/llvm-project/llvm/unittests/IR/
H A DInstructionsTest.cpp1029 Identity, cas in TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2726 auto Identity = [&](DbgVariableIntrinsic &DII) -> DbgValReplacement { replaceAllDbgUsesWith() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2175 bool Identity = true, AllSame = true; getVectorShuffle() local