Searched defs:PromotedInsts (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 299 InstrToOrigTy PromotedInsts; member in __anon7f6d13e30111::CodeGenPrepare 3124 InstrToOrigTy &PromotedInsts; member in __anon7f6d13e30c11::AddressingModeMatcher 3147 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() 3173 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() 4021 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() 4044 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType() 4109 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in signExtendOperandForOther() 4119 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in zeroExtendOperandForOther() 4153 const InstrToOrigTy &PromotedInsts, in canGetThrough() 4255 const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) { in getAction() [all …]
|