Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dtransform.h23 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation … in transform() function
33 transform(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, in transform() function
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dproperty-array-type.m17 @property (nonatomic, assign) GLKMatrix4 transform; property
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DLinearTransformTest.cpp22 LinearTransform transform = result.second; in testColumnEchelonForm() local
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp166 TransformOpInterface transform) { in checkAndRecordHandleInvalidation()
192 transform::TransformState::applyTransform(TransformOpInterface transform) { in applyTransform()
373 transform::TransformOpInterface transform) { in isHandleConsumed() argument
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c63 LLVMErrorRef transform(void *Ctx, LLVMOrcThreadSafeModuleRef *ModInOut, in transform() function
/llvm-project-15.0.7/libclc/generic/lib/math/
H A DsincosD_piby4.h92 double transform = ca ? 1.0 : 0.0; in __clc_tan_piby4() local
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg.c935 __isl_give isl_printer *(*transform)(__isl_take isl_printer *p, member
972 static __isl_give isl_printer *transform(__isl_take isl_printer *p, in transform() function
/llvm-project-15.0.7/mlir/test/python/integration/dialects/linalg/
H A Dopsrun.py188 def transform(module, boilerplate): function
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/Transforms/
H A DCheckUses.cpp396 namespace transform { namespace
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A D__init__.py202 def transform(line, definitions): function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h795 SmallVectorImpl<SmallVector<Operation *>> &results, FnTy transform) { in applyTransformToEach()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp109 template <class T> T transform(Bool b, T value) { in transform() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_affine_hull.c232 isl_bool transform; in affine_hull() local
H A Disl_union_templ.c320 static __isl_give UNION *FN(UNION,transform)(__isl_take UNION *u, in FN() argument
H A Disl_scheduler.c6964 static isl_stat transform(isl_ctx *ctx, struct isl_sched_graph *graph, in transform() function
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h304 transform(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardI… in transform() function
320 transform(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forwar… in transform() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1292 bool LoopInterchangeTransform::transform() { in transform() function in LoopInterchangeTransform
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp791 const LinearTransform &transform = result.second; in findIntegerSample() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp2101 TypeSourceInfo *transform(TypeSourceInfo *TSI) { return TransformType(TSI); } in transform() function in __anoncd9c0a410711::ExtractTypeForDeductionGuide