Searched refs:InsertedTruncs (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 890 DenseMap<BasicBlock *, CastInst *> InsertedTruncs; in SinkShiftAndTruncate() local 927 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate() 2060 const SetOfInstrs &InsertedTruncs; member in __anonebd7bfba0211::AddressingModeMatcher 2073 ExtAddrMode &AM, const SetOfInstrs &InsertedTruncs, in AddressingModeMatcher() argument 2080 InsertedTruncs(InsertedTruncs), PromotedInsts(PromotedInsts), TPT(TPT) { in AddressingModeMatcher() 2097 const SetOfInstrs &InsertedTruncs, in Match() argument 2103 MemoryInst, Result, InsertedTruncs, in Match() 2317 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedTruncs, 2390 Instruction *Ext, const SetOfInstrs &InsertedTruncs, in getAction() argument 2406 if (isa<TruncInst>(ExtOpnd) && InsertedTruncs.count(ExtOpnd)) in getAction() [all …]
|