Searched refs:Inserter (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/ |
D | test_assembler.cc | 204 template<typename Inserter> 206 size_t size, uint64_t number, Inserter dest) { in InsertEndian()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 499 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/ |
D | AMDILInstrInfo.td | 217 // Custom Inserter for Branches and returns, this eventually will be a
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1897 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/ |
D | R600Instructions.td | 1530 // Custom Inserter for Branches and returns, this eventually will be a
|