Home
last modified time | relevance | path

Searched defs:Transform (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h302 template <typename T> T Transform(T object) { Transform() function
307 python::PythonObject Transform(bool arg) { Transform() function
312 python::PythonObject Transform(Status arg) { Transform() function
316 python::PythonObject Transform(const StructuredDataImpl &arg) { Transform() function
320 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { Transform() function
324 python::PythonObject Transform(lldb::ProcessSP arg) { Transform() function
328 python::PythonObject Transform(lldb::ThreadPlanSP arg) { Transform() function
332 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { Transform() function
336 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { Transform() function
340 python::PythonObject Transform(Event *arg) { Transform() function
344 python::PythonObject Transform(lldb::StreamSP arg) { Transform() function
348 python::PythonObject Transform(lldb::DataExtractorSP arg) { Transform() function
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h39 void setTransform(TransformFunction Transform) { in setTransform()
45 TransformFunction Transform; variable
H A DIRTransformLayer.h35 void setTransform(TransformFunction Transform) { in setTransform()
49 TransformFunction Transform; variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRTransformLayer.cpp16 IRTransformLayer(ExecutionSession & ES,IRLayer & BaseLayer,TransformFunction Transform) IRTransformLayer() argument
H A DObjectTransformLayer.cpp21 TransformFunction Transform) in ObjectTransformLayer()
/llvm-project/llvm/include/llvm/Support/
H A DParallel.h269 Transform); in parallelTransformReduce() argument
171 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument
241 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp157 const std::string Transform; member in __anon56837b0b0211::PatternRewriteDescriptor
329 std::string Transform; in parseRewriteFunctionDescriptor() local
398 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
461 std::string Transform; in parseRewriteGlobalAliasDescriptor() local
/llvm-project/clang/unittests/Tooling/Syntax/
H A DMutationsTest.cpp26 void CheckTransformation(Transformation Transform, std::string Input, in CheckTransformation() argument
/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/bolt/test/X86/
H A Dcmov-conversion.s266 .globl Transform # -- Begin function Transform symbol
269 Transform: # @Transform label
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1349 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); run() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp2207 isl::map Transform = isl::map::universe(Array->getSpace().map_from_set()); in foldSizeConstantsToRight() local
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3305 Record *Transform = Frag->getValueAsDef("OperandTransform"); ParsePatternFragments() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3269 ConvertConstructorToDeductionGuideTransform Transform( DeclareAggregateDeductionGuideFromInitList() local
3315 ConvertConstructorToDeductionGuideTransform Transform( DeclareImplicitDeductionGuides() local
H A DSemaExprCXX.cpp8896 ExprResult Transform(Expr *E) { Transform() function in __anon8de2821a1411::TransformTypos
H A DSemaOpenMP.cpp9641 __anona1d9ac774102(OMPLoopTransformationDirective *Transform) checkOpenMPLoop() argument
14046 __anona1d9ac774f02(OMPLoopBasedDirective *Transform) checkTransformableLoopNest() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5054 matchDoublePermute(const SmallVectorImpl<int> & Bytes,const Permute & P,SmallVectorImpl<int> & Transform) matchDoublePermute() argument
5075 matchDoublePermute(const SmallVectorImpl<int> & Bytes,SmallVectorImpl<int> & Transform) matchDoublePermute() argument
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6804 bool Transform = Op3Reg == Op4Reg; tryConvertingToTwoOperandForm() local
10728 bool Transform = DestReg == Inst.getOperand(1).getReg(); processInstruction() local
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h535 std::string_view Transform; global() variable
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h536 std::string_view Transform; global() variable
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4156 bool Transform = false; foldSelectICmp() local
[all...]