Searched defs:PromotedInsts (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 324 InstrToOrigTy PromotedInsts; member in __anon7418ce250111::CodeGenPrepare 3248 InstrToOrigTy &PromotedInsts; member in __anon7418ce250c11::AddressingModeMatcher 3271 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() 3297 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() 4140 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() 4162 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType() 4226 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in signExtendOperandForOther() 4236 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in zeroExtendOperandForOther() 4372 const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) { in getAction() 4405 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForTruncAndAnyExt() [all …]
|