Home
last modified time | relevance | path

Searched refs:Inserter (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Dtest_assembler.cc204 template<typename Inserter>
206 size_t size, uint64_t number, Inserter dest) { in InsertEndian()
/external/llvm/include/llvm/IR/
DIRBuilder.h499 typename Inserter = IRBuilderDefaultInserter<preserveNames> >
500 class IRBuilder : public IRBuilderBase, public Inserter {
503 IRBuilder(LLVMContext &C, const T &F, const Inserter &I = Inserter(),
505 : IRBuilderBase(C, FPMathTag), Inserter(I), Folder(F) { in IRBuilderBase()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILInstrInfo.td217 // Custom Inserter for Branches and returns, this eventually will be a
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1897 InsertionHandler Inserter; member in __anonebd7bfba0211::TypePromotionTransaction::InstructionRemover
1909 : TypePromotionAction(Inst), Inserter(Inst), Hider(Inst), in InstructionRemover()
1926 Inserter.insert(Inst); in undo()
/external/llvm/lib/Target/R600/
DR600Instructions.td1530 // Custom Inserter for Branches and returns, this eventually will be a