Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h405 template <typename T> T Transform(T object) { in Transform() function
410 python::PythonObject Transform(bool arg) { in Transform() function
415 python::PythonObject Transform(const Status &arg) { in Transform() function
419 python::PythonObject Transform(Status &&arg) { in Transform() function
423 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform() function
427 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform() function
431 python::PythonObject Transform(lldb::TargetSP arg) { in Transform() function
435 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform() function
439 python::PythonObject Transform(lldb::ThreadPlanSP arg) { in Transform() function
443 python::PythonObject Transform(lldb::ProcessAttachInfoSP 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.h40 void setTransform(TransformFunction Transform) { in setTransform()
46 TransformFunction Transform; variable
H A DIRTransformLayer.h36 void setTransform(TransformFunction Transform) { in setTransform()
50 TransformFunction Transform; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h170 TransformFuncTy Transform) { in parallel_transform_reduce()
241 TransformFuncTy Transform) { in parallelTransformReduce()
269 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.cpp15 TransformFunction Transform) in IRTransformLayer()
H A DObjectTransformLayer.cpp21 TransformFunction Transform) in ObjectTransformLayer()
/freebsd/crypto/krb5/src/lib/crypto/builtin/md4/
H A Dmd4.c154 static void Transform (krb5_ui_4 *buf, krb5_ui_4 *in) in Transform() function
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c199 static void Transform (UINT4 *buf, UINT4 *in) in Transform() function
/freebsd/crypto/krb5/src/lib/crypto/builtin/md5/
H A Dmd5.c192 static void Transform (krb5_ui_4 *buf, krb5_ui_4 *in) in Transform() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1389 ConvertConstructorToDeductionGuideTransform Transform( in DeclareAggregateDeductionGuideFromInitList() local
1435 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local
H A DSemaOpenMP.cpp9732 [&SemaRef, &Captures](OMPLoopTransformationDirective *Transform) { in checkOpenMPLoop()
14221 [&OriginalInits](OMPLoopBasedDirective *Transform) { in checkTransformableLoopNest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1393 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); in run() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3385 const Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6836 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local
10816 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5633 SmallVectorImpl<int> &Transform) { in matchDoublePermute()
5654 SmallVectorImpl<int> &Transform) { in matchDoublePermute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h562 std::string_view Transform; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4372 bool Transform = false; in foldSelectICmp() local