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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2934 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth,
4144 /// not AddrInst has to be folded into the addressing mode on success.
4145 /// If \p MovedAway == true, \p AddrInst will not be part of the addressing
4147 /// Thus AddrInst must not be added in the matched instructions.
4148 /// This state can happen when AddrInst is a sext, since it may be moved away.
4149 /// Therefore, AddrInst may not be valid when MovedAway is true and it must
4151 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, argument
4164 return matchAddr(AddrInst->getOperand(0), Depth);
4166 auto AS = AddrInst->getType()->getPointerAddressSpace();
4169 if (TLI.getValueType(DL, AddrInst
[all...]

Completed in 125 milliseconds