OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CmpValue
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
155
/// in SrcReg and SrcReg2, and the value it compares against in
CmpValue
.
159
int &
CmpValue
) const override;
163
unsigned SrcReg2, int CmpMask, int
CmpValue
,
AArch64InstrInfo.cpp
649
/// in SrcReg and SrcReg2, and the value it compares against in
CmpValue
.
653
int &
CmpValue
) const {
673
CmpValue
= 0;
682
// FIXME: In order to convert
CmpValue
to 0 or 1
683
CmpValue
= (MI->getOperand(2).getImm() != 0);
693
// while the type of
CmpValue
is int. When converting uint64_t to int,
696
//
CmpValue
is only used to compare with zero in OptimizeCompareInstr
697
CmpValue
= (AArch64_AM::decodeLogicalImmediate(
829
int
CmpValue
, const MachineRegisterInfo *MRI) const {
853
// FIXME:
CmpValue
has already been converted to 0 or 1 in analyzeCompar
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp
339
SDValue
CmpValue
;
341
CmpValue
= DAG.getNode(
351
CmpValue
.getDebugLoc(),
353
JumpT,
CmpValue
);
SIISelLowering.cpp
315
SDValue
CmpValue
;
317
CmpValue
= DAG.getNode(
326
CmpValue
.getDebugLoc(),
328
JumpT,
CmpValue
);
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
253
/// compares against in
CmpValue
. Return true if the comparison instruction
257
int &
CmpValue
) const override;
264
unsigned SrcReg2, int CmpMask, int
CmpValue
,
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.h
503
/// compares against in
CmpValue
. Return true if the comparison instruction
507
int &
CmpValue
) const override;
513
unsigned SrcReg2, int CmpMask, int
CmpValue
,
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
567
int CmpMask,
CmpValue
;
568
if (!TII->analyzeCompare(MI, SrcReg, SrcReg2, CmpMask,
CmpValue
) ||
574
if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask,
CmpValue
, MRI)) {
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
[
all
...]
Completed in 2275 milliseconds