OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareOpc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
10008
static bool getVectorCompareInfo(SDValue Intrin, int &
CompareOpc
,
10012
CompareOpc
= -1;
10019
CompareOpc
= 966;
10023
CompareOpc
= 198;
10027
CompareOpc
= 6;
10031
CompareOpc
= 70;
10035
CompareOpc
= 134;
10040
CompareOpc
= 199;
10056
CompareOpc
= 7;
10059
CompareOpc
= 71
[
all
...]
PPCInstrInfo.cpp
3107
static unsigned selectReg(int64_t Imm1, int64_t Imm2, unsigned
CompareOpc
,
3111
if (
CompareOpc
== PPC::CMPWI ||
CompareOpc
== PPC::CMPDI) {
3123
else if (
CompareOpc
== PPC::CMPLWI ||
CompareOpc
== PPC::CMPLDI) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
1433
unsigned
CompareOpc
= X86ChooseCmpOpcode(VT, Subtarget);
1434
if (
CompareOpc
== 0) return false;
1438
BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, CurDbgLoc, TII.get(
CompareOpc
))
Completed in 98 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026