Home
last modified time | relevance | path

Searched refs:Src2Value (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp213 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1381 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument
1401 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) { in ARMEmitCmp()
1416 } else if (const ConstantFP *ConstFP = dyn_cast<ConstantFP>(Src2Value)) { in ARMEmitCmp()
1462 SrcReg2 = getRegForValue(Src2Value); in ARMEmitCmp()
2851 Value *Src2Value = I->getOperand(1); in SelectShift() local
2852 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Src2Value)) { in SelectShift()
2870 Reg2 = getRegForValue(Src2Value); in SelectShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp151 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value, bool isZExt,