/llvm-project/clang/test/Sema/ |
H A D | attr-target-version.c | 101 int __attribute__((target_version("sha2"))) combine(void) { return 1; } combine() function 103 int __attribute__((aarch64_vector_pcs, target_version("sha3"))) combine(void) { return 2; } combine() function
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | DataLayoutInterfaces.h | 183 combine(DataLayoutEntryInterface outer, combine() function
|
/llvm-project/llvm/lib/IR/ |
H A D | MemoryModelRelaxationAnnotations.cpp | 79 MDNode *MMRAMetadata::combine(LLVMContext &Ctx, const MMRAMetadata &A, combine() function in MMRAMetadata
|
/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/ |
H A D | ModuleCombiner.cpp | 90 OwningOpRef<spirv::ModuleOp> combine(ArrayRef<spirv::ModuleOp> inputModules, in combine() function
|
/llvm-project/offload/include/Shared/ |
H A D | Environment.h | 57 void combine(DeviceMemoryPoolTrackingTy &Other) { in combine() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigProvider.cpp | 147 Provider::combine(std::vector<const Provider *> Providers) { in combine() function in clang::clangd::config::Provider
|
H A D | TidyProvider.cpp | 274 TidyProvider combine(std::vector<TidyProvider> Providers) { in combine() function
|
/llvm-project/mlir/lib/Dialect/Bufferization/IR/ |
H A D | BufferDeallocationOpInterface.cpp | 91 void Ownership::combine(Ownership other) { *this = getCombined(other); } in combine() function in Ownership
|
/llvm-project/polly/lib/Support/ |
H A D | SCEVAffinator.cpp | 68 static PWACtx combine(PWACtx PWAC0, PWACtx PWAC1, in combine() function [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 569 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, in combine() function in HexagonCopyToCombine
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1118 bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad, combine() function in InterleavedLoadCombineImpl
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 241 std::pair<Value, Value> combine(Location loc, Value scaledExp, in combine() function 834 std::pair<Value, Value> combine(Location loc, Value scaledExp, combine() function
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 185 void Insert(const Entry &entry, bool combine) { in Insert() argument
|
/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 1165 Expr ScriptParser::combine(StringRef op, Expr l, Expr r) { combine() function in ScriptParser
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 968 void PGOHash::combine(HashType Type) { combine() function in PGOHash [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 668 static bool combine(const CodeGenSubRegIndex *Idx, combine() function
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 207 static void combine(std::vector<std::string> &vec1, in combine() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_output.c | 820 isl_bool combine; in print_constraints() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1989 SDValue DAGCombiner::combine(SDNode *N) { combine() function in DAGCombiner [all...] |