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.cpp704 FixItHint Insertion; in DiagnoseMisplacedEllipsis() local
706 Insertion = FixItHint::CreateInsertion(CorrectLoc, "..."); in DiagnoseMisplacedEllipsis()
708 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion in DiagnoseMisplacedEllipsis()
DParseDeclCXX.cpp2118 FixItHint Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2123 Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name.c_str()); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
2131 << Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
2147 FixItHint Insertion = FixItHint::CreateInsertion(VS.getFirstLocation(), Name); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2155 << Insertion; in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
/external/llvm/test/CodeGen/SystemZ/
Dinsert-06.ll5 ; Insertion of an i32 can be done using LR.
/external/llvm/docs/
DStatepoints.rst454 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.rst1928 * Insertion into an explicit instruction list
1964 * Insertion into an implicit instruction list
1995 * Insertion using an instance of ``IRBuilder``
DWritingAnLLVMBackend.rst52 Insertion, Late Machine Code Optimizations, and Code Emission.
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7358 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2F64VectorShuffle() local
7360 return Insertion; in lowerV2F64VectorShuffle()
7365 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2F64VectorShuffle() local
7367 return Insertion; in lowerV2F64VectorShuffle()
7464 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2I64VectorShuffle() local
7466 return Insertion; in lowerV2I64VectorShuffle()
7470 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lowerV2I64VectorShuffle() local
7472 return Insertion; in lowerV2I64VectorShuffle()
9883 if (SDValue Insertion = lowerVectorShuffleAsElementInsertion( in lower256BitVectorShuffle() local
9885 return Insertion; in lower256BitVectorShuffle()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td647 // Insertion
/external/clang/lib/Sema/
DSemaDecl.cpp11254 SmallString<64> Insertion; in createFriendTagNNSFixIt() local
11255 llvm::raw_svector_ostream OS(Insertion); in createFriendTagNNSFixIt()
11262 return FixItHint::CreateInsertion(NameLoc, Insertion); in createFriendTagNNSFixIt()
/external/llvm/lib/Target/R600/
DSIInstructions.td2521 /********** Extraction, Insertion, Building and Casting **********/