| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRTransformLayer.h | 32 TransformFunction Transform = identityTransform); 34 void setTransform(TransformFunction Transform) { in setTransform() argument 35 this->Transform = std::move(Transform); in setTransform() 48 TransformFunction Transform; variable 61 TransformFtor Transform = TransformFtor()) 62 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer() 69 return BaseLayer.addModule(std::move(K), Transform(std::move(M))); in addModule() 102 TransformFtor& getTransform() { return Transform; } in getTransform() 105 const TransformFtor& getTransform() const { return Transform; } in getTransform() 109 TransformFtor Transform; variable
|
| H A D | ObjectTransformLayer.h | 33 TransformFunction Transform); 40 TransformFunction Transform; variable 53 TransformFtor Transform = TransformFtor()) 54 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer() 62 return BaseLayer.addObject(std::move(K), Transform(std::move(Obj))); in addObject() 101 TransformFtor &getTransform() { return Transform; } in getTransform() 104 const TransformFtor &getTransform() const { return Transform; } in getTransform() 108 TransformFtor Transform; variable
|
| H A D | LLJIT.h | 151 void setLazyCompileTransform(IRTransformLayer::TransformFunction Transform) { in setLazyCompileTransform() argument 152 TransformLayer.setTransform(std::move(Transform)); in setLazyCompileTransform()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 159 const std::string Transform; member in __anon71fe34bd0211::PatternRewriteDescriptor 330 std::string Transform; in parseRewriteFunctionDescriptor() local 363 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor() 375 if (Transform.empty() == Target.empty()) { in parseRewriteFunctionDescriptor() 399 std::string Transform; in parseRewriteGlobalVariableDescriptor() local 432 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor() 439 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalVariableDescriptor() 451 Source, Transform)); in parseRewriteGlobalVariableDescriptor() 462 std::string Transform; in parseRewriteGlobalAliasDescriptor() local 502 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalAliasDescriptor() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectTransformLayer.cpp | 18 TransformFunction Transform) in ObjectTransformLayer() argument 19 : ObjectLayer(ES), BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in ObjectTransformLayer() 25 if (auto TransformedObj = Transform(std::move(O))) in emit()
|
| H A D | IRTransformLayer.cpp | 18 TransformFunction Transform) in IRTransformLayer() argument 19 : IRLayer(ES), BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in IRTransformLayer() 25 if (auto TransformedTSM = Transform(std::move(TSM), R)) in emit()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | typelist.h | 90 template<typename Typelist, template<typename T> class Transform> in _GLIBCXX_BEGIN_NAMESPACE() 270 template<class Typelist_Chain, template<typename T> class Transform> in _GLIBCXX_BEGIN_NAMESPACE() 273 template<template<typename T> class Transform> in _GLIBCXX_BEGIN_NAMESPACE() 274 struct chain_transform_<null_type, Transform> in _GLIBCXX_BEGIN_NAMESPACE() 279 template<class Hd, class Tl, template<typename T> class Transform> in _GLIBCXX_BEGIN_NAMESPACE() 280 struct chain_transform_<chain<Hd, Tl>, Transform> in _GLIBCXX_BEGIN_NAMESPACE() 283 typedef typename chain_transform_<Tl, Transform>::type rest_type; in _GLIBCXX_BEGIN_NAMESPACE() 284 typedef typename Transform<Hd>::type transform_type; in _GLIBCXX_BEGIN_NAMESPACE() 399 template<typename Typelist, template<typename T> class Transform> 404 typedef detail::chain_transform_<root_type, Transform> transform_type;
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | md5.c | 58 static void Transform __P((UINT4 *, UINT4 *)); 158 Transform (mdContext->buf, in); 193 Transform (mdContext->buf, in); 210 static void Transform (buf, in) in Transform() function
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 115 // Transform compiler-generated region location into the format 212 // Transform compiler-generated region location into the format 273 // Transform compiler-generated region location into the format
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | gettext.m4 | 228 dnl Transform the SED scripts while copying because some dumb SEDs
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 5816 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local 5823 if (!Transform && Op5.isReg() && Op3Reg == Op5.getReg() && in tryConvertingToTwoOperandForm() 5829 Transform = true; in tryConvertingToTwoOperandForm() 5834 if (Transform) { in tryConvertingToTwoOperandForm() 5839 Transform = false; in tryConvertingToTwoOperandForm() 5844 Transform = false; in tryConvertingToTwoOperandForm() 5847 if (Transform) { in tryConvertingToTwoOperandForm() 8746 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local 8747 if (!Transform && DestReg == Inst.getOperand(2).getReg()) { in processInstruction() 8748 Transform = true; in processInstruction() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 1988 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local 1990 if (!isCompleteType(Loc, Transform.DeducedType)) in DeclareImplicitDeductionGuides() 1995 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides() 2016 for (NamedDecl *D : LookupConstructors(Transform.Primary)) { in DeclareImplicitDeductionGuides() 2030 Transform.transformConstructor(FTD, CD); in DeclareImplicitDeductionGuides() 2039 Transform.buildSimpleDeductionGuide(None); in DeclareImplicitDeductionGuides() 2045 Transform.buildSimpleDeductionGuide(Transform.DeducedType)) in DeclareImplicitDeductionGuides()
|
| H A D | TreeTransform.h | 361 const X##Attr *Transform##X##Attr(const X##Attr *R) { return R; } 593 QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T); 675 StmtResult Transform##Node(Node *S); 678 ExprResult Transform##Node(Node *E); 684 OMPClause *Transform ## Class(Class *S); 3282 case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(S)); in TransformStmt() 3314 return getDerived().Transform ## Class(cast<Class>(S)); in TransformOMPClause() 3332 case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(E)); in TransformExpr() 4181 return getDerived().Transform##CLASS##Type(TLB, \ in TransformType() 6635 return getDerived().Transform##X##Attr(cast<X##Attr>(R)); in TransformAttr()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2873 bool Transform = false; in foldICmpInstWithConstantNotInt() local 2875 Transform = true; in foldICmpInstWithConstantNotInt() 2879 Transform = true; in foldICmpInstWithConstantNotInt() 2885 Transform = in foldICmpInstWithConstantNotInt() 2888 if (Transform) { in foldICmpInstWithConstantNotInt()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | tegra20.dtsi | 279 0x6001c600 0x100 /* Transform Engine */
|
| H A D | tegra30.dtsi | 400 0x6001c600 0x100 /* Transform Engine */
|
| /freebsd-12.1/contrib/binutils/config/ |
| H A D | acinclude.m4 | 50 dnl Transform the name of the compiler to it's cross variant, unless 147 dnl Transform the name of the compiler to it's cross variant, unless 435 dnl Transform the name of the compiler to it's cross variant, unless
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 3079 Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local 3080 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform? in ParsePatternFragments() 3082 T->setTransformFn(Transform); in ParsePatternFragments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3867 SmallVectorImpl<int> &Transform) { in matchDoublePermute() argument 3873 Transform[From] = -1; in matchDoublePermute() 3880 Transform[From] = To; in matchDoublePermute() 3888 SmallVectorImpl<int> &Transform) { in matchDoublePermute() argument 3890 if (matchDoublePermute(Bytes, P, Transform)) in matchDoublePermute()
|
| /freebsd-12.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-12.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-12.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-12.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-12.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])
|
| /freebsd-12.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])
|