Home
last modified time | relevance | path

Searched refs:Combiner (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp595 Record *Combiner; member in __anon31f3a7ff0111::GICombinerEmitter
606 StringRef Name, Record *Combiner);
610 return Combiner->getValueAsString("Classname"); in getClassName()
624 StringRef Name, Record *Combiner) in GICombinerEmitter() argument
625 : Records(RK), Name(Name), Target(Target), Combiner(Combiner) {} in GICombinerEmitter()
842 Record *Combiner) { in emitAdditionalHelperMethodArguments() argument
843 for (Record *Arg : Combiner->getValueAsListOfDefs("AdditionalArguments")) in emitAdditionalHelperMethodArguments()
850 gatherRules(Rules, Combiner->getValueAsListOfDefs("Rules")); in run()
853 PrintNote(Combiner->getLoc(), in run()
858 PrintFatalError(Combiner->getLoc(), "Failed to parse one or more rules"); in run()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() function in Combiner
98 bool Combiner::combineMachineInstrs(MachineFunction &MF, in combineMachineInstrs()
H A DCMakeLists.txt7 Combiner.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h27 class Combiner {
29 Combiner(CombinerInfo &CombinerInfo, const TargetPassConfig *TPC);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h184 Expr *Combiner = nullptr; variable
221 Expr *getCombiner() { return Combiner; } in getCombiner()
222 const Expr *getCombiner() const { return Combiner; } in getCombiner()
230 void setCombiner(Expr *E) { Combiner = E; } in setCombiner()
/netbsd-src/external/apache2/llvm/lib/libLLVMGlobalISel/
H A DMakefile10 Combiner.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn18 "Combiner.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp100 Combiner C(PCInfo, TPC); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp152 Combiner C(PCInfo, &TPC); in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp350 Combiner C(PCInfo, &TPC); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp372 Combiner C(PCInfo, TPC); in runOnMachineFunction()
H A DAArch64PostLegalizerLowering.cpp1049 Combiner C(PCInfo, TPC); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp893 VectorCombine Combiner(F, TTI, DT, AA); in runOnFunction() local
894 return Combiner.run(); in runOnFunction()
915 VectorCombine Combiner(F, TTI, DT, AA); in run() local
916 if (!Combiner.run()) in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclOpenMP.cpp105 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp258 Combiner C(PCInfo, TPC); in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp281 Combiner C(PCInfo, TPC); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp385 Combiner C(PCInfo, TPC); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DPipeline.rst76 Combiner
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2126 class Combiner { class
2133 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) in Combiner() function in __anon03c9fd4e0811::MemorySanitizerVisitor::Combiner
2137 Combiner &Add(Value *OpShadow, Value *OpOrigin) { in Add()
2167 Combiner &Add(Value *V) { in Add()
2188 using ShadowAndOriginCombiner = Combiner<true>;
2189 using OriginCombiner = Combiner<false>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3298 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl() local
3318 if (Combiner) { in VisitOMPDeclareReductionDecl()
3330 SubstCombiner = SemaRef.SubstExpr(Combiner, TemplateArgs).get(); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2959 static SDValue combineADDCARRYDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineADDCARRYDiamond() argument
2978 EVT VT = Combiner.getSetCCResultType(Carry0.getValueType()); in combineADDCARRYDiamond()
2989 Combiner.AddToWorklist(NewY.getNode()); in combineADDCARRYDiamond()
3050 static SDValue combineCarryDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineCarryDiamond() argument
10639 static SDValue tryToFoldExtOfExtload(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfExtload() argument
10660 Combiner.CombineTo(N, ExtLoad); in tryToFoldExtOfExtload()
10663 Combiner.recursivelyDeleteUnusedNodes(LN0); in tryToFoldExtOfExtload()
10670 static SDValue tryToFoldExtOfLoad(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfLoad() argument
10695 Combiner.ExtendSetCCUses(SetCCs, N0, ExtLoad, ExtOpc); in tryToFoldExtOfLoad()
10698 Combiner.CombineTo(N, ExtLoad); in tryToFoldExtOfLoad()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2699 Expr *Combiner = Record.readExpr(); in VisitOMPDeclareReductionDecl() local
2700 D->setCombiner(Combiner); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.md1442 ;; Combiner patterns for unsigned byte-add.
3486 ;; Combiner patterns to optimize shift/truncate combinations.
3692 ;; Combiner patterns to optimize truncate/zero_extend combinations.
3846 ;; Combiner patterns for truncate/sign_extend combinations. The SI versions
4386 ;; Combiner pattern for cins (clear and insert bit field). We can
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.md1442 ;; Combiner patterns for unsigned byte-add.
3486 ;; Combiner patterns to optimize shift/truncate combinations.
3692 ;; Combiner patterns to optimize truncate/zero_extend combinations.
3846 ;; Combiner patterns for truncate/sign_extend combinations. The SI versions
4386 ;; Combiner pattern for cins (clear and insert bit field). We can
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvsx.md2827 ;; Combiner patterns to allow creating XXPERMDI's to access either double
4356 ;; Combiner patterns with the vector reduction patterns that knows we can get

12