OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandOpcode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
2889
unsigned
HandOpcode
= LeftHandInst->getOpcode();
2890
if (
HandOpcode
!= RightHandInst->getOpcode())
2909
switch (
HandOpcode
) {
2948
InstructionBuildSteps HandSteps(
HandOpcode
, HandBuildSteps);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
4787
unsigned
HandOpcode
= N0.getOpcode();
4790
assert(
HandOpcode
== N1.getOpcode() && "Bad input!");
4804
if (
HandOpcode
== ISD::ANY_EXTEND ||
HandOpcode
== ISD::ZERO_EXTEND ||
4805
HandOpcode
== ISD::SIGN_EXTEND) {
4820
if (
HandOpcode
== ISD::ANY_EXTEND && LegalTypes &&
4825
return DAG.getNode(
HandOpcode
, DL, VT, Logic);
4829
if (
HandOpcode
== ISD::TRUNCATE) {
4847
return DAG.getNode(
HandOpcode
, DL, VT, Logic);
4852
if ((
HandOpcode
== ISD::SHL || HandOpcode == ISD::SRL |
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026