/llvm-project/libcxx/include/__algorithm/ |
H A D | transform.h | 22 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 D | pstl.h | 609 _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 D | PreloadLibraryPass.cpp | 16 namespace transform { namespace
|
H A D | InferEffects.cpp | 21 namespace transform { namespace
|
H A D | InterpreterPass.cpp | 17 namespace transform { namespace
|
H A D | TransformInterpreterUtils.cpp | 133 transform::TransformOpInterface transform = nullptr; in findTransformEntryPoint() local
|
H A D | CheckUses.cpp | 22 namespace transform { namespace
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | property-array-type.m | 16 @property (nonatomic, assign) GLKMatrix4 transform; property
|
/llvm-project/clang/test/Sema/ |
H A D | conditional.c | 28 mat4 transform; in GH69008() local
|
/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | LinearTransformTest.cpp | 22 LinearTransform transform = result.second; in testColumnEchelonForm() local
|
/llvm-project/mlir/lib/Dialect/Transform/IRDLExtension/ |
H A D | IRDLExtensionOps.cpp | 23 namespace mlir::transform { namespace
|
/llvm-project/mlir/lib/Debug/ |
H A D | ExecutionContext.cpp | 57 void ExecutionContext::operator()(llvm::function_ref<void()> transform, in operator ()()
|
H A D | DebugCounter.cpp | 65 void DebugCounter::operator()(llvm::function_ref<void()> transform, in operator ()()
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | Transform.cpp | 17 MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Transform, transform, in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION() argument
|
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/ |
H A D | TransformInterfaces.cpp | 709 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 D | OrcV2CBindingsIRTransforms.c | 62 LLVMErrorRef transform(void *Ctx, LLVMOrcThreadSafeModuleRef *ModInOut, in transform() function
|
/llvm-project/libclc/generic/lib/math/ |
H A D | sincosD_piby4.h | 92 double transform = ca ? 1.0 : 0.0; in __clc_tan_piby4() local
|
/llvm-project/mlir/test/python/integration/dialects/linalg/ |
H A D | opsrun.py | 188 def transform(module, boilerplate): global() function [all...] |
/llvm-project/clang/tools/scan-build-py/lib/libear/ |
H A D | __init__.py | 205 def transform(line, definitions): function
|
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | Utils.cpp | 168 namespace transform { global() namespace
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p1.cpp | 109 template <class T> T transform(Bool b, T value) { in transform() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_affine_hull.c | 232 isl_bool transform; in affine_hull() local
|
H A D | isl_scheduler_clustering.c | 1024 static isl_stat transform(isl_ctx *ctx, struct isl_sched_graph *graph, in transform() function
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 304 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 D | LoopInterchange.cpp | 1285 bool LoopInterchangeTransform::transform() { transform() function in LoopInterchangeTransform [all...] |