Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRTransformLayer.h33 TransformFunction Transform = identityTransform);
35 void setTransform(TransformFunction Transform) { in setTransform() argument
36 this->Transform = std::move(Transform); in setTransform()
49 TransformFunction Transform; variable
H A DObjectTransformLayer.h34 TransformFunction Transform = TransformFunction());
39 void setTransform(TransformFunction Transform) { in setTransform() argument
40 this->Transform = std::move(Transform); in setTransform()
45 TransformFunction Transform; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectTransformLayer.cpp21 TransformFunction Transform) in ObjectTransformLayer() argument
22 : BaseT(ES), BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in ObjectTransformLayer()
30 if (Transform) { in emit()
31 if (auto TransformedObj = Transform(std::move(O))) in emit()
H A DIRTransformLayer.cpp16 TransformFunction Transform) in IRTransformLayer() argument
18 Transform(std::move(Transform)) {} in IRTransformLayer()
24 if (auto TransformedTSM = Transform(std::move(TSM), *R)) in emit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp157 const std::string Transform; member in __anon19230d000211::PatternRewriteDescriptor
161 Transform(std::string(T)) {} in PatternRewriteDescriptor()
329 std::string Transform; in parseRewriteFunctionDescriptor() local
362 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
374 if (Transform.empty() == Target.empty()) { in parseRewriteFunctionDescriptor()
398 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
438 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalVariableDescriptor()
450 Source, Transform)); in parseRewriteGlobalVariableDescriptor()
461 std::string Transform; in parseRewriteGlobalAliasDescriptor() local
501 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalAliasDescriptor()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h171 TransformFuncTy Transform) { in parallel_transform_reduce() argument
189 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
193 R = Reduce(R, Transform(*It)); in parallel_transform_reduce()
241 TransformFuncTy Transform) { in parallelTransformReduce() argument
245 Transform); in parallelTransformReduce()
249 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce()
269 TransformFuncTy Transform) { in parallelTransformReduce() argument
271 Transform); in parallelTransformReduce()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h299 template <typename T> T Transform(T object) { in Transform() function
304 python::PythonObject Transform(bool arg) { in Transform() function
309 python::PythonObject Transform(Status arg) { in Transform() function
313 python::PythonObject Transform(const StructuredDataImpl &arg) { in Transform() function
317 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { in Transform() function
321 python::PythonObject Transform(lldb::ProcessSP arg) { in Transform() function
325 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { in Transform() function
329 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { in Transform() function
333 python::PythonObject Transform(lldb::DataExtractorSP arg) { in Transform() function
364 return std::make_tuple(Transform(std::get<I>(args))...); in TransformTuple()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td302 // Transform shift (logic (shift X, C0), Y), C1
784 // Transform x,y<dead> = unmerge z -> x = trunc z.
820 // Transform (mul x, -1) -> (sub 0, x)
837 // Transform (ptr_add 0, x) -> (int_to_ptr x)
1061 // Transform (uadde x, y, 0) -> (uaddo x, y)
1085 // Transform (fsub +-0.0, X) -> (fneg X)
1092 // Transform (fadd x, (fmul y, z)) -> (fma y, z, x)
1152 // Transform (fsub (fpext (fmul x, y)), z) ->
1176 // Transform (add x, (sub y, x)) -> y
1177 // Transform (add (sub y, x), x) -> y
[all …]
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c57 static void Transform(UINT4 *, UINT4 *);
149 Transform (mdContext->buf, in); in MD5Update()
182 Transform (mdContext->buf, in); in MD5Final()
199 static void Transform (UINT4 *buf, UINT4 *in) in Transform() function
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dnvidia,tegra-vde.txt49 0x6001c600 0x100 /* Transform Engine */
H A Dnvidia,tegra-vde.yaml102 <0x6001c600 0x100>, /* Transform Engine */
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl144 // Transform compiler-generated region location into the format
206 // Transform compiler-generated region location into the format
235 // Transform compiler-generated region location into the format
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1298 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); in run() local
1299 Transform.run(); in run()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2696 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuideFromInitList() local
2698 if (!isCompleteType(Loc, Transform.DeducedType)) in DeclareImplicitDeductionGuideFromInitList()
2714 Transform.NestedPattern ? Transform.NestedPattern : Transform.Template; in DeclareImplicitDeductionGuideFromInitList()
2718 Transform.buildSimpleDeductionGuide(ParamTypes)); in DeclareImplicitDeductionGuideFromInitList()
2735 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local
2737 if (!isCompleteType(Loc, Transform.DeducedType)) in DeclareImplicitDeductionGuides()
2742 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides()
2763 Transform.NestedPattern ? Transform.NestedPattern : Transform.Template; in DeclareImplicitDeductionGuides()
2795 Transform.transformConstructor(FTD, CD); in DeclareImplicitDeductionGuides()
2804 Transform.buildSimpleDeductionGuide(std::nullopt); in DeclareImplicitDeductionGuides()
[all …]
H A DTreeTransform.h401 const X##Attr *Transform##X##Attr(const X##Attr *R) { return R; }
414 return getDerived().Transform##X##Attr(A); \
659 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T);
795 StmtResult Transform##Node(Node *S);
798 StmtResult Transform##Node(Node *S, StmtDiscardKind SDK);
801 ExprResult Transform##Node(Node *E);
808 OMPClause *Transform##Class(Class *S);
4014 case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(S)); in TransformStmt()
4017 return getDerived().Transform##Node(cast<Node>(S), SDK); in TransformStmt()
4050 return getDerived().Transform##Class(cast<Class>(S)); in TransformOMPClause()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6535 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local
6542 if (!Transform && Op5.isReg() && Op3Reg == Op5.getReg() && in tryConvertingToTwoOperandForm()
6548 Transform = true; in tryConvertingToTwoOperandForm()
6553 if (Transform) { in tryConvertingToTwoOperandForm()
6558 Transform = false; in tryConvertingToTwoOperandForm()
6563 Transform = false; in tryConvertingToTwoOperandForm()
6566 if (Transform) { in tryConvertingToTwoOperandForm()
10534 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local
10535 if (!Transform && DestReg == Inst.getOperand(2).getReg()) { in processInstruction()
10536 Transform = true; in processInstruction()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra114.dtsi274 <0x6001c600 0x100>, /* Transform Engine */
H A Dtegra20.dtsi341 <0x6001c600 0x100>, /* Transform Engine */
H A Dtegra30.dtsi520 <0x6001c600 0x100>, /* Transform Engine */
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h536 std::string_view Transform; variable
540 : Node(KTransformedType), Transform(Transform_), BaseType(BaseType_) {} in TransformedType()
542 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match()
545 OB += Transform; in printLeft()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3325 Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local
3326 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform? in ParsePatternFragments()
3328 T->setTransformFn(Transform); in ParsePatternFragments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3993 bool Transform = false; in foldSelectICmp() local
3995 Transform = true; in foldSelectICmp()
3999 Transform = true; in foldSelectICmp()
4005 Transform = replacedSelectWithOperand(SI, &I, Op1 ? 2 : 1); in foldSelectICmp()
4007 if (Transform) { in foldSelectICmp()
/freebsd/contrib/file/magic/Magdir/
H A Dole2compounddocs378 # called "Windows SDK Setup Transform script" by TrID
/freebsd/contrib/file/m4/
H A Dlibtool.m43973 # Transform an extracted symbol line into a proper C declaration.
3981 # Transform an extracted symbol line into symbol name and symbol address
3987 # Transform an extracted symbol line into symbol name with lib prefix and
4006 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4167 [Transform the output of nm in a proper C declaration])
4169 [Transform the output of nm into a list of symbols to manually relocate])
4172 [Transform the output of nm in a C name address pair])
4175 [Transform the output of nm in a C name address pair when lib prefix is needed])
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m43973 # Transform an extracted symbol line into a proper C declaration.
3981 # Transform an extracted symbol line into symbol name and symbol address
3987 # Transform an extracted symbol line into symbol name with lib prefix and
4006 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4167 [Transform the output of nm in a proper C declaration])
4169 [Transform the output of nm into a list of symbols to manually relocate])
4172 [Transform the output of nm in a C name address pair])
4175 [Transform the output of nm in a C name address pair when lib prefix is needed])

12