Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4061 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy); in addPromotedInst()
4288 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt)) in getAction()
4294 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
4299 if (isa<SExtInst>(ExtOpnd) || isa<TruncInst>(ExtOpnd) || in getAction()
4300 isa<ZExtInst>(ExtOpnd)) in getAction()
4305 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType())) in getAction()
4368 if (!ExtOpnd->hasOneUse()) { in promoteOperandForOther()
4376 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
4384 TPT.setOperand(Ext, 0, ExtOpnd); in promoteOperandForOther()
4398 TPT.replaceAllUsesWith(Ext, ExtOpnd); in promoteOperandForOther()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4157 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 1> ExtOpnd; in tryParseGPROperand() local
4158 Res = tryParseOptionalShiftExtend(ExtOpnd); in tryParseGPROperand()
4162 auto Ext = static_cast<AArch64Operand*>(ExtOpnd.back().get()); in tryParseGPROperand()
7016 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 1> ExtOpnd; in tryParseSVEDataVector() local
7017 Res = tryParseOptionalShiftExtend(ExtOpnd); in tryParseSVEDataVector()
7021 auto Ext = static_cast<AArch64Operand *>(ExtOpnd.back().get()); in tryParseSVEDataVector()