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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3699 /// Utility function to add a promoted instruction \p ExtOpnd to
3702 Instruction *ExtOpnd,
3705 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd);
3708 // PromotedInsts[ExtOpnd] is still correct.
3717 PromotedInsts[ExtOpnd] = TypeIsSExt(ExtOpnd->getType(), ExtTy);
3938 Instruction *ExtOpnd = dyn_cast<Instruction>(Ext->getOperand(0)); local
3944 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt))
3950 if (isa<TruncInst>(ExtOpnd)
3701 addPromotedInst(InstrToOrigTy &PromotedInsts, Instruction *ExtOpnd, bool IsSExt) argument
4022 Instruction *ExtOpnd = cast<Instruction>(Ext->getOperand(0)); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3494 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 1> ExtOpnd; local
3495 Res = tryParseOptionalShiftExtend(ExtOpnd);
3499 auto Ext = static_cast<AArch64Operand*>(ExtOpnd.back().get());
5705 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 1> ExtOpnd; local
5706 Res = tryParseOptionalShiftExtend(ExtOpnd);
5710 auto Ext = static_cast<AArch64Operand *>(ExtOpnd.back().get());

Completed in 178 milliseconds