Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.cpp193 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1350 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument
1352 Type *Ty = Src1Value->getType(); in ARMEmitCmp()
1425 unsigned SrcReg1 = getRegForValue(Src1Value); in ARMEmitCmp()
2793 Value *Src1Value = I->getOperand(0); in SelectShift() local
2794 unsigned Reg1 = getRegForValue(Src1Value); in SelectShift()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp162 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,