Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/include/__algorithm/
H A Dtransform.h22 transform(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation … in transform() function
29 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator transform( in transform() function
H A Dpstl.h609 _LIBCPP_HIDE_FROM_ABI _ForwardOutIterator transform( in transform() function
635 _LIBCPP_HIDE_FROM_ABI _ForwardOutIterator transform( in transform() function
/llvm-project/mlir/lib/Dialect/Transform/Transforms/
H A DPreloadLibraryPass.cpp16 namespace transform { namespace
H A DInferEffects.cpp21 namespace transform { namespace
H A DInterpreterPass.cpp17 namespace transform { namespace
H A DTransformInterpreterUtils.cpp133 transform::TransformOpInterface transform = nullptr; in findTransformEntryPoint() local
H A DCheckUses.cpp22 namespace transform { namespace
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-array-type.m16 @property (nonatomic, assign) GLKMatrix4 transform; property
/llvm-project/clang/test/Sema/
H A Dconditional.c28 mat4 transform; in GH69008() local
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DLinearTransformTest.cpp22 LinearTransform transform = result.second; in testColumnEchelonForm() local
/llvm-project/mlir/lib/Dialect/Transform/IRDLExtension/
H A DIRDLExtensionOps.cpp23 namespace mlir::transform { namespace
/llvm-project/mlir/lib/Debug/
H A DExecutionContext.cpp57 void ExecutionContext::operator()(llvm::function_ref<void()> transform, in operator ()()
H A DDebugCounter.cpp65 void DebugCounter::operator()(llvm::function_ref<void()> transform, in operator ()()
/llvm-project/mlir/lib/CAPI/Dialect/
H A DTransform.cpp17 MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Transform, transform, in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION() argument
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp709 checkAndRecordHandleInvalidationImpl(transform::TransformOpInterface transform,transform::TransformState::InvalidatedHandleMap & newlyInvalidated) const checkAndRecordHandleInvalidationImpl() argument
772 checkAndRecordHandleInvalidation(transform::TransformOpInterface transform) checkAndRecordHandleInvalidation() argument
784 checkRepeatedConsumptionInOperand(ArrayRef<T> payload,transform::TransformOpInterface transform,unsigned operandNumber) checkRepeatedConsumptionInOperand() argument
820 applyTransform(TransformOpInterface transform) applyTransform() argument
1134 setRemainingToEmpty(transform::TransformOpInterface transform) setRemainingToEmpty() argument
1820 isHandleConsumed(Value handle,transform::TransformOpInterface transform) isHandleConsumed() argument
1870 doesModifyPayload(transform::TransformOpInterface transform) doesModifyPayload() argument
1877 doesReadPayload(transform::TransformOpInterface transform) doesReadPayload() argument
2000 applyTransforms(Operation * payloadRoot,TransformOpInterface transform,const RaggedArray<MappedValue> & extraMapping,const TransformOptions & options,bool enforceToplevelTransformOp) applyTransforms() argument
[all...]
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c62 LLVMErrorRef transform(void *Ctx, LLVMOrcThreadSafeModuleRef *ModInOut, in transform() function
/llvm-project/libclc/generic/lib/math/
H A DsincosD_piby4.h92 double transform = ca ? 1.0 : 0.0; in __clc_tan_piby4() local
/llvm-project/mlir/test/python/integration/dialects/linalg/
H A Dopsrun.py188 def transform(module, boilerplate): global() function
[all...]
/llvm-project/clang/tools/scan-build-py/lib/libear/
H A D__init__.py205 def transform(line, definitions): function
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DUtils.cpp168 namespace transform { global() namespace
/llvm-project/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/polly/lib/External/isl/
H A Disl_affine_hull.c232 isl_bool transform; in affine_hull() local
H A Disl_scheduler_clustering.c1024 static isl_stat transform(isl_ctx *ctx, struct isl_sched_graph *graph, in transform() function
/llvm-project/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/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1285 bool LoopInterchangeTransform::transform() { transform() function in LoopInterchangeTransform
[all...]

12