Home
last modified time | relevance | path

Searched refs:Insertion (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Support/
DSourceMgr.h207 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt() argument
208 : Range(Loc, Loc), Text(Insertion.str()) { in SMFixIt()
/external/eigen/doc/
DSparseQuickReference.dox44 <td> Element-wise Insertion</td>
68 <td>A complete example is available at \link TutorialSparseFilling Triplet Insertion \endlink.</td>
71 <td> Constant or Random Insertion</td>
/external/clang/lib/Parse/
DParseTemplate.cpp716 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local
718 Insertion = FixItHint::CreateInsertion(CorrectLoc, "..."); in DiagnoseMisplacedEllipsis()
720 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion in DiagnoseMisplacedEllipsis()
DParseDeclCXX.cpp2164 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2169 Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name.c_str()); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
2177 << Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
2193 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2201 << Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/external/llvm/test/CodeGen/SystemZ/
Dinsert-06.ll5 ; Insertion of an i32 can be done using LR.
/external/llvm/docs/
DStatepoints.rst626 Utility Passes for Safepoint Insertion
DCodeGenerator.rst138 5. `Prolog/Epilog Code Insertion`_ --- Once the machine code has been generated
1454 .. _Prolog/Epilog Code Insertion:
1456 Prolog/Epilog Code Insertion
DProgrammersManual.rst1936 * Insertion into an explicit instruction list
1972 * Insertion into an implicit instruction list
2003 * Insertion using an instance of ``IRBuilder``
DWritingAnLLVMBackend.rst52 Insertion, Late Machine Code Optimizations, and Code Emission.
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8437 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2F64VectorShuffle() local
8439 return Insertion; in lowerV2F64VectorShuffle()
8444 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2F64VectorShuffle() local
8446 return Insertion; in lowerV2F64VectorShuffle()
8542 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2I64VectorShuffle() local
8544 return Insertion; in lowerV2I64VectorShuffle()
8548 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2I64VectorShuffle() local
8550 return Insertion; in lowerV2I64VectorShuffle()
10924 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lower256BitVectorShuffle() local
10926 return Insertion; in lower256BitVectorShuffle()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td647 // Insertion
/external/clang/lib/Sema/
DSemaDecl.cpp11776 SmallString<64> Insertion; in createFriendTagNNSFixIt() local
11777 llvm::raw_svector_ostream OS(Insertion); in createFriendTagNNSFixIt()
11783 return FixItHint::CreateInsertion(NameLoc, Insertion); in createFriendTagNNSFixIt()
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td2483 /********** Extraction, Insertion, Building and Casting **********/