OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86ISD
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86IntrinsicsInfo.h
145
X86ISD
::VTRUNC, 0),
147
X86ISD
::VTRUNC, 0),
149
X86ISD
::VTRUNC, 0),
151
X86ISD
::VTRUNC, 0),
153
X86ISD
::VTRUNC, 0),
155
X86ISD
::VTRUNC, 0),
157
X86ISD
::VTRUNC, 0),
159
X86ISD
::VTRUNC, 0),
161
X86ISD
::VTRUNC, 0),
163
X86ISD
::VTRUNC, 0)
[
all
...]
X86ISelLowering.cpp
2440
return DAG.getNode(
X86ISD
::GlobalBaseReg, SDLoc(),
2875
X86ISD
::NodeType opcode =
X86ISD
::RET_FLAG;
2877
opcode =
X86ISD
::IRET;
2899
if (UI->getOpcode() !=
X86ISD
::RET_FLAG)
3546
MemOps.push_back(DAG.getNode(
X86ISD
::VASTART_SAVE_XMM_REGS, DL,
3726
ArgValue = DAG.getNode(
X86ISD
::MOVDQ2Q, dl, VA.getValVT(), ArgValue);
4184
Register(X86::EBX), DAG.getNode(
X86ISD
::GlobalBaseReg, SDLoc(),
4427
SDValue Ret = DAG.getNode(
X86ISD
::TC_RETURN, dl, NodeTys, Ops);
4433
Chain = DAG.getNode(
X86ISD
::NT_CALL, dl, NodeTys, Ops)
[
all
...]
X86ISelDAGToDAG.cpp
377
if (User->getOpcode() ==
X86ISD
::ADD ||
379
User->getOpcode() ==
X86ISD
::SUB ||
531
if (Opcode ==
X86ISD
::CMPM || Opcode ==
X86ISD
::CMPMM ||
532
Opcode ==
X86ISD
::STRICT_CMPM || Opcode == ISD::SETCC ||
533
Opcode ==
X86ISD
::CMPMM_SAE || Opcode ==
X86ISD
::VFPCLASS) {
538
// The first operand of
X86ISD
::STRICT_CMPM is chain, so we need to get the
540
if (Opcode ==
X86ISD
::STRICT_CMPM)
548
if (Opcode ==
X86ISD
::VFPCLASSS || Opcode == X86ISD::FSETCCM |
[
all
...]
X86SelectionDAGInfo.cpp
164
Chain = DAG.getNode(
X86ISD
::REP_STOS, dl, Tys, Ops);
203
return DAG.getNode(
X86ISD
::REP_MOVS, dl, Tys, Ops);
X86ISelLowering.h
23
namespace
X86ISD
{
855
} // end namespace
X86ISD
1692
return N->getOpcode() ==
X86ISD
::MGATHER ||
1693
N->getOpcode() ==
X86ISD
::MSCATTER;
1702
return N->getOpcode() ==
X86ISD
::MGATHER;
1711
return N->getOpcode() ==
X86ISD
::MSCATTER;
X86FastISel.cpp
2892
BaseOpc =
X86ISD
::SMUL; CondCode = X86::COND_O; break;
2894
BaseOpc =
X86ISD
::UMUL; CondCode = X86::COND_O; break;
2931
if (BaseOpc ==
X86ISD
::UMUL && !ResultReg) {
2942
} else if (BaseOpc ==
X86ISD
::SMUL && !ResultReg) {
Completed in 70 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026