Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h302 template <typename T> T Transform(T object) { in Transform() function
307 python::PythonObject Transform(bool arg) { in Transform() function
312 python::PythonObject Transform(Status arg) { in Transform() function
316 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform() function
320 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform() function
324 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform() function
328 python::PythonObject Transform(lldb::ThreadPlanSP arg) { in Transform() function
332 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform() function
336 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform() function
340 python::PythonObject Transform(Event *arg) { in Transform() function
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h169 TransformFuncTy Transform) { in parallel_transform_reduce()
239 TransformFuncTy Transform) { in parallelTransformReduce()
267 TransformFuncTy Transform) { in parallelTransformReduce()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp157 const std::string Transform; member in __anon8c4031380211::PatternRewriteDescriptor
329 std::string Transform; in parseRewriteFunctionDescriptor() local
398 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
461 std::string Transform; in parseRewriteGlobalAliasDescriptor() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRTransformLayer.cpp16 TransformFunction Transform) in IRTransformLayer()
H A DObjectTransformLayer.cpp21 TransformFunction Transform) in ObjectTransformLayer()
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c199 static void Transform (UINT4 *buf, UINT4 *in) in Transform() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1327 ConvertConstructorToDeductionGuideTransform Transform( in DeclareAggregateDeductionGuideFromInitList() local
1374 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local
H A DSemaExprCXX.cpp8969 ExprResult Transform(Expr *E) { in Transform() function in __anon88ca3d871611::TransformTypos
H A DSemaOpenMP.cpp9644 [&SemaRef, &Captures](OMPLoopTransformationDirective *Transform) { in checkOpenMPLoop()
14049 [&OriginalInits](OMPLoopBasedDirective *Transform) { in checkTransformableLoopNest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1349 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); in run() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3313 Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5049 SmallVectorImpl<int> &Transform) { in matchDoublePermute()
5070 SmallVectorImpl<int> &Transform) { in matchDoublePermute()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6804 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local
10728 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h535 std::string_view Transform; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4156 bool Transform = false; in foldSelectICmp() local