OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CmpValue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
614
int CmpMask,
CmpValue
;
615
if (!TII->analyzeCompare(MI, SrcReg, SrcReg2, CmpMask,
CmpValue
) ||
621
if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask,
CmpValue
, MRI)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
1457
int CmpMask = 0,
CmpValue
= 0;
1459
if (!TII->analyzeCompare(*MI, CmpReg1, CmpReg2, CmpMask,
CmpValue
))
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
2770
/// compares against in
CmpValue
. Return true if the comparison instruction
2774
int &
CmpValue
) const {
2783
CmpValue
= MI.getOperand(1).getImm();
2791
CmpValue
= 0;
2798
CmpValue
= 0;
2981
int
CmpValue
, const MachineRegisterInfo *MRI) const {
3017
// For CMPri(r1,
CmpValue
), we are looking for SUBri(r1,
CmpValue
).
3022
else if (MI->getParent() != CmpInstr.getParent() ||
CmpValue
!= 0) {
3025
// For CMPri w/
CmpValue
!= 0, a SubAdd may still be a candidate
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026