Home
last modified time | relevance | path

Searched defs:Insertion (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h202 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt()
/external/llvm/include/llvm/Support/
DSourceMgr.h207 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h236 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local
357 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_linked_hash_map_test.cc269 TEST(LinkedHashMapTest, Insertion) { in TEST() argument
/external/llvm/lib/MC/
DMCCodeView.cpp79 auto Insertion = in addToStringTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp149 auto Insertion = in addToStringTable() local
/external/clang/lib/Parse/
DParseTemplate.cpp720 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local
DParseDeclCXX.cpp2179 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2208 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp225 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local
1333 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local
3012 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local
/external/llvm/docs/
DCodeGenerator.rst1520 .. _Late Machine Code Optimizations:
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp635 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp665 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh900 Insertion = 5 enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp107 auto Insertion = FileIdMap.insert(std::make_pair(F, NextId)); in maybeRecordFile() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3980 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8939 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2F64VectorShuffle() local
8946 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2F64VectorShuffle() local
9042 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2I64VectorShuffle() local
9048 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2I64VectorShuffle() local
11657 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lower256BitVectorShuffle() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp13155 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2F64Shuffle() local
13162 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2F64Shuffle() local
13239 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2I64Shuffle() local
13245 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lowerV2I64Shuffle() local
16457 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lower256BitShuffle() local
16987 if (SDValue Insertion = lowerShuffleAsElementInsertion( in lower512BitShuffle() local
/external/clang/lib/Sema/
DSemaDecl.cpp12194 SmallString<64> Insertion; in createFriendTagNNSFixIt() local