| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | 595 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 D | Combiner.cpp | 93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() function in Combiner 98 bool Combiner::combineMachineInstrs(MachineFunction &MF, in combineMachineInstrs()
|
| H A D | CMakeLists.txt | 7 Combiner.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Combiner.h | 27 class Combiner { 29 Combiner(CombinerInfo &CombinerInfo, const TargetPassConfig *TPC);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 184 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 D | Makefile | 10 Combiner.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/ |
| H A D | BUILD.gn | 18 "Combiner.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 100 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 152 Combiner C(PCInfo, &TPC); in runOnMachineFunction()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 350 Combiner C(PCInfo, &TPC); in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerCombiner.cpp | 372 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| H A D | AArch64PostLegalizerLowering.cpp | 1049 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 893 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 D | DeclOpenMP.cpp | 105 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankCombiner.cpp | 258 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| H A D | AMDGPUPreLegalizerCombiner.cpp | 281 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 385 Combiner C(PCInfo, TPC); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | Pipeline.rst | 76 Combiner
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2126 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 D | SemaTemplateInstantiateDecl.cpp | 3298 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 D | DAGCombiner.cpp | 2959 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 D | ASTReaderDecl.cpp | 2699 Expr *Combiner = Record.readExpr(); in VisitOMPDeclareReductionDecl() local 2700 D->setCombiner(Combiner); in VisitOMPDeclareReductionDecl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.md | 1442 ;; 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 D | mips.md | 1442 ;; 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 D | vsx.md | 2827 ;; Combiner patterns to allow creating XXPERMDI's to access either double 4356 ;; Combiner patterns with the vector reduction patterns that knows we can get
|