Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h94 bool inserted = in CreateChainedOrigin() local
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataFlowFramework.cpp112 auto inserted = state->dependents.insert({point, analysis}); in addDependency() local
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_origin.h131 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin() local
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp461 auto inserted = symbolInfoMap.emplace(name, SymbolInfo::getResult(&op)); in bindOpResult() local
474 auto inserted = symbolInfoMap.emplace(symbol.str(), SymbolInfo::getValue()); in bindValue() local
480 auto inserted = in bindMultipleValues() local
486 auto inserted = symbolInfoMap.emplace(symbol.str(), SymbolInfo::getAttr()); in bindAttr() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h116 bool *inserted) { in Put()
H A Dsanitizer_chained_origin_depot.cpp131 bool inserted; in Put() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp157 auto inserted = registry.insert( in insert() local
H A DSymbolTable.cpp133 auto inserted = symbolTable.insert({name, &op}); in SymbolTable() local
/llvm-project-15.0.7/lldb/source/Host/common/
H A DMainLoop.cpp286 const bool inserted = local
H A DEditline.cpp859 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand() local
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp171 bool inserted = pair.second; in parseMerge() local
685 bool inserted = pair.second; in fixupExports() local
H A DSymbolTable.cpp525 bool inserted = false; in insert() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp512 Value inserted = b.create<tensor::InsertSliceOp>( in hoistPaddingOnTensors() local
H A DTransforms.cpp910 Value inserted = tensor::createCanonicalRankReducingInsertSliceOp( in returningMatchAndRewrite() local
980 Value inserted = tensor::createCanonicalRankReducingInsertSliceOp( in returningMatchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp81 bool inserted = in setPayloadOps() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp376 bool inserted; in GetFilteredModuleList() local
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp139 bool inserted = visited.insert(&current).second; in enter() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp787 Value inserted = rewriter.create<LLVM::InsertValueOp>( in matchAndRewrite() local
812 Value inserted = rewriter.create<LLVM::InsertElementOp>( in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp99 bool inserted = passPipelineRegistry->try_emplace(arg, pipelineInfo).second; in registerPassPipeline() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp1097 Value inserted = processValue(ivInst->getInsertedValueOperand()); in processInstruction() local
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp553 bool inserted = valueToPosition.try_emplace(value, opPos).second; in visitUpward() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp982 Value inserted = builder.create<tensor::InsertSliceOp>( in insertSlicesBack() local
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp662 bool inserted = entries.insert(sym); in addEntry() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp598 bool inserted = false; in EmitBlockAfterUses() local
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp849 bool inserted = false; in processTdIncludeRecords() local

12