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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp193 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1350 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, argument
1352 Type *Ty = Src1Value->getType();
1369 // Thus, Src1Value may be a ConstantInt, but we're missing it.
1425 unsigned SrcReg1 = getRegForValue(Src1Value);
2793 Value *Src1Value = I->getOperand(0); local
2794 unsigned Reg1 = getRegForValue(Src1Value);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp162 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,

Completed in 122 milliseconds