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 __anon8c4031380211::PatternRewriteDescriptor
161 Transform(std::string(T)) {} in PatternRewriteDescriptor()
182 std::string Name = Regex(Pattern).sub(Transform, C.getName(), &Error); in performOnModule()
329 std::string Transform; in parseRewriteFunctionDescriptor() local
362 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
374 if (Transform.empty() == Target.empty()) { in parseRewriteFunctionDescriptor()
387 std::make_unique<PatternRewriteFunctionDescriptor>(Source, Transform)); in parseRewriteFunctionDescriptor()
398 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
431 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
438 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalVariableDescriptor()
[all …]
/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/llvm/include/llvm/Support/
H A DParallel.h169 TransformFuncTy Transform) { in parallel_transform_reduce() argument
187 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
191 R = Reduce(R, Transform(*It)); in parallel_transform_reduce()
239 TransformFuncTy Transform) { in parallelTransformReduce() argument
243 Transform); in parallelTransformReduce()
247 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce()
267 TransformFuncTy Transform) { in parallelTransformReduce() argument
269 Transform); in parallelTransformReduce()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1327 ConvertConstructorToDeductionGuideTransform Transform( in DeclareAggregateDeductionGuideFromInitList() local
1329 if (!isCompleteType(Loc, Transform.DeducedType)) in DeclareAggregateDeductionGuideFromInitList()
1345 Transform.NestedPattern ? Transform.NestedPattern : Transform.Template; in DeclareAggregateDeductionGuideFromInitList()
1349 Transform.buildSimpleDeductionGuide(ParamTypes)); in DeclareAggregateDeductionGuideFromInitList()
1374 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local
1376 if (!isCompleteType(Loc, Transform.DeducedType)) in DeclareImplicitDeductionGuides()
1379 if (hasDeclaredDeductionGuides(Transform.DeductionGuideName, DC)) in DeclareImplicitDeductionGuides()
1398 Transform.NestedPattern ? Transform.NestedPattern : Transform.Template; in DeclareImplicitDeductionGuides()
1430 Transform.transformConstructor(FTD, CD); in DeclareImplicitDeductionGuides()
1439 Transform.buildSimpleDeductionGuide(std::nullopt); in DeclareImplicitDeductionGuides()
[all …]
H A DTreeTransform.h407 const X##Attr *Transform##X##Attr(const X##Attr *R) { return R; }
420 return getDerived().Transform##X##Attr(A); \
665 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T);
810 StmtResult Transform##Node(Node *S);
813 StmtResult Transform##Node(Node *S, StmtDiscardKind SDK);
816 ExprResult Transform##Node(Node *E);
823 OMPClause *Transform##Class(Class *S);
4096 case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(S)); in TransformStmt()
4099 return getDerived().Transform##Node(cast<Node>(S), SDK); in TransformStmt()
4132 return getDerived().Transform##Class(cast<Class>(S)); in TransformOMPClause()
[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/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td313 // Transform shift (logic (shift X, C0), Y), C1
591 // Transform d = [su]div(x, y) and r = [su]rem(x, y) - > d, r = [su]divrem(x, y)
826 // Transform x,y<dead> = unmerge z -> x = trunc z.
834 // Transform x,y = unmerge(zext(z)) -> x = zext z; y = 0.
862 // Transform (mul x, -1) -> (sub 0, x)
879 // Transform (ptr_add 0, x) -> (int_to_ptr x)
990 // Transform: (X == 0 & Y == 0) -> (X | Y) == 0
1004 // Transform: (X != 0 | Y != 0) -> (X | Y) != 0
1144 // Transform (uadde x, y, 0) -> (uaddo x, y)
1168 // Transform (fsub +-0.0, X) -> (fneg X)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dnvidia,tegra-vde.txt49 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.cpp1349 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); in run() local
1350 Transform.run(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6804 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local
6811 if (!Transform && Op5.isReg() && Op3Reg == Op5.getReg() && in tryConvertingToTwoOperandForm()
6817 Transform = true; in tryConvertingToTwoOperandForm()
6822 if (Transform) { in tryConvertingToTwoOperandForm()
6827 Transform = false; in tryConvertingToTwoOperandForm()
6832 Transform = false; in tryConvertingToTwoOperandForm()
6835 if (Transform) { in tryConvertingToTwoOperandForm()
10728 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local
10729 if (!Transform && DestReg == Inst.getOperand(2).getReg()) { in processInstruction()
10730 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.h535 std::string_view Transform; variable
539 : Node(KTransformedType), Transform(Transform_), BaseType(BaseType_) {} in TransformedType()
541 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match()
544 OB += Transform; in printLeft()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3305 Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local
3306 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform? in ParsePatternFragments()
3308 T->setTransformFn(Transform); in ParsePatternFragments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4156 bool Transform = false; in foldSelectICmp() local
4158 Transform = true; in foldSelectICmp()
4162 Transform = true; in foldSelectICmp()
4168 Transform = replacedSelectWithOperand(SI, &I, Op1 ? 2 : 1); in foldSelectICmp()
4170 if (Transform) { in foldSelectICmp()
/freebsd/contrib/file/magic/Magdir/
H A Dole2compounddocs378 # called "Windows SDK Setup Transform script" by TrID
/freebsd/contrib/openbsm/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/openpam/m4/
H A Dlibtool.m43993 # Transform an extracted symbol line into a proper C declaration.
4001 # Transform an extracted symbol line into symbol name and symbol address
4007 # Transform an extracted symbol line into symbol name with lib prefix and
4026 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4187 [Transform the output of nm in a proper C declaration])
4189 [Transform the output of nm into a list of symbols to manually relocate])
4192 [Transform the output of nm in a C name address pair])
4195 [Transform the output of nm in a C name address pair when lib prefix is needed])

12