Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4041 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy); in addPromotedInst()
4268 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt)) in getAction()
4274 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
4279 if (isa<SExtInst>(ExtOpnd) || isa<TruncInst>(ExtOpnd) || in getAction()
4280 isa<ZExtInst>(ExtOpnd)) in getAction()
4285 if (!ExtOpnd->hasOneUse() && !TLI.isTruncateFree(ExtTy, ExtOpnd->getType())) in getAction()
4348 if (!ExtOpnd->hasOneUse()) { in promoteOperandForOther()
4356 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
4364 TPT.setOperand(Ext, 0, ExtOpnd); in promoteOperandForOther()
4378 TPT.replaceAllUsesWith(Ext, ExtOpnd); in promoteOperandForOther()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4158 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 1> ExtOpnd; in tryParseGPROperand() local
4159 Res = tryParseOptionalShiftExtend(ExtOpnd); in tryParseGPROperand()
4163 auto Ext = static_cast<AArch64Operand*>(ExtOpnd.back().get()); in tryParseGPROperand()
6850 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 1> ExtOpnd; in tryParseSVEDataVector() local
6851 Res = tryParseOptionalShiftExtend(ExtOpnd); in tryParseSVEDataVector()
6855 auto Ext = static_cast<AArch64Operand *>(ExtOpnd.back().get()); in tryParseSVEDataVector()