Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectTransformLayer.h39 void setTransform(TransformFunction Transform) { in setTransform()
45 TransformFunction Transform; variable
H A DIRTransformLayer.h35 void setTransform(TransformFunction Transform) { in setTransform()
49 TransformFunction Transform; variable
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DParallel.h137 TransformFuncTy Transform) { in parallel_transform_reduce()
207 TransformFuncTy Transform) { in parallelTransformReduce()
235 TransformFuncTy Transform) { in parallelTransformReduce()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DIRTransformLayer.cpp16 TransformFunction Transform) in IRTransformLayer()
H A DObjectTransformLayer.cpp21 TransformFunction Transform) in ObjectTransformLayer()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp159 const std::string Transform; member in __anond94be2680211::PatternRewriteDescriptor
331 std::string Transform; in parseRewriteFunctionDescriptor() local
400 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
463 std::string Transform; in parseRewriteGlobalAliasDescriptor() local
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DMutationsTest.cpp26 void CheckTransformation(Transformation Transform, std::string Input, in CheckTransformation()
/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Dstringview_test.cpp163 TEST(LlvmLibcStringViewTest, Transform) { in TEST() argument
/llvm-project-15.0.7/bolt/test/X86/
H A Dcmov-conversion.s269 Transform: # @Transform label
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1330 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); in run() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2200 isl::map Transform = isl::map::universe(Array->getSpace().map_from_set()); in foldSizeConstantsToRight() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4647 SmallVectorImpl<int> &Transform) { in matchDoublePermute()
4668 SmallVectorImpl<int> &Transform) { in matchDoublePermute()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3332 Record *Transform = Frag->getValueAsDef("OperandTransform"); in ParsePatternFragments() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6698 bool Transform = Op3Reg == Op4Reg; in tryConvertingToTwoOperandForm() local
10362 bool Transform = DestReg == Inst.getOperand(1).getReg(); in processInstruction() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3603 bool Transform = false; in foldSelectICmp() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp8661 ExprResult Transform(Expr *E) { in Transform() function in __anon07929ab71211::TransformTypos
H A DSemaTemplate.cpp2481 ConvertConstructorToDeductionGuideTransform Transform( in DeclareImplicitDeductionGuides() local
H A DSemaOpenMP.cpp9511 [&SemaRef, &Captures](OMPLoopTransformationDirective *Transform) { in checkOpenMPLoop()
14511 [&OriginalInits](OMPLoopBasedDirective *Transform) { in checkTransformableLoopNest()