Searched refs:InstrToOrigTy (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 117 typedef DenseMap<Instruction *, TypeIsSExt> InstrToOrigTy; typedef 139 InstrToOrigTy PromotedInsts; 2544 InstrToOrigTy &PromotedInsts; 2556 InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() 2580 InstrToOrigTy &PromotedInsts, in Match() 2721 const InstrToOrigTy &PromotedInsts, bool IsSExt); 2740 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, 2755 InstrToOrigTy &PromotedInsts, 2764 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in signExtendOperandForOther() 2774 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in zeroExtendOperandForOther() [all …]
|