Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp335 InstrToOrigTy PromotedInsts; member in __anon01de4a8e0111::CodeGenPrepare
384 PromotedInsts.clear(); in releaseMemory()
3377 InstrToOrigTy &PromotedInsts; member in __anon01de4a8e0c11::AddressingModeMatcher
3407 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
4282 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument
4285 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()
4286 if (It != PromotedInsts.end()) { in addPromotedInst()
4388 InstrToOrigTy &PromotedInsts,
4547 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForTruncAndAnyExt() argument
4595 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForOther() argument
[all …]