Searched defs:PromotedInsts (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 324 InstrToOrigTy PromotedInsts; member in __anon88ab83af0111::CodeGenPrepare 3248 InstrToOrigTy &PromotedInsts; member in __anon88ab83af0c11::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() 4270 const InstrToOrigTy &PromotedInsts, in canGetThrough() 4372 const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) { in getAction() [all …]
|