Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 11 of 11) sorted by relevance

/llvm-project/bolt/test/X86/
H A Dsplit-all.s30 .globl chain symbol
32 chain: label
H A Dcalculate-emitted-block-size.s49 .globl chain symbol
51 chain: label
H A Dregister-fragments-bolt-symbols.s59 chain: label
H A Dcdsplit-call-scale.s56 .globl chain symbol
58 chain: label
H A Dcdsplit-symbol-names.s20 .globl chain symbol
22 chain: label
/llvm-project/flang/runtime/
H A Dunit-map.cpp131 Chain &chain{*New<Chain>{terminator}(n).release()}; in Create() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenEnv.cpp195 void CodegenEnv::updateInsertionChain(Value chain) { in updateInsertionChain()
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp433 Value chain = env.getInsertionChain(); genInsertionStore() local
554 Value chain = env.getInsertionChain(); genTensorStore() local
780 Value chain = env.getInsertionChain(); genExpand() local
1306 if (Value chain = env.getInsertionChain()) { genResult() local
[all...]
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7554 clang::NamedDecl **chain = BuildIndirectFields() local
7575 clang::NamedDecl **chain = new (ast->getASTContext()) BuildIndirectFields() local
/llvm-project/clang/include/clang/AST/
H A DDecl.h3375 ArrayRef<NamedDecl *> chain() const { chain() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp3364 auto chain = [oldCl = std::move(oldCallback), newCl = std::move(newCallback)]( composeLegalityCallbacks() local