/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPythonInterface.h | 302 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 D | ObjectTransformLayer.h | 39 void setTransform(TransformFunction Transform) { in setTransform() 45 TransformFunction Transform; variable
|
H A D | IRTransformLayer.h | 35 void setTransform(TransformFunction Transform) { in setTransform() 49 TransformFunction Transform; variable
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IRTransformLayer.cpp | 16 IRTransformLayer(ExecutionSession & ES,IRLayer & BaseLayer,TransformFunction Transform) IRTransformLayer() argument
|
H A D | ObjectTransformLayer.cpp | 21 TransformFunction Transform) in ObjectTransformLayer()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 269 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 D | SymbolRewriter.cpp | 157 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 D | MutationsTest.cpp | 26 void CheckTransformation(Transformation Transform, std::string Input, in CheckTransformation() argument
|
/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/bolt/test/X86/ |
H A D | cmov-conversion.s | 266 .globl Transform # -- Begin function Transform symbol 269 Transform: # @Transform label
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 1349 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); run() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 2207 isl::map Transform = isl::map::universe(Array->getSpace().map_from_set()); in foldSizeConstantsToRight() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 3305 Record *Transform = Frag->getValueAsDef("OperandTransform"); ParsePatternFragments() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 3269 ConvertConstructorToDeductionGuideTransform Transform( DeclareAggregateDeductionGuideFromInitList() local 3315 ConvertConstructorToDeductionGuideTransform Transform( DeclareImplicitDeductionGuides() local
|
H A D | SemaExprCXX.cpp | 8896 ExprResult Transform(Expr *E) { Transform() function in __anon8de2821a1411::TransformTypos
|
H A D | SemaOpenMP.cpp | 9641 __anona1d9ac774102(OMPLoopTransformationDirective *Transform) checkOpenMPLoop() argument 14046 __anona1d9ac774f02(OMPLoopBasedDirective *Transform) checkTransformableLoopNest() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5054 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 D | ARMAsmParser.cpp | 6804 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 D | ItaniumDemangle.h | 535 std::string_view Transform; global() variable
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 536 std::string_view Transform; global() variable
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4156 bool Transform = false; foldSelectICmp() local [all...] |