Home
last modified time | relevance | path

Searched refs:PromotedInsts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp307 InstrToOrigTy PromotedInsts; member in __anon78e22a880111::CodeGenPrepare
476 PromotedInsts.clear(); in runOnFunction()
3147 InstrToOrigTy &PromotedInsts; member in __anon78e22a880c11::AddressingModeMatcher
3177 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
4045 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument
4049 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()
4050 if (It != PromotedInsts.end()) { in addPromotedInst()
4153 InstrToOrigTy &PromotedInsts,
4312 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForTruncAndAnyExt() argument
4360 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForOther() argument
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dmulti-extension.ll11 ; It ensures correct operation on PromotedInsts.