Home
last modified time | relevance | path

Searched defs:combine (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h122 combine(DataLayoutEntryInterface outer, in combine() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp38 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon33552a8c0111::MipsPreLegalizerCombinerInfo
H A DMipsPostLegalizerCombiner.cpp60 bool MipsPostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonf096270b0111::MipsPostLegalizerCombinerInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp73 bool AArch64O0PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon7dd2284e0111::AArch64O0PreLegalizerCombinerInfo
H A DAArch64PreLegalizerCombiner.cpp377 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon0c0652af0311::AArch64PreLegalizerCombinerInfo
H A DAArch64PostLegalizerCombiner.cpp362 bool AArch64PostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anondf6c538e0211::AArch64PostLegalizerCombinerInfo
H A DAArch64PostLegalizerLowering.cpp1004 bool AArch64PostLegalizerLoweringInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonff7e46860b11::AArch64PostLegalizerLoweringInfo
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp90 OwningOpRef<spirv::ModuleOp> combine(ArrayRef<spirv::ModuleOp> inputModules, in combine() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigProvider.cpp146 Provider::combine(std::vector<const Provider *> Providers) { in combine() function in clang::clangd::config::Provider
H A DTidyProvider.cpp272 TidyProvider combine(std::vector<TidyProvider> Providers) { in combine() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp198 bool AMDGPUPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonfdf298360211::AMDGPUPreLegalizerCombinerInfo
H A DAMDGPUPostLegalizerCombiner.cpp348 bool AMDGPUPostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon0ee149f50611::AMDGPUPostLegalizerCombinerInfo
H A DAMDGPURegBankCombiner.cpp399 bool AMDGPURegBankCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon26f8100a0211::AMDGPURegBankCombinerInfo
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp67 static PWACtx combine(PWACtx PWAC0, PWACtx PWAC1, in combine() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp568 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, in combine() function in HexagonCopyToCombine
/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp195 combine(Location loc, Value scaledExp, Value reciprocalExp, Value sin, in combine() function
727 combine(Location loc, Value scaledExp, Value reciprocalExp, Value sin, in combine() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1112 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, in combine() function in InterleavedLoadCombineImpl
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h180 void Insert(const Entry &entry, bool combine) { in Insert()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp749 void PGOHash::combine(HashType Type) { in combine() function in PGOHash
/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp1120 Expr ScriptParser::combine(StringRef op, Expr l, Expr r) { in combine() function in ScriptParser
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp676 static bool combine(const CodeGenSubRegIndex *Idx, in combine() function
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc207 static void combine(std::vector<std::string> &vec1, in combine() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_output.c820 isl_bool combine; in print_constraints() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp2802 auto combine{false}; in DoAddUse() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1819 SDValue DAGCombiner::combine(SDNode *N) { in combine() function in DAGCombiner