Searched full:combiners (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | samsung,exynos4210-combiner.txt | 8 The interrupt combiner controller consists of multiple combiners. Up to eight 14 controller module (which includes multiple combiners). A combiner in the 16 combiners. For example, a 32-bit interrupt enable/disable config register 17 can accommodate up to 4 interrupt combiners (with each combiner supporting 27 - interrupts: The list of interrupts generated by the combiners which are then 32 - samsung,combiner-nr: The number of interrupt combiners supported. If this 33 property is not specified, the default number of combiners is assumed
|
H A D | samsung,exynos4210-combiner.yaml | 18 The interrupt combiner controller consists of multiple combiners. Up to eight 24 controller module (which includes multiple combiners). A combiner in the 26 combiners. For example, a 32-bit interrupt enable/disable config register can 27 accommodate up to 4 interrupt combiners (with each combiner supporting up to 55 The number of interrupt combiners supported. Should match number
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GICombinerEmitter.cpp |
|
H A D | GlobalISelCombinerEmitter.cpp | 72 SelectedCombiners("combiners", cl::desc("Emit the specified combiners"), 228 /// care about them for combiners. 2011 // Don't allow mutating opcodes for GISel combiners. We want a more precise in emitInstructionApplyPattern() 2014 // TODO: We don't mutate very often, if at all in combiners, but it'd be nice in emitInstructionApplyPattern() 2705 PrintFatalError("No combiners selected with -combiners"); in EmitGICombiner()
|
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 350 // Call target specific combiners
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 2156 O0PreLegalizeGICombiner/-gen-global-isel-combiner,-combiners=${arch:H}O0PreLegalizerCombiner \ 2157 PostLegalizeGICombiner/-gen-global-isel-combiner,-combiners=${arch:H}PostLegalizerCombiner \ 2158 PostLegalizeGILowering/-gen-global-isel-combiner,-combiners=${arch:H}PostLegalizerLowering \ 2159 PreLegalizeGICombiner/-gen-global-isel-combiner,-combiners=${arch:H}PreLegalizerCombiner \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.h | 565 /// instruction selector and instruction combiners as their engine to match and
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 1038 /// Handle combiners relying on custom C++ code instead of actions. in emit() 1039 assert(Table.isCombiner() && "CustomCXXAction is only for combiners!"); in emit() 2046 "ConstantInt immediate are only for combiners!"); in emitRenderOpcodes()
|
H A D | GlobalISelMatchTable.h | 476 /// Combiners can sometimes just run C++ code to finish matching a rule &
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 59 // Combiners can use this so they're free to define tryCombineAll themselves 1855 // A combine group used to for prelegalizer combiners at -O0. The combines in
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6311 /// to exposes all register repacking to the legalizer/combiners. We also don't 7479 // FIXME: This is to workaround the inability of tablegen match combiners to in legalizeIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4126 /// information about sign bits to GlobalISel combiners. The DemandedElts
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3685 // Combiners instantiation sequence. in VisitOMPDeclareReductionDecl()
|