Searched refs:PromotedInsts (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 142 InstrToOrigTy PromotedInsts; member in __anonebd7bfba0111::CodeGenPrepare 208 PromotedInsts.clear(); in runOnFunction() 2062 InstrToOrigTy &PromotedInsts; member in __anonebd7bfba0211::AddressingModeMatcher 2074 InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument 2080 InsertedTruncs(InsertedTruncs), PromotedInsts(PromotedInsts), TPT(TPT) { in AddressingModeMatcher() 2098 InstrToOrigTy &PromotedInsts, in Match() argument 2104 PromotedInsts, TPT).MatchAddr(V, 0); in Match() 2238 const InstrToOrigTy &PromotedInsts, bool IsSExt); 2259 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, 2274 InstrToOrigTy &PromotedInsts, [all …]
|