Searched defs:CmpValue (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp339 SDValue CmpValue; local
341 CmpValue = DAG.getNode(
351 CmpValue.getDebugLoc(),
353 JumpT, CmpValue);
H A DSIISelLowering.cpp315 SDValue CmpValue; local
317 CmpValue = DAG.getNode(
326 CmpValue.getDebugLoc(),
328 JumpT, CmpValue);
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp382 int CmpMask, CmpValue; local
383 if (!TII->analyzeCompare(MI, SrcReg, SrcReg2, CmpMask, CmpValue) ||
389 if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp339 SDValue CmpValue; local
341 CmpValue = DAG.getNode(
351 CmpValue.getDebugLoc(),
353 JumpT, CmpValue);
H A DSIISelLowering.cpp315 SDValue CmpValue; local
317 CmpValue = DAG.getNode(
326 CmpValue.getDebugLoc(),
328 JumpT, CmpValue);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1949 /// compares against in CmpValue. Return true if the comparison instruction
1953 int &CmpMask, int &CmpValue) const {
1961 CmpValue = MI->getOperand(1).getImm();
1968 CmpValue = 0;
1975 CmpValue = 0;
2067 int CmpMask, int CmpValue,
2101 // For CMPri(r1, CmpValue), we are looking for SUBri(r1, CmpValue).
2106 else if (MI->getParent() != CmpInstr->getParent() || CmpValue != 0) {
2131 if (isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpValue,
2066 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, int CmpMask, int CmpValue, const MachineRegisterInfo *MRI) const argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3157 int &CmpMask, int &CmpValue) const {
3170 CmpValue = MI->getOperand(1).getImm();
3180 CmpValue = 0;
3189 CmpValue = 0;
3201 CmpValue = MI->getOperand(2).getImm();
3210 CmpValue = 0;
3221 CmpValue = 0;
3363 int CmpMask, int CmpValue,
3423 bool IsCmpZero = (SrcReg2 == 0 && CmpValue == 0);
3448 isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpValue, Inst
3362 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, int CmpMask, int CmpValue, const MachineRegisterInfo *MRI) const argument
[all...]

Completed in 150 milliseconds