| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ObjectTransformLayer.h | 34 TransformFunction Transform = TransformFunction()); 39 void setTransform(TransformFunction Transform) { in setTransform() argument 40 this->Transform = std::move(Transform); in setTransform() 45 TransformFunction Transform; variable
|
| H A D | IRTransformLayer.h | 34 TransformFunction Transform = identityTransform); 36 void setTransform(TransformFunction Transform) { in setTransform() argument 37 this->Transform = std::move(Transform); in setTransform() 50 TransformFunction Transform; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectTransformLayer.cpp | 21 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 D | IRTransformLayer.cpp | 16 TransformFunction Transform) in IRTransformLayer() argument 18 Transform(std::move(Transform)) {} in IRTransformLayer() 24 if (auto TransformedTSM = Transform(std::move(TSM), *R)) in emit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 160 const std::string Transform; member in __anone4943c6c0211::PatternRewriteDescriptor 164 Transform(std::string(T)) {} in PatternRewriteDescriptor() 332 std::string Transform; in parseRewriteFunctionDescriptor() local 365 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor() 377 if (Transform.empty() == Target.empty()) { in parseRewriteFunctionDescriptor() 401 std::string Transform; in parseRewriteGlobalVariableDescriptor() local 441 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalVariableDescriptor() 453 Source, Transform)); in parseRewriteGlobalVariableDescriptor() 464 std::string Transform; in parseRewriteGlobalAliasDescriptor() local 504 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalAliasDescriptor() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 192 TransformFuncTy Transform) { in parallel_transform_reduce() argument 210 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce() 214 R = Reduce(R, Transform(*It)); in parallel_transform_reduce() 278 TransformFuncTy Transform) { in parallelTransformReduce() argument 282 Transform); in parallelTransformReduce() 286 Init = Reduce(std::move(Init), Transform(*I)); in parallelTransformReduce() 306 TransformFuncTy Transform) { in parallelTransformReduce() argument 308 Transform); in parallelTransformReduce()
|
| /freebsd-13.1/sbin/ipf/ipftest/ |
| H A D | md5.c | 58 static void Transform(UINT4 *, UINT4 *); 150 Transform (mdContext->buf, in); in MD5Update() 183 Transform (mdContext->buf, in); in MD5Final() 200 static void Transform (UINT4 *buf, UINT4 *in) in Transform() function
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | nvidia,tegra-vde.txt | 49 0x6001c600 0x100 /* Transform Engine */
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 176 // Transform shift (logic (shift X, C0), Y), C1 314 // Transform d = [su]div(x, y) and r = [su]rem(x, y) - > d, r = [su]divrem(x, y) 519 // Transform x,y<dead> = unmerge z -> x = trunc z. 527 // Transform x,y = unmerge(zext(z)) -> x = zext z; y = 0. 553 // Transform (mul x, -1) -> (sub 0, x) 571 // Transform (ptr_add 0, x) -> (int_to_ptr x)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 1257 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); in run() local 1258 Transform.run(); in run()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 114 // Transform compiler-generated region location into the format 213 // Transform compiler-generated region location into the format 277 // Transform compiler-generated region location into the format
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 6661 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local 6668 if (!Transform && Op5.isReg() && Op3Reg == Op5.getReg() && in tryConvertingToTwoOperandForm() 6674 Transform = true; in tryConvertingToTwoOperandForm() 6679 if (Transform) { in tryConvertingToTwoOperandForm() 6684 Transform = false; in tryConvertingToTwoOperandForm() 6689 Transform = false; in tryConvertingToTwoOperandForm() 6692 if (Transform) { in tryConvertingToTwoOperandForm() 10326 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local 10327 if (!Transform && DestReg == Inst.getOperand(2).getReg()) { in processInstruction() 10328 Transform = true; in processInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2476 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local 2478 if (!isCompleteType(Loc, Transform.DeducedType)) in DeclareImplicitDeductionGuides() 2483 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides() 2504 for (NamedDecl *D : LookupConstructors(Transform.Primary)) { in DeclareImplicitDeductionGuides() 2524 Transform.transformConstructor(FTD, CD); in DeclareImplicitDeductionGuides() 2533 Transform.buildSimpleDeductionGuide(None); in DeclareImplicitDeductionGuides() 2539 Transform.buildSimpleDeductionGuide(Transform.DeducedType)) in DeclareImplicitDeductionGuides()
|
| H A D | TreeTransform.h | 393 const X##Attr *Transform##X##Attr(const X##Attr *R) { return R; } 636 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T); 724 StmtResult Transform##Node(Node *S); 727 StmtResult Transform##Node(Node *S, StmtDiscardKind SDK); 730 ExprResult Transform##Node(Node *E); 737 OMPClause *Transform##Class(Class *S); 3771 case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(S)); in TransformStmt() 3774 return getDerived().Transform##Node(cast<Node>(S), SDK); in TransformStmt() 3807 return getDerived().Transform##Class(cast<Class>(S)); in TransformOMPClause() 3825 case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(E)); in TransformExpr() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | tegra20.dtsi | 284 <0x6001c600 0x100>, /* Transform Engine */
|
| H A D | tegra30.dtsi | 427 <0x6001c600 0x100>, /* Transform Engine */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 3354 bool Transform = false; in foldICmpInstWithConstantNotInt() local 3356 Transform = true; in foldICmpInstWithConstantNotInt() 3360 Transform = true; in foldICmpInstWithConstantNotInt() 3366 Transform = in foldICmpInstWithConstantNotInt() 3369 if (Transform) { in foldICmpInstWithConstantNotInt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 3255 Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local 3256 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform? in ParsePatternFragments() 3258 T->setTransformFn(Transform); in ParsePatternFragments()
|
| /freebsd-13.1/contrib/openpam/m4/ |
| H A D | libtool.m4 | 3973 # 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-13.1/contrib/file/m4/ |
| H A D | libtool.m4 | 3973 # 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-13.1/contrib/ntp/sntp/m4/ |
| H A D | libtool.m4 | 3973 # 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-13.1/contrib/openbsm/m4/ |
| H A D | libtool.m4 | 3973 # 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-13.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | libtool.m4 | 3973 # 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-13.1/contrib/ldns/m4/ |
| H A D | libtool.m4 | 3984 # Transform an extracted symbol line into a proper C declaration. 3992 # Transform an extracted symbol line into symbol name and symbol address 3998 # Transform an extracted symbol line into symbol name with lib prefix and 4017 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. 4178 [Transform the output of nm in a proper C declaration]) 4180 [Transform the output of nm into a list of symbols to manually relocate]) 4183 [Transform the output of nm in a C name address pair]) 4186 [Transform the output of nm in a C name address pair when lib prefix is needed])
|
| /freebsd-13.1/contrib/libevent/m4/ |
| H A D | libtool.m4 | 3973 # 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])
|